#50CC6D
A medium, moderate green closely aligning with Lightgreen.
About #50CC6D
The hex code #50CC6D represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 80 red, 204 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 61% cyan, 0% magenta, 47% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50CC6D
RGB80, 204, 109
HSL134.0°, 54.9%, 55.7%
CMYK61%, 0%, 47%, 20%
HSV134.0°, 60.8%, 80.0%
LAB73.5, -54.6, 37.2
XYZ27.7, 46.0, 21.9
Decimal5295213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC6D;
}
.text-color {
color: #50CC6D;
}
.border-color {
border: 2px solid #50CC6D;
}