#66CC2C
A medium, moderate green closely aligning with Limegreen.
About #66CC2C
When working with digital screens, the color #66CC2C is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(102, 204, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 0% M, 78% Y, and 20% K. With a hue angle of 98.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#66CC2C
RGB102, 204, 44
HSL98.2°, 64.5%, 48.6%
CMYK50%, 0%, 78%, 20%
HSV98.2°, 78.4%, 80.0%
LAB73.7, -55.7, 64.8
XYZ27.5, 46.2, 9.8
Decimal6736940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC2C;
}
.text-color {
color: #66CC2C;
}
.border-color {
border: 2px solid #66CC2C;
}