Lime & Teal, Green Color Palette
:root {
--color-1: #199088;
--color-2: #1DE27E;
--color-3: #519319;
--color-4: #D2F28E;
}
colors: {
'palette-1': '#199088',
'palette-2': '#1DE27E',
'palette-3': '#519319',
'palette-4': '#D2F28E',
}
const palette = [
'#199088',
'#1DE27E',
'#519319',
'#D2F28E',
];
$color-1: #199088;
$color-2: #1DE27E;
$color-3: #519319;
$color-4: #D2F28E;
This is a cool, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, vibrant 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Lime (#D2F28E) and reads as well balanced in lightness, with an average saturation of 74% and lightness of 48%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #199088
rgb(25, 144, 136) · hsl(176, 70%, 33%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #1DE27E
rgb(29, 226, 126) · hsl(150, 77%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #519319
rgb(81, 147, 25) · hsl(92, 71%, 34%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #D2F28E
rgb(210, 242, 142) · hsl(79, 79%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #199088 | #D2F28E | 3.13:1 | Fail | Fail |
| #519319 | #D2F28E | 3.04:1 | Fail | Fail |
| #199088 | #1DE27E | 2.27:1 | Fail | Fail |
| #1DE27E | #519319 | 2.21:1 | Fail | Fail |
| #1DE27E | #D2F28E | 1.38:1 | Fail | Fail |
| #199088 | #519319 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Lime (#D2F28E): the lightest tone — a clean base for large areas
- Text — Teal (#199088): the darkest tone — readable for body copy and headings
- Primary — Green (#1DE27E): the most saturated tone — buttons, links and key UI
- Accent — Lime (#519319): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Lime tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Teal (#199088), Green (#1DE27E), Lime (#519319) and Lime (#D2F28E).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #199088, #1DE27E, #519319 and #D2F28E. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.