#0FE22C
A medium, vivid green closely aligning with Limegreen.
About #0FE22C
The hex code #0FE22C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 226, 44).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. The HSL representation is 128.2° hue, 87.6% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE22C
RGB15, 226, 44
HSL128.2°, 87.6%, 47.3%
CMYK93%, 0%, 81%, 11%
HSV128.2°, 93.4%, 88.6%
LAB78.9, -76.8, 69.1
XYZ27.8, 54.7, 11.5
Decimal1040940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.94:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE22C;
}
.text-color {
color: #0FE22C;
}
.border-color {
border: 2px solid #0FE22C;
}