#66BD2C
A medium, moderate green closely aligning with Yellowgreen.
About #66BD2C
The hex code #66BD2C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 102 parts red, 189 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 0% Magenta, 77% Yellow, and 26% Black. The HSL representation is 96.0° hue, 62.2% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66BD2C
RGB102, 189, 44
HSL96.0°, 62.2%, 45.7%
CMYK46%, 0%, 77%, 26%
HSV96.0°, 76.7%, 74.1%
LAB69.0, -50.0, 60.4
XYZ24.1, 39.4, 8.7
Decimal6733100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.88:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BD2C;
}
.text-color {
color: #66BD2C;
}
.border-color {
border: 2px solid #66BD2C;
}