#1DF83A
A medium, vivid green closely aligning with Lime.
About #1DF83A
The hex code #1DF83A represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 248, and 58.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 77% Yellow, and 3% Black. The HSL representation is 127.9° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#1DF83A
RGB29, 248, 58
HSL127.9°, 94.0%, 54.3%
CMYK88%, 0%, 77%, 3%
HSV127.9°, 88.3%, 97.3%
LAB85.9, -81.2, 71.8
XYZ34.8, 67.7, 15.2
Decimal1964090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.54:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF83A;
}
.text-color {
color: #1DF83A;
}
.border-color {
border: 2px solid #1DF83A;
}