#50F050
A light, vivid green closely aligning with Limegreen.
About #50F050
At its core, #50F050 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 240, and 80.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 67% Yellow, and 6% 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F050
RGB80, 240, 80
HSL120.0°, 84.2%, 62.7%
CMYK67%, 0%, 67%, 6%
HSV120.0°, 66.7%, 94.1%
LAB84.3, -70.8, 62.8
XYZ35.9, 64.6, 18.2
Decimal5304400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.92:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F050;
}
.text-color {
color: #50F050;
}
.border-color {
border: 2px solid #50F050;
}