#52f500
a balanced, electric green · cool · closest name: lime
RGB
82, 245, 0
HSL
100°, 100%, 48%
CMYK
67, 0, 100, 4
Luminance
0.6710
Every format
| HEX | #52f500 |
| RGB | rgb(82, 245, 0) |
| HSL | hsl(100, 100%, 48%) |
| CMYK | cmyk(67%, 0%, 100%, 4%) |
| LAB | lab(85.5 -75.5 81.8) |
| LCH | lch(85.5 111.3 132.7) |
| OKLCH | oklch(0.851 0.272 139.7) |
Copy-ready code
/* CSS */
color: #52f500;
background-color: #52f500;
/* Tailwind (arbitrary) */
class="text-[#52f500] bg-[#52f500]"
/* SCSS */
$brand: #52f500;
/* SwiftUI */
Color(red: 0.322, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#52f500")Accessibility — WCAG contrast
Aa
#52f500 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f500 on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green96.1%
Blue0.0%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#52f500 text on a black background
contrast 14.42:1
Card sample
#52f500 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f500;
Background color
Panel with #52f500 background
background-color: #52f500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f500; background: linear-gradient(135deg, #52f500, #00F551);