Lime & Teal, Green Color Palette
:root {
--color-1: #219E8C;
--color-2: #3AEE73;
--color-3: #589C24;
--color-4: #C9F57B;
}
colors: {
'palette-1': '#219E8C',
'palette-2': '#3AEE73',
'palette-3': '#589C24',
'palette-4': '#C9F57B',
}
const palette = [
'#219E8C',
'#3AEE73',
'#589C24',
'#C9F57B',
];
$color-1: #219E8C;
$color-2: #3AEE73;
$color-3: #589C24;
$color-4: #C9F57B;
This is a cool, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Lime (#C9F57B) and reads as well balanced in lightness, with an average saturation of 74% and lightness of 51%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #219E8C
rgb(33, 158, 140) · hsl(171, 65%, 37%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #3AEE73
rgb(58, 238, 115) · hsl(139, 84%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #589C24
rgb(88, 156, 36) · hsl(94, 63%, 38%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #C9F57B
rgb(201, 245, 123) · hsl(82, 86%, 72%)
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 |
|---|---|---|---|---|
| #589C24 | #C9F57B | 2.72:1 | Fail | Fail |
| #219E8C | #C9F57B | 2.66:1 | Fail | Fail |
| #3AEE73 | #589C24 | 2.2:1 | Fail | Fail |
| #219E8C | #3AEE73 | 2.16:1 | Fail | Fail |
| #3AEE73 | #C9F57B | 1.23:1 | Fail | Fail |
| #219E8C | #589C24 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Lime (#C9F57B): the lightest tone — a clean base for large areas
- Text — Teal (#219E8C): the darkest tone — readable for body copy and headings
- Primary — Green (#3AEE73): the most saturated tone — buttons, links and key UI
- Accent — Teal (#219E8C): 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 (#219E8C), Green (#3AEE73), Lime (#589C24) and Lime (#C9F57B).
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 #219E8C, #3AEE73, #589C24 and #C9F57B. 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.