#1DAF3A
A medium, vivid green closely aligning with Forestgreen.
About #1DAF3A
Visually, #1DAF3A is defined as a vivid green. Designers often compare it to the standard color Forestgreen. This translates to an RGB value of rgb(29, 175, 58).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 83% C, 0% M, 67% Y, and 31% K. The HSL representation is 131.9° hue, 71.6% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DAF3A
RGB29, 175, 58
HSL131.9°, 71.6%, 40.0%
CMYK83%, 0%, 67%, 31%
HSV131.9°, 83.4%, 68.6%
LAB62.7, -59.7, 48.1
XYZ16.6, 31.2, 9.2
Decimal1945402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF3A;
}
.text-color {
color: #1DAF3A;
}
.border-color {
border: 2px solid #1DAF3A;
}