#80f047
a balanced, electric green · cool · closest name: lime
RGB
128, 240, 71
HSL
100°, 85%, 61%
CMYK
47, 0, 70, 6
Luminance
0.6736
Every format
| HEX | #80f047 |
| RGB | rgb(128, 240, 71) |
| HSL | hsl(100, 85%, 61%) |
| CMYK | cmyk(47%, 0%, 70%, 6%) |
| LAB | lab(85.7 -59.9 68.1) |
| LCH | lch(85.7 90.7 131.3) |
| OKLCH | oklch(0.857 0.227 137.2) |
Copy-ready code
/* CSS */
color: #80f047;
background-color: #80f047;
/* Tailwind (arbitrary) */
class="text-[#80f047] bg-[#80f047]"
/* SCSS */
$brand: #80f047;
/* SwiftUI */
Color(red: 0.502, green: 0.941, blue: 0.278)
/* Android */
Color.parseColor("#80f047")Accessibility — WCAG contrast
Aa
#80f047 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80f047 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green94.1%
Blue27.8%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow70.4%
Key (black)5.9%
Color previews
#80f047 text on a black background
contrast 14.47:1
Card sample
#80f047 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80f047;
Background color
Panel with #80f047 background
background-color: #80f047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80f047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 240, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 240, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80f047; background: linear-gradient(135deg, #80f047, #47F07F);