#1DE949
A medium, vivid green closely aligning with Limegreen.
About #1DE949
At its core, #1DE949 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, 233 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 69% Y, and 9% K. The HSL representation is 132.9° hue, 82.3% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DE949
RGB29, 233, 73
HSL132.9°, 82.3%, 51.4%
CMYK88%, 0%, 69%, 9%
HSV132.9°, 87.6%, 91.4%
LAB81.3, -75.8, 62.1
XYZ30.8, 59.0, 16.1
Decimal1960265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.80:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE949;
}
.text-color {
color: #1DE949;
}
.border-color {
border: 2px solid #1DE949;
}