#33AF50
A medium, moderate green closely aligning with Forestgreen.
About #33AF50
Visually, #33AF50 is defined as a moderate green. Its closest recognized web color is Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 175, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. With a hue angle of 134.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33AF50
RGB51, 175, 80
HSL134.0°, 54.9%, 44.3%
CMYK71%, 0%, 54%, 31%
HSV134.0°, 70.9%, 68.6%
LAB63.3, -53.9, 38.7
XYZ18.1, 31.9, 12.8
Decimal3387216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AF50;
}
.text-color {
color: #33AF50;
}
.border-color {
border: 2px solid #33AF50;
}