#00bb43
a dark, electric green · cool · closest name: forestgreen
RGB
0, 187, 67
HSL
142°, 100%, 37%
CMYK
100, 0, 64, 27
Luminance
0.3595
Every format
| HEX | #00bb43 |
| RGB | rgb(0, 187, 67) |
| HSL | hsl(142, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 64%, 27%) |
| LAB | lab(66.5 -64.3 48.3) |
| LCH | lch(66.5 80.4 143.1) |
| OKLCH | oklch(0.690 0.206 146.8) |
Copy-ready code
/* CSS */
color: #00bb43;
background-color: #00bb43;
/* Tailwind (arbitrary) */
class="text-[#00bb43] bg-[#00bb43]"
/* SCSS */
$brand: #00bb43;
/* SwiftUI */
Color(red: 0.000, green: 0.733, blue: 0.263)
/* Android */
Color.parseColor("#00bb43")Accessibility — WCAG contrast
Aa
#00bb43 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bb43 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.3%
Blue26.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.2%
Key (black)26.7%
Color previews
#00bb43 text on a black background
contrast 8.19:1
Card sample
#00bb43 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bb43;
Background color
Panel with #00bb43 background
background-color: #00bb43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bb43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 187, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 187, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bb43; background: linear-gradient(135deg, #00bb43, #00B6BB);