#52b100
a dark, electric green · cool · closest name: green
RGB
82, 177, 0
HSL
92°, 100%, 35%
CMYK
54, 0, 100, 31
Luminance
0.3324
Every format
| HEX | #52b100 |
| RGB | rgb(82, 177, 0) |
| HSL | hsl(92, 100%, 35%) |
| CMYK | cmyk(54%, 0%, 100%, 31%) |
| LAB | lab(64.3 -53.0 65.0) |
| LCH | lch(64.3 83.9 129.2) |
| OKLCH | oklch(0.675 0.203 136.6) |
Copy-ready code
/* CSS */
color: #52b100;
background-color: #52b100;
/* Tailwind (arbitrary) */
class="text-[#52b100] bg-[#52b100]"
/* SCSS */
$brand: #52b100;
/* SwiftUI */
Color(red: 0.322, green: 0.694, blue: 0.000)
/* Android */
Color.parseColor("#52b100")Accessibility — WCAG contrast
Aa
#52b100 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52b100 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green69.4%
Blue0.0%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow100.0%
Key (black)30.6%
Color previews
#52b100 text on a black background
contrast 7.65:1
Card sample
#52b100 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52b100;
Background color
Panel with #52b100 background
background-color: #52b100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52b100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 177, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 177, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52b100; background: linear-gradient(135deg, #52b100, #00B124);