#33D350
A medium, moderate green closely aligning with Limegreen.
About #33D350
Visually, #33D350 is defined as a moderate green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(51, 211, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 76% cyan, 0% magenta, 62% yellow, and 17% black. With a hue angle of 130.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33D350
RGB51, 211, 80
HSL130.9°, 64.5%, 51.4%
CMYK76%, 0%, 62%, 17%
HSV130.9°, 75.8%, 82.7%
LAB74.7, -66.1, 52.1
XYZ26.1, 47.9, 15.5
Decimal3396432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33D350;
}
.text-color {
color: #33D350;
}
.border-color {
border: 2px solid #33D350;
}