#1DE93A
A medium, vivid green closely aligning with Limegreen.
About #1DE93A
The hex code #1DE93A represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(29, 233, 58).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DE93A
RGB29, 233, 58
HSL128.5°, 82.3%, 51.4%
CMYK88%, 0%, 75%, 9%
HSV128.5°, 87.6%, 91.4%
LAB81.2, -77.0, 67.2
XYZ30.4, 58.8, 13.8
Decimal1960250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE93A;
}
.text-color {
color: #1DE93A;
}
.border-color {
border: 2px solid #1DE93A;
}