#66DB7C
A light, moderate green closely aligning with Lightgreen.
About #66DB7C
At its core, #66DB7C is a light and moderate hue. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 219, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 0% M, 43% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66DB7C
RGB102, 219, 124
HSL131.3°, 61.9%, 62.9%
CMYK53%, 0%, 43%, 14%
HSV131.3°, 53.4%, 85.9%
LAB79.0, -53.0, 36.8
XYZ34.4, 54.9, 27.9
Decimal6740860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB7C;
}
.text-color {
color: #66DB7C;
}
.border-color {
border: 2px solid #66DB7C;
}