#1DF02C
A medium, vivid green closely aligning with Lime.
About #1DF02C
The hex code #1DF02C 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, 240 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 88% cyan, 0% magenta, 82% yellow, and 6% black. With a hue angle of 124.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF02C
RGB29, 240, 44
HSL124.3°, 87.6%, 52.7%
CMYK88%, 0%, 82%, 6%
HSV124.3°, 87.9%, 94.1%
LAB83.3, -79.8, 73.3
XYZ32.1, 62.8, 12.8
Decimal1962028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF02C;
}
.text-color {
color: #1DF02C;
}
.border-color {
border: 2px solid #1DF02C;
}