#66FF49
A light, vivid green closely aligning with Lawngreen.
About #66FF49
At its core, #66FF49 is a light and vivid hue. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(102, 255, 73).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. The HSL representation is 110.4° hue, 100.0% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66FF49
RGB102, 255, 73
HSL110.4°, 100.0%, 64.3%
CMYK60%, 0%, 71%, 0%
HSV110.4°, 71.4%, 100.0%
LAB89.3, -71.8, 70.8
XYZ42.4, 74.8, 18.5
Decimal6750025
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.97:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF49;
}
.text-color {
color: #66FF49;
}
.border-color {
border: 2px solid #66FF49;
}