#66CC42
A medium, moderate green closely aligning with Limegreen.
About #66CC42
The hex code #66CC42 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 102 red, 204 green, and 66 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 0% Magenta, 68% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66CC42
RGB102, 204, 66
HSL104.3°, 57.5%, 52.9%
CMYK50%, 0%, 68%, 20%
HSV104.3°, 67.6%, 80.0%
LAB73.8, -54.2, 57.3
XYZ28.1, 46.4, 12.6
Decimal6736962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.28:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC42;
}
.text-color {
color: #66CC42;
}
.border-color {
border: 2px solid #66CC42;
}