#3ef430
a balanced, electric green · cool · closest name: lime
RGB
62, 244, 48
HSL
116°, 90%, 57%
CMYK
75, 0, 80, 4
Luminance
0.6594
Every format
| HEX | #3ef430 |
| RGB | rgb(62, 244, 48) |
| HSL | hsl(116, 90%, 57%) |
| CMYK | cmyk(75%, 0%, 80%, 4%) |
| LAB | lab(85.0 -77.3 73.9) |
| LCH | lch(85.0 106.9 136.3) |
| OKLCH | oklch(0.845 0.267 142.1) |
Copy-ready code
/* CSS */
color: #3ef430;
background-color: #3ef430;
/* Tailwind (arbitrary) */
class="text-[#3ef430] bg-[#3ef430]"
/* SCSS */
$brand: #3ef430;
/* SwiftUI */
Color(red: 0.243, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#3ef430")Accessibility — WCAG contrast
Aa
#3ef430 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ef430 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green95.7%
Blue18.8%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#3ef430 text on a black background
contrast 14.19:1
Card sample
#3ef430 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ef430;
Background color
Panel with #3ef430 background
background-color: #3ef430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ef430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ef430; background: linear-gradient(135deg, #3ef430, #30F4A5);