#66E207
A medium, vivid green closely aligning with Lawngreen.
About #66E207
At its core, #66E207 is a medium and vivid hue. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 102 red, 226 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. With a hue angle of 94.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66E207
RGB102, 226, 7
HSL94.0°, 94.0%, 45.7%
CMYK55%, 0%, 97%, 11%
HSV94.0°, 96.9%, 88.6%
LAB80.3, -64.7, 77.3
XYZ32.7, 57.2, 9.5
Decimal6742535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.45:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E207;
}
.text-color {
color: #66E207;
}
.border-color {
border: 2px solid #66E207;
}