#50AF0F
A dark, vivid green closely aligning with Limegreen.
About #50AF0F
The hex code #50AF0F represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 80 parts red, 175 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 54% cyan, 0% magenta, 91% 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. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50AF0F
RGB80, 175, 15
HSL95.6°, 84.2%, 37.3%
CMYK54%, 0%, 91%, 31%
HSV95.6°, 91.4%, 68.6%
LAB63.7, -52.5, 62.5
XYZ18.7, 32.4, 5.7
Decimal5287695
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: #50AF0F;
}
.text-color {
color: #50AF0F;
}
.border-color {
border: 2px solid #50AF0F;
}