#52c500
a dark, electric green · cool · closest name: green
RGB
82, 197, 0
HSL
95°, 100%, 39%
CMYK
58, 0, 100, 23
Luminance
0.4173
Every format
| HEX | #52c500 |
| RGB | rgb(82, 197, 0) |
| HSL | hsl(95, 100%, 39%) |
| CMYK | cmyk(58%, 0%, 100%, 23%) |
| LAB | lab(70.7 -60.0 70.0) |
| LCH | lch(70.7 92.3 130.6) |
| OKLCH | oklch(0.728 0.225 137.9) |
Copy-ready code
/* CSS */
color: #52c500;
background-color: #52c500;
/* Tailwind (arbitrary) */
class="text-[#52c500] bg-[#52c500]"
/* SCSS */
$brand: #52c500;
/* SwiftUI */
Color(red: 0.322, green: 0.773, blue: 0.000)
/* Android */
Color.parseColor("#52c500")Accessibility — WCAG contrast
Aa
#52c500 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c500 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green77.3%
Blue0.0%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow100.0%
Key (black)22.7%
Color previews
#52c500 text on a black background
contrast 9.35:1
Card sample
#52c500 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c500;
Background color
Panel with #52c500 background
background-color: #52c500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 197, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 197, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c500; background: linear-gradient(135deg, #52c500, #00C531);