#83cc00
a dark, electric green · cool · closest name: olivedrab
RGB
131, 204, 0
HSL
82°, 100%, 40%
CMYK
36, 0, 100, 20
Luminance
0.4801
Every format
| HEX | #83cc00 |
| RGB | rgb(131, 204, 0) |
| HSL | hsl(82, 100%, 40%) |
| CMYK | cmyk(36%, 0%, 100%, 20%) |
| LAB | lab(74.8 -47.5 74.1) |
| LCH | lch(74.8 88.0 122.7) |
| OKLCH | oklch(0.767 0.209 130.7) |
Copy-ready code
/* CSS */
color: #83cc00;
background-color: #83cc00;
/* Tailwind (arbitrary) */
class="text-[#83cc00] bg-[#83cc00]"
/* SCSS */
$brand: #83cc00;
/* SwiftUI */
Color(red: 0.514, green: 0.800, blue: 0.000)
/* Android */
Color.parseColor("#83cc00")Accessibility — WCAG contrast
Aa
#83cc00 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cc00 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.0%
Blue0.0%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow100.0%
Key (black)20.0%
Color previews
#83cc00 text on a black background
contrast 10.60:1
Card sample
#83cc00 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cc00;
Background color
Panel with #83cc00 background
background-color: #83cc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 204, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 204, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cc00; background: linear-gradient(135deg, #83cc00, #00CC05);