#50CC2C
A medium, moderate green closely aligning with Limegreen.
About #50CC2C
The hex code #50CC2C represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 204, 44).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 61% cyan and 0% magenta inks. With a hue angle of 106.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50CC2C
RGB80, 204, 44
HSL106.5°, 64.5%, 48.6%
CMYK61%, 0%, 78%, 20%
HSV106.5°, 78.4%, 80.0%
LAB72.9, -61.5, 63.9
XYZ25.4, 45.1, 9.7
Decimal5295148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.01:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC2C;
}
.text-color {
color: #50CC2C;
}
.border-color {
border: 2px solid #50CC2C;
}