Light Lime & Yellow, Green Color Palette
:root {
--color-1: #E0EE28;
--color-2: #CFBF2D;
--color-3: #F1FFB0;
--color-4: #6DFF4D;
}
colors: {
'palette-1': '#E0EE28',
'palette-2': '#CFBF2D',
'palette-3': '#F1FFB0',
'palette-4': '#6DFF4D',
}
const palette = [
'#E0EE28',
'#CFBF2D',
'#F1FFB0',
'#6DFF4D',
];
$color-1: #E0EE28;
$color-2: #CFBF2D;
$color-3: #F1FFB0;
$color-4: #6DFF4D;
This is a warm, vibrant 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a warm, vibrant 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Lime (#F1FFB0) and reads as well balanced in lightness, with an average saturation of 87% and lightness of 63%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Yellow #E0EE28
rgb(224, 238, 40) · hsl(64, 85%, 55%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #CFBF2D
rgb(207, 191, 45) · hsl(54, 64%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Lime #F1FFB0
rgb(241, 255, 176) · hsl(71, 100%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #6DFF4D
rgb(109, 255, 77) · hsl(109, 100%, 65%)
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 |
|---|---|---|---|---|
| #CFBF2D | #F1FFB0 | 1.77:1 | Fail | Fail |
| #E0EE28 | #CFBF2D | 1.47:1 | Fail | Fail |
| #CFBF2D | #6DFF4D | 1.44:1 | Fail | Fail |
| #F1FFB0 | #6DFF4D | 1.22:1 | Fail | Fail |
| #E0EE28 | #F1FFB0 | 1.2:1 | Fail | Fail |
| #E0EE28 | #6DFF4D | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Lime (#F1FFB0): the lightest tone — a clean base for large areas
- Text — Yellow (#CFBF2D): the darkest tone — readable for body copy and headings
- Primary — Green (#6DFF4D): the most saturated tone — buttons, links and key UI
- Accent — Yellow (#E0EE28): 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: Yellow (#E0EE28), Yellow (#CFBF2D), Light Lime (#F1FFB0) and Green (#6DFF4D).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #E0EE28, #CFBF2D, #F1FFB0 and #6DFF4D. 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.