#52a300
a dark, electric green · cool · closest name: green
RGB
82, 163, 0
HSL
90°, 100%, 32%
CMYK
50, 0, 100, 36
Luminance
0.2799
Every format
| HEX | #52a300 |
| RGB | rgb(82, 163, 0) |
| HSL | hsl(90, 100%, 32%) |
| CMYK | cmyk(50%, 0%, 100%, 36%) |
| LAB | lab(59.9 -47.7 61.5) |
| LCH | lch(59.9 77.8 127.8) |
| OKLCH | oklch(0.638 0.188 135.4) |
Copy-ready code
/* CSS */
color: #52a300;
background-color: #52a300;
/* Tailwind (arbitrary) */
class="text-[#52a300] bg-[#52a300]"
/* SCSS */
$brand: #52a300;
/* SwiftUI */
Color(red: 0.322, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#52a300")Accessibility — WCAG contrast
Aa
#52a300 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#52a300 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green63.9%
Blue0.0%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#52a300 text on a black background
contrast 6.60:1
Card sample
#52a300 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52a300;
Background color
Panel with #52a300 background
background-color: #52a300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52a300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52a300; background: linear-gradient(135deg, #52a300, #00A31B);