#50F057
A light, vivid green closely aligning with Limegreen.
About #50F057
The hex code #50F057 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 80 red, 240 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 64% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F057
RGB80, 240, 87
HSL122.6°, 84.2%, 62.7%
CMYK67%, 0%, 64%, 6%
HSV122.6°, 66.7%, 94.1%
LAB84.3, -70.1, 60.1
XYZ36.2, 64.7, 19.6
Decimal5304407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.94:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F057;
}
.text-color {
color: #50F057;
}
.border-color {
border: 2px solid #50F057;
}