#66DB07
A medium, vivid green closely aligning with Lawngreen.
About #66DB07
The hex code #66DB07 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 102 red, 219 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 0% Magenta, 97% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#66DB07
RGB102, 219, 7
HSL93.1°, 93.8%, 44.3%
CMYK53%, 0%, 97%, 14%
HSV93.1°, 96.8%, 85.9%
LAB78.2, -62.3, 75.6
XYZ30.8, 53.5, 8.9
Decimal6740743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB07;
}
.text-color {
color: #66DB07;
}
.border-color {
border: 2px solid #66DB07;
}