#80ee3b
a balanced, electric green · cool · closest name: lime
RGB
128, 238, 59
HSL
97°, 84%, 58%
CMYK
46, 0, 75, 7
Luminance
0.6605
Every format
| HEX | #80ee3b |
| RGB | rgb(128, 238, 59) |
| HSL | hsl(97, 84%, 58%) |
| CMYK | cmyk(46%, 0%, 75%, 7%) |
| LAB | lab(85.0 -59.9 71.4) |
| LCH | lch(85.0 93.2 130.0) |
| OKLCH | oklch(0.851 0.231 136.3) |
Copy-ready code
/* CSS */
color: #80ee3b;
background-color: #80ee3b;
/* Tailwind (arbitrary) */
class="text-[#80ee3b] bg-[#80ee3b]"
/* SCSS */
$brand: #80ee3b;
/* SwiftUI */
Color(red: 0.502, green: 0.933, blue: 0.231)
/* Android */
Color.parseColor("#80ee3b")Accessibility — WCAG contrast
Aa
#80ee3b on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80ee3b on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green93.3%
Blue23.1%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow75.2%
Key (black)6.7%
Color previews
#80ee3b text on a black background
contrast 14.21:1
Card sample
#80ee3b text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80ee3b;
Background color
Panel with #80ee3b background
background-color: #80ee3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80ee3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 238, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 238, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80ee3b; background: linear-gradient(135deg, #80ee3b, #3BEE6D);