Lime & Yellow, Green Color Palette
:root {
--color-1: #F0D342;
--color-2: #E6F16A;
--color-3: #C6F665;
--color-4: #83E53E;
}
colors: {
'palette-1': '#F0D342',
'palette-2': '#E6F16A',
'palette-3': '#C6F665',
'palette-4': '#83E53E',
}
const palette = [
'#F0D342',
'#E6F16A',
'#C6F665',
'#83E53E',
];
$color-1: #F0D342;
$color-2: #E6F16A;
$color-3: #C6F665;
$color-4: #83E53E;
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, vibrant 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Lime (#C6F665) and reads as well balanced in lightness, with an average saturation of 83% and lightness of 63%. It adapts to a wide range of web and brand projects.
The colors in this palette
Yellow #F0D342
rgb(240, 211, 66) · hsl(50, 85%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #E6F16A
rgb(230, 241, 106) · hsl(65, 83%, 68%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Lime #C6F665
rgb(198, 246, 101) · hsl(80, 89%, 68%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Green #83E53E
rgb(131, 229, 62) · hsl(95, 76%, 57%)
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 |
|---|---|---|---|---|
| #E6F16A | #83E53E | 1.3:1 | Fail | Fail |
| #C6F665 | #83E53E | 1.27:1 | Fail | Fail |
| #F0D342 | #E6F16A | 1.22:1 | Fail | Fail |
| #F0D342 | #C6F665 | 1.19:1 | Fail | Fail |
| #F0D342 | #83E53E | 1.06:1 | Fail | Fail |
| #E6F16A | #C6F665 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Lime (#C6F665): the lightest tone — a clean base for large areas
- Text — Green (#83E53E): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F0D342): the most saturated tone — buttons, links and key UI
- Accent — Yellow (#E6F16A): 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: Yellow (#F0D342), Yellow (#E6F16A), Lime (#C6F665) and Green (#83E53E).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #F0D342, #E6F16A, #C6F665 and #83E53E. 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.