#66CC75
A light, moderate green closely aligning with Lightgreen.
About #66CC75
Visually, #66CC75 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 102 red, 204 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. The HSL representation is 128.8° hue, 50.0% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#66CC75
RGB102, 204, 117
HSL128.8°, 50.0%, 60.0%
CMYK50%, 0%, 43%, 20%
HSV128.8°, 50.0%, 80.0%
LAB74.4, -48.1, 34.4
XYZ30.3, 47.3, 24.4
Decimal6737013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC75;
}
.text-color {
color: #66CC75;
}
.border-color {
border: 2px solid #66CC75;
}