#1DF01D
A medium, vivid green closely aligning with Lime.
About #1DF01D
When working with digital screens, the color #1DF01D is rendered by mixing light. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 29 red, 240 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 88% C, 0% M, 88% Y, and 6% K. The HSL representation is 120.0° hue, 87.6% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1DF01D
RGB29, 240, 29
HSL120.0°, 87.6%, 52.7%
CMYK88%, 0%, 88%, 6%
HSV120.0°, 87.9%, 94.1%
LAB83.3, -80.5, 76.4
XYZ31.9, 62.7, 11.6
Decimal1962013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF01D;
}
.text-color {
color: #1DF01D;
}
.border-color {
border: 2px solid #1DF01D;
}