#0FC557
A medium, vivid green closely aligning with Limegreen.
About #0FC557
The hex code #0FC557 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(15, 197, 87).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 92% Cyan, 0% Magenta, 56% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
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#0FC557
RGB15, 197, 87
HSL143.7°, 85.8%, 41.6%
CMYK92%, 0%, 56%, 23%
HSV143.7°, 92.4%, 77.3%
LAB70.0, -64.2, 43.3
XYZ21.9, 40.7, 15.7
Decimal1033559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.14:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC557;
}
.text-color {
color: #0FC557;
}
.border-color {
border: 2px solid #0FC557;
}