#50DB33
A medium, moderate green closely aligning with Limegreen.
About #50DB33
When working with digital screens, the color #50DB33 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 80 red, 219 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 63% C, 0% M, 77% Y, and 14% K. With a hue angle of 109.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50DB33
RGB80, 219, 51
HSL109.6°, 70.0%, 52.9%
CMYK63%, 0%, 77%, 14%
HSV109.6°, 76.7%, 85.9%
LAB77.6, -66.1, 66.2
XYZ29.2, 52.6, 11.7
Decimal5298995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.52:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DB33;
}
.text-color {
color: #50DB33;
}
.border-color {
border: 2px solid #50DB33;
}