#1DF82C
A medium, vivid green closely aligning with Lime.
About #1DF82C
The precise color #1DF82C 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, 248 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 88% C, 0% M, 82% Y, and 3% K. The HSL representation is 124.1° hue, 94.0% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DF82C
RGB29, 248, 44
HSL124.1°, 94.0%, 54.3%
CMYK88%, 0%, 82%, 3%
HSV124.1°, 88.3%, 97.3%
LAB85.8, -82.0, 75.5
XYZ34.5, 67.6, 13.6
Decimal1964076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF82C;
}
.text-color {
color: #1DF82C;
}
.border-color {
border: 2px solid #1DF82C;
}