#1DC52C
A medium, vivid green closely aligning with Limegreen.
About #1DC52C
At its core, #1DC52C is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(29, 197, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 85% C, 0% M, 78% Y, and 23% K. With a hue angle of 125.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DC52C
RGB29, 197, 44
HSL125.4°, 74.3%, 44.3%
CMYK85%, 0%, 78%, 23%
HSV125.4°, 85.3%, 77.3%
LAB69.7, -67.6, 60.5
XYZ20.9, 40.4, 9.1
Decimal1951020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC52C;
}
.text-color {
color: #1DC52C;
}
.border-color {
border: 2px solid #1DC52C;
}