#54e000
a dark, electric green · cool · closest name: lime
RGB
84, 224, 0
HSL
98°, 100%, 44%
CMYK
63, 0, 100, 12
Luminance
0.5520
Every format
| HEX | #54e000 |
| RGB | rgb(84, 224, 0) |
| HSL | hsl(98, 100%, 44%) |
| CMYK | cmyk(63%, 0%, 100%, 12%) |
| LAB | lab(79.2 -68.5 76.8) |
| LCH | lch(79.2 102.9 131.8) |
| OKLCH | oklch(0.798 0.251 138.9) |
Copy-ready code
/* CSS */
color: #54e000;
background-color: #54e000;
/* Tailwind (arbitrary) */
class="text-[#54e000] bg-[#54e000]"
/* SCSS */
$brand: #54e000;
/* SwiftUI */
Color(red: 0.329, green: 0.878, blue: 0.000)
/* Android */
Color.parseColor("#54e000")Accessibility — WCAG contrast
Aa
#54e000 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54e000 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green87.8%
Blue0.0%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow100.0%
Key (black)12.2%
Color previews
#54e000 text on a black background
contrast 12.04:1
Card sample
#54e000 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54e000;
Background color
Panel with #54e000 background
background-color: #54e000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54e000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 224, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 224, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54e000; background: linear-gradient(135deg, #54e000, #00E041);