#66D342
A medium, moderate green closely aligning with Limegreen.
About #66D342
At its core, #66D342 is a medium and moderate hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(102, 211, 66).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 0% M, 69% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
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#66D342
RGB102, 211, 66
HSL105.1°, 62.2%, 54.3%
CMYK52%, 0%, 69%, 17%
HSV105.1°, 68.7%, 82.7%
LAB76.0, -56.8, 59.6
XYZ29.8, 49.8, 13.2
Decimal6738754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.96:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D342;
}
.text-color {
color: #66D342;
}
.border-color {
border: 2px solid #66D342;
}