#66DB33
A medium, moderate green closely aligning with Limegreen.
About #66DB33
The precise color #66DB33 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(102, 219, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 53% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66DB33
RGB102, 219, 51
HSL101.8°, 70.0%, 52.9%
CMYK53%, 0%, 77%, 14%
HSV101.8°, 76.7%, 85.9%
LAB78.3, -60.8, 67.1
XYZ31.4, 53.7, 11.8
Decimal6740787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB33;
}
.text-color {
color: #66DB33;
}
.border-color {
border: 2px solid #66DB33;
}