#1DE916
A medium, vivid green closely aligning with Lime.
About #1DE916
The hex code #1DE916 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(29, 233, 22).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 91% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1DE916
RGB29, 233, 22
HSL118.0°, 82.7%, 50.0%
CMYK88%, 0%, 91%, 9%
HSV118.0°, 90.6%, 91.4%
LAB81.1, -78.8, 75.6
XYZ29.8, 58.6, 10.5
Decimal1960214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE916;
}
.text-color {
color: #1DE916;
}
.border-color {
border: 2px solid #1DE916;
}