#66CC49
A medium, moderate green closely aligning with Limegreen.
About #66CC49
At its core, #66CC49 is a medium and moderate hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 102 red, 204 green, and 73 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 0% M, 64% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66CC49
RGB102, 204, 73
HSL106.7°, 56.2%, 54.3%
CMYK50%, 0%, 64%, 20%
HSV106.7°, 64.2%, 80.0%
LAB73.9, -53.6, 54.5
XYZ28.3, 46.5, 13.8
Decimal6736969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.30:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC49;
}
.text-color {
color: #66CC49;
}
.border-color {
border: 2px solid #66CC49;
}