#66FF42
A light, vivid green closely aligning with Lawngreen.
About #66FF42
At its core, #66FF42 is a light and vivid hue. 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 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. The HSL representation is 108.6° hue, 100.0% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FF42
RGB102, 255, 66
HSL108.6°, 100.0%, 62.9%
CMYK60%, 0%, 74%, 0%
HSV108.6°, 74.1%, 100.0%
LAB89.3, -72.2, 73.1
XYZ42.2, 74.7, 17.4
Decimal6750018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF42;
}
.text-color {
color: #66FF42;
}
.border-color {
border: 2px solid #66FF42;
}