#0FDB57
A medium, vivid green closely aligning with Limegreen.
About #0FDB57
The hex code #0FDB57 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. Its digital footprint relies on 15 parts red, 219 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 93% cyan, 0% magenta, 60% yellow, and 14% black. The HSL representation is 141.2° hue, 87.2% saturation, and 45.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FDB57
RGB15, 219, 87
HSL141.2°, 87.2%, 45.9%
CMYK93%, 0%, 60%, 14%
HSV141.2°, 93.2%, 85.9%
LAB77.0, -71.0, 51.5
XYZ27.2, 51.5, 17.5
Decimal1039191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.29:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDB57;
}
.text-color {
color: #0FDB57;
}
.border-color {
border: 2px solid #0FDB57;
}