#0FFF83
A medium, vivid green closely aligning with Springgreen.
About #0FFF83
Visually, #0FFF83 is defined as a vivid green. Designers often compare it to the standard color Springgreen. Its digital footprint relies on 15 parts red, 255 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 49% Yellow, and 0% Black. The HSL representation is 149.0° hue, 100.0% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF83
RGB15, 255, 131
HSL149.0°, 100.0%, 52.9%
CMYK94%, 0%, 49%, 0%
HSV149.0°, 94.1%, 100.0%
LAB88.6, -75.9, 45.3
XYZ40.1, 73.3, 33.5
Decimal1048451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF83;
}
.text-color {
color: #0FFF83;
}
.border-color {
border: 2px solid #0FFF83;
}