#1DF016
A medium, vivid green closely aligning with Lime.
About #1DF016
At its core, #1DF016 is a medium and vivid hue. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 29 red, 240 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. With a hue angle of 118.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#1DF016
RGB29, 240, 22
HSL118.1°, 87.9%, 51.4%
CMYK88%, 0%, 91%, 6%
HSV118.1°, 90.8%, 94.1%
LAB83.3, -80.7, 77.5
XYZ31.8, 62.6, 11.2
Decimal1962006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF016;
}
.text-color {
color: #1DF016;
}
.border-color {
border: 2px solid #1DF016;
}