#33DB50
A medium, moderate green closely aligning with Limegreen.
About #33DB50
The hex code #33DB50 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 51 red, 219 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. The HSL representation is 130.4° hue, 70.0% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. 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#33DB50
RGB51, 219, 80
HSL130.4°, 70.0%, 52.9%
CMYK77%, 0%, 63%, 14%
HSV130.4°, 76.7%, 85.9%
LAB77.2, -68.7, 54.9
XYZ28.1, 51.9, 16.1
Decimal3398480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DB50;
}
.text-color {
color: #33DB50;
}
.border-color {
border: 2px solid #33DB50;
}