#0FE207
A medium, vivid green closely aligning with Lime.
About #0FE207
Visually, #0FE207 is defined as a vivid green. Its closest recognized web color is Lime. In the RGB color space, it consists of 15 red, 226 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 93% cyan, 0% magenta, 97% yellow, and 11% black. With a hue angle of 117.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE207
RGB15, 226, 7
HSL117.8°, 94.0%, 45.7%
CMYK93%, 0%, 97%, 11%
HSV117.8°, 96.9%, 88.6%
LAB78.8, -78.0, 75.4
XYZ27.4, 54.5, 9.3
Decimal1040903
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: #0FE207;
}
.text-color {
color: #0FE207;
}
.border-color {
border: 2px solid #0FE207;
}