#00F07C
A medium, vivid green closely aligning with Springgreen.
About #00F07C
At its core, #00F07C is a medium and vivid hue. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(0, 240, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 48% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00F07C
RGB0, 240, 124
HSL151.0°, 100.0%, 47.1%
CMYK100%, 0%, 48%, 6%
HSV151.0°, 100.0%, 94.1%
LAB83.8, -72.7, 42.7
XYZ34.8, 63.8, 29.5
Decimal61564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F07C;
}
.text-color {
color: #00F07C;
}
.border-color {
border: 2px solid #00F07C;
}