#66D32C
A medium, moderate green closely aligning with Limegreen.
About #66D32C
When working with digital screens, the color #66D32C is rendered by mixing light. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 102 parts red, 211 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 52% Cyan, 0% Magenta, 79% Yellow, and 17% Black. The HSL representation is 99.2° hue, 65.5% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#66D32C
RGB102, 211, 44
HSL99.2°, 65.5%, 50.0%
CMYK52%, 0%, 79%, 17%
HSV99.2°, 79.1%, 82.7%
LAB75.8, -58.3, 66.8
XYZ29.2, 49.6, 10.4
Decimal6738732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.92:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D32C;
}
.text-color {
color: #66D32C;
}
.border-color {
border: 2px solid #66D32C;
}