#50AF00
A dark, vivid green closely aligning with Limegreen.
About #50AF00
Visually, #50AF00 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 175, and 0.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 54% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#50AF00
RGB80, 175, 0
HSL92.6°, 100.0%, 34.3%
CMYK54%, 0%, 100%, 31%
HSV92.6°, 100.0%, 68.6%
LAB63.6, -52.8, 64.5
XYZ18.6, 32.4, 5.3
Decimal5287680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.47:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF00;
}
.text-color {
color: #50AF00;
}
.border-color {
border: 2px solid #50AF00;
}