#0FCC16
A medium, vivid green closely aligning with Limegreen.
About #0FCC16
The hex code #0FCC16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 204, 22).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 89% yellow, and 20% black. The HSL representation is 122.2° hue, 86.3% saturation, and 42.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#0FCC16
RGB15, 204, 22
HSL122.2°, 86.3%, 42.9%
CMYK93%, 0%, 89%, 20%
HSV122.2°, 92.6%, 80.0%
LAB71.8, -71.7, 67.7
XYZ21.9, 43.3, 8.0
Decimal1035286
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.67:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC16;
}
.text-color {
color: #0FCC16;
}
.border-color {
border: 2px solid #0FCC16;
}