#5FDB0F
A medium, vivid green closely aligning with Limegreen.
About #5FDB0F
The hex code #5FDB0F represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(95, 219, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FDB0F
RGB95, 219, 15
HSL96.5°, 87.2%, 45.9%
CMYK57%, 0%, 93%, 14%
HSV96.5°, 93.2%, 85.9%
LAB78.0, -64.0, 74.5
XYZ30.1, 53.1, 9.1
Decimal6281999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.63:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDB0F;
}
.text-color {
color: #5FDB0F;
}
.border-color {
border: 2px solid #5FDB0F;
}