#50D366
A medium, moderate green closely aligning with Lightgreen.
About #50D366
The hex code #50D366 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 80 parts red, 211 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. The HSL representation is 130.1° hue, 59.8% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50D366
RGB80, 211, 102
HSL130.1°, 59.8%, 57.1%
CMYK62%, 0%, 52%, 17%
HSV130.1°, 62.1%, 82.7%
LAB75.6, -58.3, 43.2
XYZ29.0, 49.3, 20.5
Decimal5296998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.85:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D366;
}
.text-color {
color: #50D366;
}
.border-color {
border: 2px solid #50D366;
}