#82f113
a balanced, electric green · cool · closest name: lime
RGB
130, 241, 19
HSL
90°, 89%, 51%
CMYK
46, 0, 92, 6
Luminance
0.6770
Every format
| HEX | #82f113 |
| RGB | rgb(130, 241, 19) |
| HSL | hsl(90, 89%, 51%) |
| CMYK | cmyk(46%, 0%, 92%, 6%) |
| LAB | lab(85.9 -61.9 81.0) |
| LCH | lch(85.9 102.0 127.4) |
| OKLCH | oklch(0.858 0.247 134.9) |
Copy-ready code
/* CSS */
color: #82f113;
background-color: #82f113;
/* Tailwind (arbitrary) */
class="text-[#82f113] bg-[#82f113]"
/* SCSS */
$brand: #82f113;
/* SwiftUI */
Color(red: 0.510, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#82f113")Accessibility — WCAG contrast
Aa
#82f113 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82f113 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green94.5%
Blue7.5%
CMYK percentages
Cyan46.1%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#82f113 text on a black background
contrast 14.54:1
Card sample
#82f113 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82f113;
Background color
Panel with #82f113 background
background-color: #82f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82f113; background: linear-gradient(135deg, #82f113, #13F138);