#0FE200
A medium, vivid green closely aligning with Lime.
About #0FE200
The hex code #0FE200 represents a beautifully specific shade of green. 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, 226, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 93% C, 0% M, 100% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE200
RGB15, 226, 0
HSL116.0°, 100.0%, 44.3%
CMYK93%, 0%, 100%, 11%
HSV116.0°, 100.0%, 88.6%
LAB78.7, -78.1, 76.0
XYZ27.4, 54.5, 9.1
Decimal1040896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.90: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: #0FE200;
}
.text-color {
color: #0FE200;
}
.border-color {
border: 2px solid #0FE200;
}