#66DB8A
A light, moderate green closely aligning with Lightgreen.
About #66DB8A
The precise color #66DB8A is an excellent choice for modern design projects. Designers often compare it to the standard color Lightgreen. Its digital footprint relies on 102 parts red, 219 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 53% cyan, 0% magenta, 37% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66DB8A
RGB102, 219, 138
HSL138.5°, 61.9%, 62.9%
CMYK53%, 0%, 37%, 14%
HSV138.5°, 53.4%, 85.9%
LAB79.2, -50.7, 30.0
XYZ35.4, 55.3, 32.9
Decimal6740874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.06:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DB8A;
}
.text-color {
color: #66DB8A;
}
.border-color {
border: 2px solid #66DB8A;
}