#1DE22C
A medium, vivid green closely aligning with Limegreen.
About #1DE22C
When working with digital screens, the color #1DE22C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 29 red, 226 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 87% Cyan, 0% Magenta, 81% Yellow, and 11% Black. With a hue angle of 124.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1DE22C
RGB29, 226, 44
HSL124.6°, 77.3%, 50.0%
CMYK87%, 0%, 81%, 11%
HSV124.6°, 87.2%, 88.6%
LAB78.9, -75.9, 69.2
XYZ28.2, 54.8, 11.5
Decimal1958444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.97:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE22C;
}
.text-color {
color: #1DE22C;
}
.border-color {
border: 2px solid #1DE22C;
}