#1DFF16
A medium, vivid green closely aligning with Lime.
About #1DFF16
When working with digital screens, the color #1DFF16 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 255, and 22.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DFF16
RGB29, 255, 22
HSL118.2°, 100.0%, 54.3%
CMYK89%, 0%, 91%, 0%
HSV118.2°, 91.4%, 100.0%
LAB87.9, -84.7, 81.4
XYZ36.4, 71.8, 12.7
Decimal1965846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF16;
}
.text-color {
color: #1DFF16;
}
.border-color {
border: 2px solid #1DFF16;
}