#66AF33
A medium, moderate green closely aligning with Forestgreen.
About #66AF33
Visually, #66AF33 is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 175, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 42% cyan and 0% magenta inks. The HSL representation is 95.3° hue, 54.9% saturation, and 44.3% 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#66AF33
RGB102, 175, 51
HSL95.3°, 54.9%, 44.3%
CMYK42%, 0%, 71%, 31%
HSV95.3°, 70.9%, 68.6%
LAB64.7, -43.8, 53.7
XYZ21.4, 33.7, 8.5
Decimal6729523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF33;
}
.text-color {
color: #66AF33;
}
.border-color {
border: 2px solid #66AF33;
}