#1DC53A
A medium, vivid green closely aligning with Limegreen.
About #1DC53A
Visually, #1DC53A is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 29 red, 197 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 0% magenta, 71% yellow, and 23% black. The HSL representation is 130.4° hue, 74.3% saturation, and 44.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DC53A
RGB29, 197, 58
HSL130.4°, 74.3%, 44.3%
CMYK85%, 0%, 71%, 23%
HSV130.4°, 85.3%, 77.3%
LAB69.8, -66.5, 55.7
XYZ21.2, 40.5, 10.7
Decimal1951034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.10:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC53A;
}
.text-color {
color: #1DC53A;
}
.border-color {
border: 2px solid #1DC53A;
}