#0FF85F
A medium, vivid green closely aligning with Springgreen.
About #0FF85F
The hex code #0FF85F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 15 red, 248 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 0% magenta, 62% yellow, and 3% black. The HSL representation is 140.6° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FF85F
RGB15, 248, 95
HSL140.6°, 94.3%, 51.6%
CMYK94%, 0%, 62%, 3%
HSV140.6°, 94.0%, 97.3%
LAB86.0, -78.6, 58.4
XYZ35.8, 68.1, 22.1
Decimal1046623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF85F;
}
.text-color {
color: #0FF85F;
}
.border-color {
border: 2px solid #0FF85F;
}