#66BD57
A medium, moderate green closely aligning with Lightgreen.
About #66BD57
At its core, #66BD57 is a medium and moderate hue. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 102 parts red, 189 parts green, and 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 46% cyan, 0% magenta, 54% yellow, and 26% black. The HSL representation is 111.2° hue, 43.6% saturation, and 54.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#66BD57
RGB102, 189, 87
HSL111.2°, 43.6%, 54.1%
CMYK46%, 0%, 54%, 26%
HSV111.2°, 54.0%, 74.1%
LAB69.4, -46.1, 43.1
XYZ25.4, 39.9, 15.4
Decimal6733143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.98:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BD57;
}
.text-color {
color: #66BD57;
}
.border-color {
border: 2px solid #66BD57;
}