#95be00
a dark, electric green · cool · closest name: olivedrab
RGB
149, 190, 0
HSL
73°, 100%, 37%
CMYK
22, 0, 100, 26
Luminance
0.4322
Every format
| HEX | #95be00 |
| RGB | rgb(149, 190, 0) |
| HSL | hsl(73, 100%, 37%) |
| CMYK | cmyk(22%, 0%, 100%, 26%) |
| LAB | lab(71.7 -34.6 72.2) |
| LCH | lch(71.7 80.0 115.6) |
| OKLCH | oklch(0.744 0.184 123.8) |
Copy-ready code
/* CSS */
color: #95be00;
background-color: #95be00;
/* Tailwind (arbitrary) */
class="text-[#95be00] bg-[#95be00]"
/* SCSS */
$brand: #95be00;
/* SwiftUI */
Color(red: 0.584, green: 0.745, blue: 0.000)
/* Android */
Color.parseColor("#95be00")Accessibility — WCAG contrast
Aa
#95be00 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95be00 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green74.5%
Blue0.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow100.0%
Key (black)25.5%
Color previews
#95be00 text on a black background
contrast 9.64:1
Card sample
#95be00 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95be00;
Background color
Panel with #95be00 background
background-color: #95be00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95be00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 190, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 190, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95be00; background: linear-gradient(135deg, #95be00, #17BE00);