#00F05F
A medium, vivid green closely aligning with Springgreen.
About #00F05F
When working with digital screens, the color #00F05F is rendered by mixing light. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(0, 240, 95).
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, 60% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00F05F
RGB0, 240, 95
HSL143.8°, 100.0%, 47.1%
CMYK100%, 0%, 60%, 6%
HSV143.8°, 100.0%, 94.1%
LAB83.5, -76.7, 55.5
XYZ33.2, 63.1, 21.3
Decimal61535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.63:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F05F;
}
.text-color {
color: #00F05F;
}
.border-color {
border: 2px solid #00F05F;
}