#0FE916
A medium, vivid green closely aligning with Lime.
About #0FE916
At its core, #0FE916 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 233, and 22.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 94% cyan, 0% magenta, 91% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FE916
RGB15, 233, 22
HSL121.9°, 87.9%, 48.6%
CMYK94%, 0%, 91%, 9%
HSV121.9°, 93.6%, 91.4%
LAB81.0, -79.6, 75.5
XYZ29.5, 58.4, 10.5
Decimal1042710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.69:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE916;
}
.text-color {
color: #0FE916;
}
.border-color {
border: 2px solid #0FE916;
}