#58eb00
a balanced, electric green · cool · closest name: lime
RGB
88, 235, 0
HSL
98°, 100%, 46%
CMYK
63, 0, 100, 8
Luminance
0.6149
Every format
| HEX | #58eb00 |
| RGB | rgb(88, 235, 0) |
| HSL | hsl(98, 100%, 46%) |
| CMYK | cmyk(63%, 0%, 100%, 8%) |
| LAB | lab(82.6 -71.2 79.6) |
| LCH | lch(82.6 106.8 131.8) |
| OKLCH | oklch(0.827 0.261 139.0) |
Copy-ready code
/* CSS */
color: #58eb00;
background-color: #58eb00;
/* Tailwind (arbitrary) */
class="text-[#58eb00] bg-[#58eb00]"
/* SCSS */
$brand: #58eb00;
/* SwiftUI */
Color(red: 0.345, green: 0.922, blue: 0.000)
/* Android */
Color.parseColor("#58eb00")Accessibility — WCAG contrast
Aa
#58eb00 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58eb00 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green92.2%
Blue0.0%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow100.0%
Key (black)7.8%
Color previews
#58eb00 text on a black background
contrast 13.30:1
Card sample
#58eb00 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58eb00;
Background color
Panel with #58eb00 background
background-color: #58eb00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58eb00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 235, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 235, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58eb00; background: linear-gradient(135deg, #58eb00, #00EB45);