#56D31A
A medium, vivid green closely aligning with Limegreen.
About #56D31A
When working with digital screens, the color #56D31A is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(86, 211, 26).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 59% C, 0% M, 88% Y, and 17% K. The HSL representation is 100.5° hue, 78.1% saturation, and 46.5% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#56D31A
RGB86, 211, 26
HSL100.5°, 78.1%, 46.5%
CMYK59%, 0%, 88%, 17%
HSV100.5°, 87.7%, 82.7%
LAB75.2, -63.3, 70.4
XYZ27.3, 48.6, 8.9
Decimal5690138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.73:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #56D31A;
}
.text-color {
color: #56D31A;
}
.border-color {
border: 2px solid #56D31A;
}