#66D383
A light, moderate green closely aligning with Lightgreen.
About #66D383
At its core, #66D383 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 211, and 131.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 52% C, 0% M, 38% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66D383
RGB102, 211, 131
HSL136.0°, 55.3%, 61.4%
CMYK52%, 0%, 38%, 17%
HSV136.0°, 51.7%, 82.7%
LAB76.7, -48.7, 30.3
XYZ32.9, 51.1, 29.6
Decimal6738819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.21:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D383;
}
.text-color {
color: #66D383;
}
.border-color {
border: 2px solid #66D383;
}