#50DB00
A medium, vivid green closely aligning with Limegreen.
About #50DB00
The precise color #50DB00 is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(80, 219, 0).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 63% C, 0% M, 100% Y, and 14% K. With a hue angle of 98.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50DB00
RGB80, 219, 0
HSL98.1°, 100.0%, 42.9%
CMYK63%, 0%, 100%, 14%
HSV98.1°, 100.0%, 85.9%
LAB77.5, -67.8, 75.4
XYZ28.6, 52.4, 8.6
Decimal5298944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.47:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DB00;
}
.text-color {
color: #50DB00;
}
.border-color {
border: 2px solid #50DB00;
}