#3eee45
a balanced, electric green · cool · closest name: lime
RGB
62, 238, 69
HSL
122°, 84%, 59%
CMYK
74, 0, 71, 7
Luminance
0.6260
Every format
| HEX | #3eee45 |
| RGB | rgb(62, 238, 69) |
| HSL | hsl(122, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 71%, 7%) |
| LAB | lab(83.2 -74.1 65.7) |
| LCH | lch(83.2 99.0 138.4) |
| OKLCH | oklch(0.831 0.250 143.4) |
Copy-ready code
/* CSS */
color: #3eee45;
background-color: #3eee45;
/* Tailwind (arbitrary) */
class="text-[#3eee45] bg-[#3eee45]"
/* SCSS */
$brand: #3eee45;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.271)
/* Android */
Color.parseColor("#3eee45")Accessibility — WCAG contrast
Aa
#3eee45 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eee45 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue27.1%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow71.0%
Key (black)6.7%
Color previews
#3eee45 text on a black background
contrast 13.52:1
Card sample
#3eee45 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eee45;
Background color
Panel with #3eee45 background
background-color: #3eee45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eee45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eee45; background: linear-gradient(135deg, #3eee45, #3EEEBA);