#0FCC42
A medium, vivid green closely aligning with Limegreen.
About #0FCC42
At its core, #0FCC42 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 204, and 66.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 0% M, 68% Y, and 20% K. With a hue angle of 136.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0FCC42
RGB15, 204, 66
HSL136.2°, 86.3%, 42.9%
CMYK93%, 0%, 68%, 20%
HSV136.2°, 92.6%, 80.0%
LAB72.0, -68.8, 54.8
XYZ22.8, 43.7, 12.4
Decimal1035330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.74:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC42;
}
.text-color {
color: #0FCC42;
}
.border-color {
border: 2px solid #0FCC42;
}