#50CC3A
A medium, moderate green closely aligning with Limegreen.
About #50CC3A
At its core, #50CC3A is a medium and moderate hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 204, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 61% cyan, 0% magenta, 72% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50CC3A
RGB80, 204, 58
HSL111.0°, 58.9%, 51.4%
CMYK61%, 0%, 72%, 20%
HSV111.0°, 71.6%, 80.0%
LAB73.0, -60.5, 59.3
XYZ25.7, 45.2, 11.4
Decimal5295162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.04:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC3A;
}
.text-color {
color: #50CC3A;
}
.border-color {
border: 2px solid #50CC3A;
}