#50B607
A dark, vivid green closely aligning with Limegreen.
About #50B607
At its core, #50B607 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 80 parts red, 182 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50B607
RGB80, 182, 7
HSL95.0°, 92.6%, 37.1%
CMYK56%, 0%, 96%, 29%
HSV95.0°, 96.2%, 71.4%
LAB65.9, -55.2, 65.4
XYZ20.1, 35.2, 5.9
Decimal5289479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.04:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50B607;
}
.text-color {
color: #50B607;
}
.border-color {
border: 2px solid #50B607;
}