#248A07
A dark, vivid green closely aligning with Green.
About #248A07
The precise color #248A07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 36 red, 138 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 74% C, 0% M, 95% Y, and 46% K. The HSL representation is 106.7° hue, 90.3% saturation, and 28.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#248A07
RGB36, 138, 7
HSL106.7°, 90.3%, 28.4%
CMYK74%, 0%, 95%, 46%
HSV106.7°, 94.9%, 54.1%
LAB50.2, -50.4, 52.0
XYZ9.9, 18.6, 3.3
Decimal2394631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A07;
}
.text-color {
color: #248A07;
}
.border-color {
border: 2px solid #248A07;
}