#66E950
A light, vivid green closely aligning with Limegreen.
About #66E950
Visually, #66E950 is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 80.
Translating this color to physical media requires the CMYK color model. The color uses 56% Cyan, 0% Magenta, 66% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E950
RGB102, 233, 80
HSL111.4°, 77.7%, 61.4%
CMYK56%, 0%, 66%, 9%
HSV111.4°, 65.7%, 91.4%
LAB82.7, -63.6, 61.3
XYZ36.1, 61.7, 17.6
Decimal6744400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E950;
}
.text-color {
color: #66E950;
}
.border-color {
border: 2px solid #66E950;
}