#2CA00F
A dark, vivid green closely aligning with Green.
About #2CA00F
Visually, #2CA00F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 44 red, 160 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 72% cyan, 0% magenta, 91% yellow, and 37% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CA00F
RGB44, 160, 15
HSL108.0°, 82.9%, 34.3%
CMYK72%, 0%, 91%, 37%
HSV108.0°, 90.6%, 62.7%
LAB57.8, -55.8, 57.1
XYZ13.7, 25.7, 4.7
Decimal2924559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA00F;
}
.text-color {
color: #2CA00F;
}
.border-color {
border: 2px solid #2CA00F;
}