#82f621
a balanced, electric green · cool · closest name: lime
RGB
130, 246, 33
HSL
93°, 92%, 55%
CMYK
47, 0, 87, 4
Luminance
0.7077
Every format
| HEX | #82f621 |
| RGB | rgb(130, 246, 33) |
| HSL | hsl(93, 92%, 55%) |
| CMYK | cmyk(47%, 0%, 87%, 4%) |
| LAB | lab(87.4 -63.4 80.1) |
| LCH | lch(87.4 102.2 128.4) |
| OKLCH | oklch(0.870 0.249 135.6) |
Copy-ready code
/* CSS */
color: #82f621;
background-color: #82f621;
/* Tailwind (arbitrary) */
class="text-[#82f621] bg-[#82f621]"
/* SCSS */
$brand: #82f621;
/* SwiftUI */
Color(red: 0.510, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#82f621")Accessibility — WCAG contrast
Aa
#82f621 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f621 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green96.5%
Blue12.9%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow86.6%
Key (black)3.5%
Color previews
#82f621 text on a black background
contrast 15.15:1
Card sample
#82f621 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f621;
Background color
Panel with #82f621 background
background-color: #82f621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f621; background: linear-gradient(135deg, #82f621, #21F64E);