#0FF80F
A medium, vivid green closely aligning with Lime.
About #0FF80F
Visually, #0FF80F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 15 parts red, 248 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 0% magenta, 94% yellow, and 3% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FF80F
RGB15, 248, 15
HSL120.0°, 94.3%, 51.6%
CMYK94%, 0%, 94%, 3%
HSV120.0°, 94.0%, 97.3%
LAB85.6, -83.7, 80.3
XYZ33.9, 67.3, 11.7
Decimal1046543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF80F;
}
.text-color {
color: #0FF80F;
}
.border-color {
border: 2px solid #0FF80F;
}