#66E96D
A light, vivid green closely aligning with Springgreen.
About #66E96D
The hex code #66E96D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 102 red, 233 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 56% Cyan, 0% Magenta, 53% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66E96D
RGB102, 233, 109
HSL123.2°, 74.9%, 65.7%
CMYK56%, 0%, 53%, 9%
HSV123.2°, 56.2%, 91.4%
LAB83.0, -60.5, 49.1
XYZ37.4, 62.2, 24.5
Decimal6744429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.44:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E96D;
}
.text-color {
color: #66E96D;
}
.border-color {
border: 2px solid #66E96D;
}