#82cc2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
130, 204, 47
HSL
88°, 63%, 49%
CMYK
36, 0, 77, 20
Luminance
0.4814
Every format
| HEX | #82cc2f |
| RGB | rgb(130, 204, 47) |
| HSL | hsl(88, 63%, 49%) |
| CMYK | cmyk(36%, 0%, 77%, 20%) |
| LAB | lab(74.9 -46.5 65.5) |
| LCH | lch(74.9 80.4 125.4) |
| OKLCH | oklch(0.768 0.196 132.2) |
Copy-ready code
/* CSS */
color: #82cc2f;
background-color: #82cc2f;
/* Tailwind (arbitrary) */
class="text-[#82cc2f] bg-[#82cc2f]"
/* SCSS */
$brand: #82cc2f;
/* SwiftUI */
Color(red: 0.510, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#82cc2f")Accessibility — WCAG contrast
Aa
#82cc2f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82cc2f on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green80.0%
Blue18.4%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#82cc2f text on a black background
contrast 10.63:1
Card sample
#82cc2f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82cc2f;
Background color
Panel with #82cc2f background
background-color: #82cc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82cc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82cc2f; background: linear-gradient(135deg, #82cc2f, #2FCC45);