#50F857
A light, vivid green closely aligning with Limegreen.
About #50F857
At its core, #50F857 is a light and vivid 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, 248, and 87.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F857
RGB80, 248, 87
HSL122.5°, 92.3%, 64.3%
CMYK68%, 0%, 65%, 3%
HSV122.5°, 67.7%, 97.3%
LAB86.8, -72.7, 62.7
XYZ38.6, 69.5, 20.4
Decimal5306455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F857;
}
.text-color {
color: #50F857;
}
.border-color {
border: 2px solid #50F857;
}