#24920F
A dark, vivid green closely aligning with Green.
About #24920F
Visually, #24920F is defined as a vivid green. Its closest recognized web color is Green. Its digital footprint relies on 36 parts red, 146 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 75% cyan, 0% magenta, 90% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24920F
RGB36, 146, 15
HSL110.4°, 81.4%, 31.6%
CMYK75%, 0%, 90%, 43%
HSV110.4°, 89.7%, 57.3%
LAB52.9, -52.7, 52.8
XYZ11.1, 21.0, 3.9
Decimal2396687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #24920F;
}
.text-color {
color: #24920F;
}
.border-color {
border: 2px solid #24920F;
}