#0FC542
A medium, vivid green closely aligning with Limegreen.
About #0FC542
At its core, #0FC542 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 15 parts red, 197 parts green, and 66 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. The HSL representation is 136.8° hue, 85.8% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FC542
RGB15, 197, 66
HSL136.8°, 85.8%, 41.6%
CMYK92%, 0%, 66%, 23%
HSV136.8°, 92.4%, 77.3%
LAB69.8, -66.7, 52.4
XYZ21.1, 40.4, 11.8
Decimal1033538
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC542;
}
.text-color {
color: #0FC542;
}
.border-color {
border: 2px solid #0FC542;
}