#249900
A dark, vivid green closely aligning with Green.
About #249900
When working with digital screens, the color #249900 is rendered by mixing light. Its closest recognized web color is Green. In the RGB color space, it consists of 36 red, 153 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. The HSL representation is 105.9° hue, 100.0% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#249900
RGB36, 153, 0
HSL105.9°, 100.0%, 30.0%
CMYK76%, 0%, 100%, 40%
HSV105.9°, 100.0%, 60.0%
LAB55.2, -55.4, 57.3
XYZ12.1, 23.2, 3.8
Decimal2398464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #249900;
}
.text-color {
color: #249900;
}
.border-color {
border: 2px solid #249900;
}