#66FF16
A medium, vivid green closely aligning with Lawngreen.
About #66FF16
When working with digital screens, the color #66FF16 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 102 red, 255 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. The color uses 60% Cyan, 0% Magenta, 91% Yellow, and 0% Black. The HSL representation is 99.4° hue, 100.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#66FF16
RGB102, 255, 22
HSL99.4°, 100.0%, 54.3%
CMYK60%, 0%, 91%, 0%
HSV99.4°, 91.4%, 100.0%
LAB89.1, -74.1, 82.9
XYZ41.4, 74.4, 12.9
Decimal6749974
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.88:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF16;
}
.text-color {
color: #66FF16;
}
.border-color {
border: 2px solid #66FF16;
}