#0FF816
A medium, vivid green closely aligning with Lime.
About #0FF816
At its core, #0FF816 is a medium and vivid hue. It is closely associated with the named CSS color Lime. Its digital footprint relies on 15 parts red, 248 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. With a hue angle of 121.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF816
RGB15, 248, 22
HSL121.8°, 94.3%, 51.6%
CMYK94%, 0%, 91%, 3%
HSV121.8°, 94.0%, 97.3%
LAB85.7, -83.5, 79.5
XYZ33.9, 67.3, 12.0
Decimal1046550
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.46:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF816;
}
.text-color {
color: #0FF816;
}
.border-color {
border: 2px solid #0FF816;
}