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