#0FCC0F
A medium, vivid green closely aligning with Limegreen.
About #0FCC0F
The precise color #0FCC0F is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 15 red, 204 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 93% cyan, 0% magenta, 93% yellow, and 20% black. The HSL representation is 120.0° hue, 86.3% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0FCC0F
RGB15, 204, 15
HSL120.0°, 86.3%, 42.9%
CMYK93%, 0%, 93%, 20%
HSV120.0°, 92.6%, 80.0%
LAB71.8, -71.9, 68.8
XYZ21.9, 43.3, 7.7
Decimal1035279
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66: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: #0FCC0F;
}
.text-color {
color: #0FCC0F;
}
.border-color {
border: 2px solid #0FCC0F;
}