#66E250
A light, vivid green closely aligning with Limegreen.
About #66E250
The hex code #66E250 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(102, 226, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 0% M, 65% Y, and 11% K. The HSL representation is 111.0° hue, 71.6% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66E250
RGB102, 226, 80
HSL111.0°, 71.6%, 60.0%
CMYK55%, 0%, 65%, 11%
HSV111.0°, 64.6%, 88.6%
LAB80.6, -61.1, 59.0
XYZ34.1, 57.8, 16.9
Decimal6742608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E250;
}
.text-color {
color: #66E250;
}
.border-color {
border: 2px solid #66E250;
}