#66DB1D
A medium, vivid green closely aligning with Limegreen.
About #66DB1D
When working with digital screens, the color #66DB1D is rendered by mixing light. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 102 red, 219 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 0% M, 87% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66DB1D
RGB102, 219, 29
HSL96.9°, 76.6%, 48.6%
CMYK53%, 0%, 87%, 14%
HSV96.9°, 86.8%, 85.9%
LAB78.2, -61.8, 72.6
XYZ31.0, 53.6, 9.9
Decimal6740765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.72:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB1D;
}
.text-color {
color: #66DB1D;
}
.border-color {
border: 2px solid #66DB1D;
}