#0FFF92
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FFF92
When working with digital screens, the color #0FFF92 is rendered by mixing light. Its closest recognized web color is Mediumspringgreen. Its digital footprint relies on 15 parts red, 255 parts green, and 146 parts blue light.
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.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FFF92
RGB15, 255, 146
HSL152.8°, 100.0%, 52.9%
CMYK94%, 0%, 43%, 0%
HSV152.8°, 94.1%, 100.0%
LAB88.8, -73.4, 38.3
XYZ41.1, 73.7, 39.3
Decimal1048466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.74:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF92;
}
.text-color {
color: #0FFF92;
}
.border-color {
border: 2px solid #0FFF92;
}