#1DB642
A medium, vivid green closely aligning with Limegreen.
About #1DB642
Visually, #1DB642 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 182, and 66.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 84% cyan, 0% magenta, 64% yellow, and 29% black. With a hue angle of 134.5 degrees, it sits comfortably in the green spectrum.
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#1DB642
RGB29, 182, 66
HSL134.5°, 72.5%, 41.4%
CMYK84%, 0%, 64%, 29%
HSV134.5°, 84.1%, 71.4%
LAB65.1, -61.1, 47.2
XYZ18.2, 34.1, 10.8
Decimal1947202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.82:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DB642;
}
.text-color {
color: #1DB642;
}
.border-color {
border: 2px solid #1DB642;
}