#00bb35
a dark, electric green · cool · closest name: forestgreen
RGB
0, 187, 53
HSL
137°, 100%, 37%
CMYK
100, 0, 72, 27
Luminance
0.3580
Every format
| HEX | #00bb35 |
| RGB | rgb(0, 187, 53) |
| HSL | hsl(137, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 72%, 27%) |
| LAB | lab(66.4 -65.7 53.9) |
| LCH | lch(66.4 85.0 140.6) |
| OKLCH | oklch(0.689 0.215 145.2) |
Copy-ready code
/* CSS */
color: #00bb35;
background-color: #00bb35;
/* Tailwind (arbitrary) */
class="text-[#00bb35] bg-[#00bb35]"
/* SCSS */
$brand: #00bb35;
/* SwiftUI */
Color(red: 0.000, green: 0.733, blue: 0.208)
/* Android */
Color.parseColor("#00bb35")Accessibility — WCAG contrast
Aa
#00bb35 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bb35 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.3%
Blue20.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow71.7%
Key (black)26.7%
Color previews
#00bb35 text on a black background
contrast 8.16:1
Card sample
#00bb35 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bb35;
Background color
Panel with #00bb35 background
background-color: #00bb35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bb35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 187, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 187, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bb35; background: linear-gradient(135deg, #00bb35, #00BBB2);