#249112
a dark, electric green · cool · closest name: green
RGB
36, 145, 18
HSL
112°, 78%, 32%
CMYK
75, 0, 88, 43
Luminance
0.2067
Every format
| HEX | #249112 |
| RGB | rgb(36, 145, 18) |
| HSL | hsl(112, 78%, 32%) |
| CMYK | cmyk(75%, 0%, 88%, 43%) |
| LAB | lab(52.6 -52.3 51.9) |
| LCH | lch(52.6 73.6 135.2) |
| OKLCH | oklch(0.574 0.182 141.4) |
Copy-ready code
/* CSS */
color: #249112;
background-color: #249112;
/* Tailwind (arbitrary) */
class="text-[#249112] bg-[#249112]"
/* SCSS */
$brand: #249112;
/* SwiftUI */
Color(red: 0.141, green: 0.569, blue: 0.071)
/* Android */
Color.parseColor("#249112")Accessibility — WCAG contrast
Aa
#249112 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249112 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green56.9%
Blue7.1%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow87.6%
Key (black)43.1%
Color previews
#249112 text on a black background
contrast 5.13:1
Card sample
#249112 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249112;
Background color
Panel with #249112 background
background-color: #249112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 145, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 145, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249112; background: linear-gradient(135deg, #249112, #129155);