#00b452
a dark, electric green · cool · closest name: forestgreen
RGB
0, 180, 82
HSL
147°, 100%, 35%
CMYK
100, 0, 54, 29
Luminance
0.3325
Every format
| HEX | #00b452 |
| RGB | rgb(0, 180, 82) |
| HSL | hsl(147, 100%, 35%) |
| CMYK | cmyk(100%, 0%, 54%, 29%) |
| LAB | lab(64.4 -60.1 38.9) |
| LCH | lch(64.4 71.6 147.1) |
| OKLCH | oklch(0.673 0.186 149.8) |
Copy-ready code
/* CSS */
color: #00b452;
background-color: #00b452;
/* Tailwind (arbitrary) */
class="text-[#00b452] bg-[#00b452]"
/* SCSS */
$brand: #00b452;
/* SwiftUI */
Color(red: 0.000, green: 0.706, blue: 0.322)
/* Android */
Color.parseColor("#00b452")Accessibility — WCAG contrast
Aa
#00b452 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b452 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green70.6%
Blue32.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow54.4%
Key (black)29.4%
Color previews
#00b452 text on a black background
contrast 7.65:1
Card sample
#00b452 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b452;
Background color
Panel with #00b452 background
background-color: #00b452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 180, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 180, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b452; background: linear-gradient(135deg, #00b452, #009EB4);