#5FF049
A light, vivid green closely aligning with Limegreen.
About #5FF049
Visually, #5FF049 is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 95 parts red, 240 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 60% Cyan, 0% Magenta, 70% Yellow, and 6% Black. With a hue angle of 112.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#5FF049
RGB95, 240, 73
HSL112.1°, 84.8%, 61.4%
CMYK60%, 0%, 70%, 6%
HSV112.1°, 69.6%, 94.1%
LAB84.6, -68.3, 65.9
XYZ37.1, 65.2, 16.9
Decimal6287433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.05:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF049;
}
.text-color {
color: #5FF049;
}
.border-color {
border: 2px solid #5FF049;
}