#50CC24
A medium, vivid green closely aligning with Limegreen.
About #50CC24
The precise color #50CC24 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, 204, 36).
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, 82% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50CC24
RGB80, 204, 36
HSL104.3°, 70.0%, 47.1%
CMYK61%, 0%, 82%, 20%
HSV104.3°, 82.4%, 80.0%
LAB72.9, -61.9, 66.1
XYZ25.2, 45.0, 9.0
Decimal5295140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.00:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC24;
}
.text-color {
color: #50CC24;
}
.border-color {
border: 2px solid #50CC24;
}