#0FFF7C
A medium, vivid green closely aligning with Springgreen.
About #0FFF7C
Visually, #0FFF7C is defined as a vivid green. Designers often compare it to the standard color Springgreen. In the RGB color space, it consists of 15 red, 255 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF7C
RGB15, 255, 124
HSL147.2°, 100.0%, 52.9%
CMYK94%, 0%, 51%, 0%
HSV147.2°, 94.1%, 100.0%
LAB88.5, -76.9, 48.5
XYZ39.6, 73.1, 31.1
Decimal1048444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.62:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF7C;
}
.text-color {
color: #0FFF7C;
}
.border-color {
border: 2px solid #0FFF7C;
}