#0FE20F
A medium, vivid green closely aligning with Lime.
About #0FE20F
The hex code #0FE20F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(15, 226, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FE20F
RGB15, 226, 15
HSL120.0°, 87.6%, 47.3%
CMYK93%, 0%, 93%, 11%
HSV120.0°, 93.4%, 88.6%
LAB78.8, -77.9, 74.6
XYZ27.5, 54.5, 9.5
Decimal1040911
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.91:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE20F;
}
.text-color {
color: #0FE20F;
}
.border-color {
border: 2px solid #0FE20F;
}