#5FBD3A
A medium, moderate green closely aligning with Limegreen.
About #5FBD3A
Visually, #5FBD3A is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 189, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 0% M, 69% Y, and 26% K. 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FBD3A
RGB95, 189, 58
HSL103.1°, 53.0%, 48.4%
CMYK50%, 0%, 69%, 26%
HSV103.1°, 69.3%, 74.1%
LAB68.8, -51.1, 55.1
XYZ23.7, 39.1, 10.3
Decimal6274362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.83:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD3A;
}
.text-color {
color: #5FBD3A;
}
.border-color {
border: 2px solid #5FBD3A;
}