#1DAF42
A medium, vivid green closely aligning with Forestgreen.
About #1DAF42
When working with digital screens, the color #1DAF42 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(29, 175, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 83% Cyan, 0% Magenta, 62% Yellow, and 31% Black. With a hue angle of 135.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAF42
RGB29, 175, 66
HSL135.2°, 71.6%, 40.0%
CMYK83%, 0%, 62%, 31%
HSV135.2°, 83.4%, 68.6%
LAB62.8, -58.8, 44.6
XYZ16.8, 31.3, 10.3
Decimal1945410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF42;
}
.text-color {
color: #1DAF42;
}
.border-color {
border: 2px solid #1DAF42;
}