#0FF807
A medium, vivid green closely aligning with Lime.
About #0FF807
The hex code #0FF807 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(15, 248, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0FF807
RGB15, 248, 7
HSL118.0°, 94.5%, 50.0%
CMYK94%, 0%, 97%, 3%
HSV118.0°, 97.2%, 97.3%
LAB85.6, -83.8, 81.0
XYZ33.8, 67.3, 11.4
Decimal1046535
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.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF807;
}
.text-color {
color: #0FF807;
}
.border-color {
border: 2px solid #0FF807;
}