#5c9900
a dark, electric green · cool · closest name: olivedrab
RGB
92, 153, 0
HSL
84°, 100%, 30%
CMYK
40, 0, 100, 40
Luminance
0.2506
Every format
| HEX | #5c9900 |
| RGB | rgb(92, 153, 0) |
| HSL | hsl(84, 100%, 30%) |
| CMYK | cmyk(40%, 0%, 100%, 40%) |
| LAB | lab(57.1 -40.3 59.6) |
| LCH | lch(57.1 71.9 124.1) |
| OKLCH | oklch(0.617 0.171 132.0) |
Copy-ready code
/* CSS */
color: #5c9900;
background-color: #5c9900;
/* Tailwind (arbitrary) */
class="text-[#5c9900] bg-[#5c9900]"
/* SCSS */
$brand: #5c9900;
/* SwiftUI */
Color(red: 0.361, green: 0.600, blue: 0.000)
/* Android */
Color.parseColor("#5c9900")Accessibility — WCAG contrast
Aa
#5c9900 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c9900 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green60.0%
Blue0.0%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow100.0%
Key (black)40.0%
Color previews
#5c9900 text on a black background
contrast 6.01:1
Card sample
#5c9900 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c9900;
Background color
Panel with #5c9900 background
background-color: #5c9900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c9900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 153, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 153, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c9900; background: linear-gradient(135deg, #5c9900, #00990A);