#66CC1D
A medium, vivid green closely aligning with Limegreen.
About #66CC1D
Visually, #66CC1D is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 102 red, 204 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66CC1D
RGB102, 204, 29
HSL95.0°, 75.1%, 45.7%
CMYK50%, 0%, 86%, 20%
HSV95.0°, 85.8%, 80.0%
LAB73.6, -56.4, 68.6
XYZ27.3, 46.1, 8.6
Decimal6736925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC1D;
}
.text-color {
color: #66CC1D;
}
.border-color {
border: 2px solid #66CC1D;
}