#0FF016
A medium, vivid green closely aligning with Lime.
About #0FF016
Visually, #0FF016 is defined as a vivid green. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 240, and 22.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 0% M, 91% Y, and 6% K. With a hue angle of 121.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0FF016
RGB15, 240, 22
HSL121.9°, 88.2%, 50.0%
CMYK94%, 0%, 91%, 6%
HSV121.9°, 93.8%, 94.1%
LAB83.2, -81.4, 77.4
XYZ31.5, 62.5, 11.2
Decimal1044502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF016;
}
.text-color {
color: #0FF016;
}
.border-color {
border: 2px solid #0FF016;
}