#50FF3A
A light, vivid green closely aligning with Lime.
About #50FF3A
Visually, #50FF3A is defined as a vivid green. Its closest recognized web color is Lime. This translates to an RGB value of rgb(80, 255, 58).
For print applications, it's crucial to understand its CMYK makeup. The color uses 69% Cyan, 0% Magenta, 77% Yellow, and 0% Black. With a hue angle of 113.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50FF3A
RGB80, 255, 58
HSL113.3°, 100.0%, 61.4%
CMYK69%, 0%, 77%, 0%
HSV113.3°, 77.3%, 100.0%
LAB88.7, -77.1, 74.8
XYZ39.8, 73.5, 16.1
Decimal5308218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.71:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FF3A;
}
.text-color {
color: #50FF3A;
}
.border-color {
border: 2px solid #50FF3A;
}