#66DB16
A medium, vivid green closely aligning with Limegreen.
About #66DB16
Visually, #66DB16 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 219, and 22.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 0% M, 90% Y, and 14% K. The HSL representation is 95.6° hue, 81.7% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66DB16
RGB102, 219, 22
HSL95.6°, 81.7%, 47.3%
CMYK53%, 0%, 90%, 14%
HSV95.6°, 90.0%, 85.9%
LAB78.2, -62.0, 73.8
XYZ31.0, 53.5, 9.5
Decimal6740758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.71:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB16;
}
.text-color {
color: #66DB16;
}
.border-color {
border: 2px solid #66DB16;
}