#52be52
a balanced, vivid green · cool · closest name: forestgreen
RGB
82, 190, 82
HSL
120°, 45%, 53%
CMYK
57, 0, 57, 26
Luminance
0.3923
Every format
| HEX | #52be52 |
| RGB | rgb(82, 190, 82) |
| HSL | hsl(120, 45%, 53%) |
| CMYK | cmyk(57%, 0%, 57%, 26%) |
| LAB | lab(68.9 -52.6 44.7) |
| LCH | lch(68.9 69.0 139.6) |
| OKLCH | oklch(0.714 0.178 143.4) |
Copy-ready code
/* CSS */
color: #52be52;
background-color: #52be52;
/* Tailwind (arbitrary) */
class="text-[#52be52] bg-[#52be52]"
/* SCSS */
$brand: #52be52;
/* SwiftUI */
Color(red: 0.322, green: 0.745, blue: 0.322)
/* Android */
Color.parseColor("#52be52")Accessibility — WCAG contrast
Aa
#52be52 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52be52 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green74.5%
Blue32.2%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow56.8%
Key (black)25.5%
Color previews
#52be52 text on a black background
contrast 8.85:1
Card sample
#52be52 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52be52;
Background color
Panel with #52be52 background
background-color: #52be52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52be52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 190, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 190, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52be52; background: linear-gradient(135deg, #52be52, #52BE9A);