#5FD504
A medium, vivid green closely aligning with Limegreen.
About #5FD504
The hex code #5FD504 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(95, 213, 4).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 55% Cyan, 0% Magenta, 98% Yellow, and 16% Black. With a hue angle of 93.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FD504
RGB95, 213, 4
HSL93.9°, 96.3%, 42.5%
CMYK55%, 0%, 98%, 16%
HSV93.9°, 98.1%, 83.5%
LAB76.1, -62.1, 74.1
XYZ28.5, 50.0, 8.3
Decimal6280452
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.01:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD504;
}
.text-color {
color: #5FD504;
}
.border-color {
border: 2px solid #5FD504;
}