#50D324
A medium, vivid green closely aligning with Limegreen.
About #50D324
The hex code #50D324 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 211, and 36.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 0% M, 83% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50D324
RGB80, 211, 36
HSL104.9°, 70.9%, 48.4%
CMYK62%, 0%, 83%, 17%
HSV104.9°, 82.9%, 82.7%
LAB75.1, -64.3, 68.0
XYZ26.9, 48.4, 9.6
Decimal5296932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.68:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D324;
}
.text-color {
color: #50D324;
}
.border-color {
border: 2px solid #50D324;
}