#50DB0F
A medium, vivid green closely aligning with Limegreen.
About #50DB0F
Visually, #50DB0F is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 219, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 63% Cyan, 0% Magenta, 93% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50DB0F
RGB80, 219, 15
HSL100.9°, 87.2%, 45.9%
CMYK63%, 0%, 93%, 14%
HSV100.9°, 93.2%, 85.9%
LAB77.5, -67.6, 74.0
XYZ28.7, 52.4, 9.1
Decimal5298959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.48:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DB0F;
}
.text-color {
color: #50DB0F;
}
.border-color {
border: 2px solid #50DB0F;
}