#66C542
A medium, moderate green closely aligning with Limegreen.
About #66C542
Visually, #66C542 is defined as a moderate green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 197, and 66.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 48% C, 0% M, 66% Y, and 23% K. The HSL representation is 103.5° hue, 53.0% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66C542
RGB102, 197, 66
HSL103.5°, 53.0%, 51.6%
CMYK48%, 0%, 66%, 23%
HSV103.5°, 66.5%, 77.3%
LAB71.7, -51.5, 55.0
XYZ26.4, 43.2, 12.1
Decimal6735170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.63:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C542;
}
.text-color {
color: #66C542;
}
.border-color {
border: 2px solid #66C542;
}