Light Lime & Dark Lime, Lime Color Palette
:root {
--color-1: #2C5E08;
--color-2: #58BC10;
--color-3: #8BEF43;
--color-4: #C5F7A1;
}
colors: {
'palette-1': '#2C5E08',
'palette-2': '#58BC10',
'palette-3': '#8BEF43',
'palette-4': '#C5F7A1',
}
const palette = [
'#2C5E08',
'#58BC10',
'#8BEF43',
'#C5F7A1',
];
$color-1: #2C5E08;
$color-2: #58BC10;
$color-3: #8BEF43;
$color-4: #C5F7A1;
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Light Lime (#C5F7A1) and reads as well balanced in lightness, with an average saturation of 84% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Lime #2C5E08
rgb(44, 94, 8) · hsl(95, 84%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Lime #58BC10
rgb(88, 188, 16) · hsl(95, 84%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #8BEF43
rgb(139, 239, 67) · hsl(95, 84%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #C5F7A1
rgb(197, 247, 161) · hsl(95, 84%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #2C5E08 | #C5F7A1 | 6.34:1 | Pass | Fail |
| #2C5E08 | #8BEF43 | 5.36:1 | Pass | Fail |
| #2C5E08 | #58BC10 | 3.18:1 | Fail | Fail |
| #58BC10 | #C5F7A1 | 2:1 | Fail | Fail |
| #58BC10 | #8BEF43 | 1.69:1 | Fail | Fail |
| #8BEF43 | #C5F7A1 | 1.18:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#C5F7A1): the lightest tone — a clean base for large areas
- Text — Dark Lime (#2C5E08): the darkest tone — readable for body copy and headings
- Primary — Dark Lime (#2C5E08): the most saturated tone — buttons, links and key UI
- Accent — Lime (#58BC10): 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 Light 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: Dark Lime (#2C5E08), Lime (#58BC10), Lime (#8BEF43) and Light Lime (#C5F7A1).
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 #2C5E08, #58BC10, #8BEF43 and #C5F7A1. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Lime text on Light Lime reaches a contrast ratio of 6.34:1, which meets the WCAG AA standard for readable text.