#50C52C
A medium, moderate green closely aligning with Limegreen.
About #50C52C
The precise color #50C52C is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 197, 44).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 59% cyan, 0% magenta, 78% yellow, and 23% black. The HSL representation is 105.9° hue, 63.5% saturation, and 47.3% lightness.
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#50C52C
RGB80, 197, 44
HSL105.9°, 63.5%, 47.3%
CMYK59%, 0%, 78%, 23%
HSV105.9°, 77.7%, 77.3%
LAB70.7, -59.1, 61.8
XYZ23.7, 41.8, 9.2
Decimal5293356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C52C;
}
.text-color {
color: #50C52C;
}
.border-color {
border: 2px solid #50C52C;
}