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