#50CC5F
A medium, moderate green closely aligning with Lightgreen.
About #50CC5F
The hex code #50CC5F represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(80, 204, 95).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 61% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50CC5F
RGB80, 204, 95
HSL127.3°, 54.9%, 55.7%
CMYK61%, 0%, 53%, 20%
HSV127.3°, 60.8%, 80.0%
LAB73.4, -56.6, 43.8
XYZ27.0, 45.7, 18.2
Decimal5295199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.14:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC5F;
}
.text-color {
color: #50CC5F;
}
.border-color {
border: 2px solid #50CC5F;
}