#1DE91D
A medium, vivid green closely aligning with Lime.
About #1DE91D
The precise color #1DE91D is an excellent choice for modern design projects. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 29 red, 233 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 88% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DE91D
RGB29, 233, 29
HSL120.0°, 82.3%, 51.4%
CMYK88%, 0%, 88%, 9%
HSV120.0°, 87.6%, 91.4%
LAB81.1, -78.5, 74.5
XYZ29.9, 58.6, 10.9
Decimal1960221
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE91D;
}
.text-color {
color: #1DE91D;
}
.border-color {
border: 2px solid #1DE91D;
}