#00bb55
a dark, electric green · cool · closest name: forestgreen
RGB
0, 187, 85
HSL
147°, 100%, 37%
CMYK
100, 0, 55, 27
Luminance
0.3620
Every format
| HEX | #00bb55 |
| RGB | rgb(0, 187, 85) |
| HSL | hsl(147, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 55%, 27%) |
| LAB | lab(66.7 -61.9 40.3) |
| LCH | lch(66.7 73.8 146.9) |
| OKLCH | oklch(0.692 0.192 149.7) |
Copy-ready code
/* CSS */
color: #00bb55;
background-color: #00bb55;
/* Tailwind (arbitrary) */
class="text-[#00bb55] bg-[#00bb55]"
/* SCSS */
$brand: #00bb55;
/* SwiftUI */
Color(red: 0.000, green: 0.733, blue: 0.333)
/* Android */
Color.parseColor("#00bb55")Accessibility — WCAG contrast
Aa
#00bb55 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bb55 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.3%
Blue33.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow54.5%
Key (black)26.7%
Color previews
#00bb55 text on a black background
contrast 8.24:1
Card sample
#00bb55 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bb55;
Background color
Panel with #00bb55 background
background-color: #00bb55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bb55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 187, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 187, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bb55; background: linear-gradient(135deg, #00bb55, #00A4BB);