#00bf44
a dark, electric green · cool · closest name: forestgreen
RGB
0, 191, 68
HSL
141°, 100%, 38%
CMYK
100, 0, 64, 25
Luminance
0.3768
Every format
| HEX | #00bf44 |
| RGB | rgb(0, 191, 68) |
| HSL | hsl(141, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 64%, 25%) |
| LAB | lab(67.8 -65.4 49.4) |
| LCH | lch(67.8 81.9 142.9) |
| OKLCH | oklch(0.701 0.210 146.7) |
Copy-ready code
/* CSS */
color: #00bf44;
background-color: #00bf44;
/* Tailwind (arbitrary) */
class="text-[#00bf44] bg-[#00bf44]"
/* SCSS */
$brand: #00bf44;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 0.267)
/* Android */
Color.parseColor("#00bf44")Accessibility — WCAG contrast
Aa
#00bf44 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bf44 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.4%
Key (black)25.1%
Color previews
#00bf44 text on a black background
contrast 8.54:1
Card sample
#00bf44 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bf44;
Background color
Panel with #00bf44 background
background-color: #00bf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bf44; background: linear-gradient(135deg, #00bf44, #00BBBF);