#50FF00
A medium, vivid green closely aligning with Lime.
About #50FF00
The hex code #50FF00 represents a beautifully specific shade of green. Its closest recognized web color is Lime. In the RGB color space, it consists of 80 red, 255 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 69% cyan, 0% magenta, 100% yellow, and 0% black. With a hue angle of 101.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50FF00
RGB80, 255, 0
HSL101.2°, 100.0%, 50.0%
CMYK69%, 0%, 100%, 0%
HSV101.2°, 100.0%, 100.0%
LAB88.6, -78.9, 84.2
XYZ39.1, 73.2, 12.1
Decimal5308160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF00;
}
.text-color {
color: #50FF00;
}
.border-color {
border: 2px solid #50FF00;
}