#00FF5F
A medium, vivid green closely aligning with Springgreen.
About #00FF5F
At its core, #00FF5F is a medium and vivid hue. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 0 red, 255 green, and 95 blue.
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, 63% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#00FF5F
RGB0, 255, 95
HSL142.4°, 100.0%, 50.0%
CMYK100%, 0%, 63%, 0%
HSV142.4°, 100.0%, 100.0%
LAB88.1, -81.1, 60.8
XYZ37.8, 72.3, 22.8
Decimal65375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.47:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF5F;
}
.text-color {
color: #00FF5F;
}
.border-color {
border: 2px solid #00FF5F;
}