#0FFF00
A medium, vivid green closely aligning with Lime.
About #0FFF00
At its core, #0FFF00 is a medium and vivid hue. 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, 255, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 94% cyan, 0% magenta, 100% yellow, and 0% black. With a hue angle of 116.5 degrees, it sits comfortably in the green spectrum.
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#0FFF00
RGB15, 255, 0
HSL116.5°, 100.0%, 50.0%
CMYK94%, 0%, 100%, 0%
HSV116.5°, 100.0%, 100.0%
LAB87.8, -85.7, 83.2
XYZ36.0, 71.6, 11.9
Decimal1048320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF00;
}
.text-color {
color: #0FFF00;
}
.border-color {
border: 2px solid #0FFF00;
}