#37e430
a balanced, electric green · cool · closest name: lime
RGB
55, 228, 48
HSL
118°, 77%, 54%
CMYK
76, 0, 79, 11
Luminance
0.5651
Every format
| HEX | #37e430 |
| RGB | rgb(55, 228, 48) |
| HSL | hsl(118, 77%, 54%) |
| CMYK | cmyk(76%, 0%, 79%, 11%) |
| LAB | lab(79.9 -73.5 69.1) |
| LCH | lch(79.9 100.9 136.8) |
| OKLCH | oklch(0.803 0.252 142.4) |
Copy-ready code
/* CSS */
color: #37e430;
background-color: #37e430;
/* Tailwind (arbitrary) */
class="text-[#37e430] bg-[#37e430]"
/* SCSS */
$brand: #37e430;
/* SwiftUI */
Color(red: 0.216, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#37e430")Accessibility — WCAG contrast
Aa
#37e430 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#37e430 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green89.4%
Blue18.8%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#37e430 text on a black background
contrast 12.30:1
Card sample
#37e430 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37e430;
Background color
Panel with #37e430 background
background-color: #37e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37e430; background: linear-gradient(135deg, #37e430, #30E4A1);