#50FF24
A medium, vivid green closely aligning with Lime.
About #50FF24
Visually, #50FF24 is defined as a vivid green. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 255, and 36.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 69% cyan, 0% magenta, 86% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50FF24
RGB80, 255, 36
HSL107.9°, 100.0%, 57.1%
CMYK69%, 0%, 86%, 0%
HSV107.9°, 85.9%, 100.0%
LAB88.6, -78.2, 80.0
XYZ39.4, 73.4, 13.8
Decimal5308196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.67:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF24;
}
.text-color {
color: #50FF24;
}
.border-color {
border: 2px solid #50FF24;
}