#0FC500
A dark, vivid green closely aligning with Limegreen.
About #0FC500
The precise color #0FC500 is an excellent choice for modern design projects. 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, 197, and 0.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 92% cyan, 0% magenta, 100% yellow, and 23% black. With a hue angle of 115.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0FC500
RGB15, 197, 0
HSL115.4°, 100.0%, 38.6%
CMYK92%, 0%, 100%, 23%
HSV115.4°, 100.0%, 77.3%
LAB69.5, -70.3, 68.6
XYZ20.2, 40.0, 6.7
Decimal1033472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.01:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC500;
}
.text-color {
color: #0FC500;
}
.border-color {
border: 2px solid #0FC500;
}