#5FDB1D
A medium, vivid green closely aligning with Limegreen.
About #5FDB1D
Visually, #5FDB1D is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 219, and 29.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 0% magenta, 87% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#5FDB1D
RGB95, 219, 29
HSL99.2°, 76.6%, 48.6%
CMYK57%, 0%, 87%, 14%
HSV99.2°, 86.8%, 85.9%
LAB78.0, -63.6, 72.3
XYZ30.3, 53.2, 9.8
Decimal6282013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB1D;
}
.text-color {
color: #5FDB1D;
}
.border-color {
border: 2px solid #5FDB1D;
}