#1DE216
A medium, vivid green closely aligning with Lime.
About #1DE216
The hex code #1DE216 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 29 red, 226 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 87% Cyan, 0% Magenta, 90% Yellow, and 11% Black. The HSL representation is 117.9° hue, 82.3% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DE216
RGB29, 226, 22
HSL117.9°, 82.3%, 48.6%
CMYK87%, 0%, 90%, 11%
HSV117.9°, 90.3%, 88.6%
LAB78.9, -76.9, 73.8
XYZ27.8, 54.7, 9.9
Decimal1958422
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.94:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE216;
}
.text-color {
color: #1DE216;
}
.border-color {
border: 2px solid #1DE216;
}