#5FA000
A dark, vivid green closely aligning with Yellowgreen.
About #5FA000
At its core, #5FA000 is a dark and vivid hue. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 95 red, 160 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 41% cyan, 0% magenta, 100% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FA000
RGB95, 160, 0
HSL84.4°, 100.0%, 31.4%
CMYK41%, 0%, 100%, 37%
HSV84.4°, 100.0%, 62.7%
LAB59.5, -42.1, 61.5
XYZ17.3, 27.6, 4.4
Decimal6266880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA000;
}
.text-color {
color: #5FA000;
}
.border-color {
border: 2px solid #5FA000;
}