#0FE249
A medium, vivid green closely aligning with Limegreen.
About #0FE249
When working with digital screens, the color #0FE249 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 15 red, 226 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE249
RGB15, 226, 73
HSL136.5°, 87.6%, 47.3%
CMYK93%, 0%, 68%, 11%
HSV136.5°, 93.4%, 88.6%
LAB79.0, -74.6, 59.6
XYZ28.6, 55.0, 15.4
Decimal1040969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE249;
}
.text-color {
color: #0FE249;
}
.border-color {
border: 2px solid #0FE249;
}