#49aa00
a dark, electric green · cool · closest name: green
RGB
73, 170, 0
HSL
94°, 100%, 33%
CMYK
57, 0, 100, 33
Luminance
0.3017
Every format
| HEX | #49aa00 |
| RGB | rgb(73, 170, 0) |
| HSL | hsl(94, 100%, 33%) |
| CMYK | cmyk(57%, 0%, 100%, 33%) |
| LAB | lab(61.8 -52.9 62.9) |
| LCH | lch(61.8 82.2 130.1) |
| OKLCH | oklch(0.653 0.200 137.5) |
Copy-ready code
/* CSS */
color: #49aa00;
background-color: #49aa00;
/* Tailwind (arbitrary) */
class="text-[#49aa00] bg-[#49aa00]"
/* SCSS */
$brand: #49aa00;
/* SwiftUI */
Color(red: 0.286, green: 0.667, blue: 0.000)
/* Android */
Color.parseColor("#49aa00")Accessibility — WCAG contrast
Aa
#49aa00 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49aa00 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green66.7%
Blue0.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow100.0%
Key (black)33.3%
Color previews
#49aa00 text on a black background
contrast 7.03:1
Card sample
#49aa00 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49aa00;
Background color
Panel with #49aa00 background
background-color: #49aa00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49aa00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 170, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 170, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49aa00; background: linear-gradient(135deg, #49aa00, #00AA28);