#50AF16
A dark, vivid green closely aligning with Limegreen.
About #50AF16
At its core, #50AF16 is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 175, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 54% Cyan, 0% Magenta, 87% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#50AF16
RGB80, 175, 22
HSL97.3°, 77.7%, 38.6%
CMYK54%, 0%, 87%, 31%
HSV97.3°, 87.4%, 68.6%
LAB63.7, -52.3, 61.2
XYZ18.8, 32.4, 6.0
Decimal5287702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF16;
}
.text-color {
color: #50AF16;
}
.border-color {
border: 2px solid #50AF16;
}