#0FFF07
A medium, vivid green closely aligning with Lime.
About #0FFF07
When working with digital screens, the color #0FFF07 is rendered by mixing light. Its closest recognized web color is Lime. Its digital footprint relies on 15 parts red, 255 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 0% M, 97% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF07
RGB15, 255, 7
HSL118.1°, 100.0%, 51.4%
CMYK94%, 0%, 97%, 0%
HSV118.1°, 97.3%, 100.0%
LAB87.8, -85.6, 82.7
XYZ36.0, 71.6, 12.1
Decimal1048327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33: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: #0FFF07;
}
.text-color {
color: #0FFF07;
}
.border-color {
border: 2px solid #0FFF07;
}