#0FF007
A medium, vivid green closely aligning with Lime.
About #0FF007
At its core, #0FF007 is a medium and vivid hue. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 240, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 94% Cyan, 0% Magenta, 97% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FF007
RGB15, 240, 7
HSL117.9°, 94.3%, 48.4%
CMYK94%, 0%, 97%, 6%
HSV117.9°, 97.1%, 94.1%
LAB83.1, -81.7, 78.9
XYZ31.4, 62.4, 10.6
Decimal1044487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.49:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF007;
}
.text-color {
color: #0FF007;
}
.border-color {
border: 2px solid #0FF007;
}