#50C500
A dark, vivid green closely aligning with Limegreen.
About #50C500
The hex code #50C500 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 80 parts red, 197 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 0% Magenta, 100% Yellow, and 23% Black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50C500
RGB80, 197, 0
HSL95.6°, 100.0%, 38.6%
CMYK59%, 0%, 100%, 23%
HSV95.6°, 100.0%, 77.3%
LAB70.6, -60.6, 70.0
XYZ23.3, 41.6, 6.8
Decimal5293312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.33:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C500;
}
.text-color {
color: #50C500;
}
.border-color {
border: 2px solid #50C500;
}