#66E916
A medium, vivid green closely aligning with Lawngreen.
About #66E916
Visually, #66E916 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(102, 233, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E916
RGB102, 233, 22
HSL97.3°, 82.7%, 50.0%
CMYK56%, 0%, 91%, 9%
HSV97.3°, 90.6%, 91.4%
LAB82.5, -66.8, 77.4
XYZ34.8, 61.2, 10.7
Decimal6744342
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.23:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E916;
}
.text-color {
color: #66E916;
}
.border-color {
border: 2px solid #66E916;
}