#0FCC57
A medium, vivid green closely aligning with Limegreen.
About #0FCC57
The precise color #0FCC57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 204, 87).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. The HSL representation is 142.9° hue, 86.3% saturation, and 42.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FCC57
RGB15, 204, 87
HSL142.9°, 86.3%, 42.9%
CMYK93%, 0%, 57%, 20%
HSV142.9°, 92.6%, 80.0%
LAB72.2, -66.4, 46.0
XYZ23.5, 44.0, 16.3
Decimal1035351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.80:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC57;
}
.text-color {
color: #0FCC57;
}
.border-color {
border: 2px solid #0FCC57;
}