#50E25F
A light, vivid green closely aligning with Limegreen.
About #50E25F
The precise color #50E25F is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(80, 226, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 65% C, 0% M, 58% Y, and 11% K. The HSL representation is 126.2° hue, 71.6% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E25F
RGB80, 226, 95
HSL126.2°, 71.6%, 60.0%
CMYK65%, 0%, 58%, 11%
HSV126.2°, 64.6%, 88.6%
LAB80.1, -64.5, 51.9
XYZ32.6, 56.9, 20.1
Decimal5300831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.38:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E25F;
}
.text-color {
color: #50E25F;
}
.border-color {
border: 2px solid #50E25F;
}