#5FA800
A dark, vivid green closely aligning with Yellowgreen.
About #5FA800
Visually, #5FA800 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 168, and 0.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 0% M, 100% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark 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#5FA800
RGB95, 168, 0
HSL86.1°, 100.0%, 32.9%
CMYK43%, 0%, 100%, 34%
HSV86.1°, 100.0%, 65.9%
LAB62.0, -45.4, 63.5
XYZ18.7, 30.4, 4.9
Decimal6268928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA800;
}
.text-color {
color: #5FA800;
}
.border-color {
border: 2px solid #5FA800;
}