#00bb5b
a dark, electric green · cool · closest name: forestgreen
RGB
0, 187, 91
HSL
149°, 100%, 37%
CMYK
100, 0, 51, 27
Luminance
0.3630
Every format
| HEX | #00bb5b |
| RGB | rgb(0, 187, 91) |
| HSL | hsl(149, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 51%, 27%) |
| LAB | lab(66.7 -61.0 37.4) |
| LCH | lch(66.7 71.5 148.5) |
| OKLCH | oklch(0.693 0.187 150.9) |
Copy-ready code
/* CSS */
color: #00bb5b;
background-color: #00bb5b;
/* Tailwind (arbitrary) */
class="text-[#00bb5b] bg-[#00bb5b]"
/* SCSS */
$brand: #00bb5b;
/* SwiftUI */
Color(red: 0.000, green: 0.733, blue: 0.357)
/* Android */
Color.parseColor("#00bb5b")Accessibility — WCAG contrast
Aa
#00bb5b on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bb5b on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.3%
Blue35.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow51.3%
Key (black)26.7%
Color previews
#00bb5b text on a black background
contrast 8.26:1
Card sample
#00bb5b text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bb5b;
Background color
Panel with #00bb5b background
background-color: #00bb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 187, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 187, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bb5b; background: linear-gradient(135deg, #00bb5b, #009EBB);