#33AF42
A medium, moderate green closely aligning with Forestgreen.
About #33AF42
At its core, #33AF42 is a medium and moderate hue. Designers often compare it to the standard color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 175, and 66.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 71% cyan, 0% magenta, 62% yellow, and 31% black. The HSL representation is 127.3° hue, 54.9% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33AF42
RGB51, 175, 66
HSL127.3°, 54.9%, 44.3%
CMYK71%, 0%, 62%, 31%
HSV127.3°, 70.9%, 68.6%
LAB63.1, -55.7, 45.2
XYZ17.7, 31.8, 10.4
Decimal3387202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.35:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AF42;
}
.text-color {
color: #33AF42;
}
.border-color {
border: 2px solid #33AF42;
}