#80e430
a balanced, electric green · cool · closest name: lime
RGB
128, 228, 48
HSL
93°, 77%, 54%
CMYK
44, 0, 79, 11
Luminance
0.6029
Every format
| HEX | #80e430 |
| RGB | rgb(128, 228, 48) |
| HSL | hsl(93, 77%, 54%) |
| CMYK | cmyk(44%, 0%, 79%, 11%) |
| LAB | lab(82.0 -56.7 71.8) |
| LCH | lch(82.0 91.5 128.3) |
| OKLCH | oklch(0.826 0.225 135.0) |
Copy-ready code
/* CSS */
color: #80e430;
background-color: #80e430;
/* Tailwind (arbitrary) */
class="text-[#80e430] bg-[#80e430]"
/* SCSS */
$brand: #80e430;
/* SwiftUI */
Color(red: 0.502, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#80e430")Accessibility — WCAG contrast
Aa
#80e430 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80e430 on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green89.4%
Blue18.8%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#80e430 text on a black background
contrast 13.06:1
Card sample
#80e430 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80e430;
Background color
Panel with #80e430 background
background-color: #80e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80e430; background: linear-gradient(135deg, #80e430, #30E458);