#1DC550
A medium, vivid green closely aligning with Limegreen.
About #1DC550
At its core, #1DC550 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 29 red, 197 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 85% cyan, 0% magenta, 59% yellow, and 23% black. The HSL representation is 138.2° hue, 74.3% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DC550
RGB29, 197, 80
HSL138.2°, 74.3%, 44.3%
CMYK85%, 0%, 59%, 23%
HSV138.2°, 85.3%, 77.3%
LAB70.0, -64.1, 46.6
XYZ21.9, 40.8, 14.3
Decimal1951056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.15:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC550;
}
.text-color {
color: #1DC550;
}
.border-color {
border: 2px solid #1DC550;
}