#00F050
A medium, vivid green closely aligning with Springgreen.
About #00F050
When working with digital screens, the color #00F050 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Springgreen. Its digital footprint relies on 0 parts red, 240 parts green, and 80 parts blue light.
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, 67% Y, and 6% K. With a hue angle of 140.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F050
RGB0, 240, 80
HSL140.0°, 100.0%, 47.1%
CMYK100%, 0%, 67%, 6%
HSV140.0°, 100.0%, 94.1%
LAB83.4, -78.4, 61.6
XYZ32.6, 62.9, 18.0
Decimal61520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F050;
}
.text-color {
color: #00F050;
}
.border-color {
border: 2px solid #00F050;
}