#52e052
a balanced, vivid green · cool · closest name: forestgreen
RGB
82, 224, 82
HSL
120°, 70%, 60%
CMYK
63, 0, 63, 12
Luminance
0.5571
Every format
| HEX | #52e052 |
| RGB | rgb(82, 224, 82) |
| HSL | hsl(120, 70%, 60%) |
| CMYK | cmyk(63%, 0%, 63%, 12%) |
| LAB | lab(79.5 -64.8 56.7) |
| LCH | lch(79.5 86.2 138.8) |
| OKLCH | oklch(0.801 0.220 143.2) |
Copy-ready code
/* CSS */
color: #52e052;
background-color: #52e052;
/* Tailwind (arbitrary) */
class="text-[#52e052] bg-[#52e052]"
/* SCSS */
$brand: #52e052;
/* SwiftUI */
Color(red: 0.322, green: 0.878, blue: 0.322)
/* Android */
Color.parseColor("#52e052")Accessibility — WCAG contrast
Aa
#52e052 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52e052 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green87.8%
Blue32.2%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow63.4%
Key (black)12.2%
Color previews
#52e052 text on a black background
contrast 12.14:1
Card sample
#52e052 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52e052;
Background color
Panel with #52e052 background
background-color: #52e052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52e052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 224, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 224, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52e052; background: linear-gradient(135deg, #52e052, #52E0B1);