#2ef370
a balanced, electric green · cool · closest name: lime
RGB
46, 243, 112
HSL
140°, 89%, 57%
CMYK
81, 0, 54, 5
Luminance
0.6585
Every format
| HEX | #2ef370 |
| RGB | rgb(46, 243, 112) |
| HSL | hsl(140, 89%, 57%) |
| CMYK | cmyk(81%, 0%, 54%, 5%) |
| LAB | lab(84.9 -72.9 49.7) |
| LCH | lch(84.9 88.2 145.7) |
| OKLCH | oklch(0.846 0.229 148.7) |
Copy-ready code
/* CSS */
color: #2ef370;
background-color: #2ef370;
/* Tailwind (arbitrary) */
class="text-[#2ef370] bg-[#2ef370]"
/* SCSS */
$brand: #2ef370;
/* SwiftUI */
Color(red: 0.180, green: 0.953, blue: 0.439)
/* Android */
Color.parseColor("#2ef370")Accessibility — WCAG contrast
Aa
#2ef370 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ef370 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green95.3%
Blue43.9%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow53.9%
Key (black)4.7%
Color previews
#2ef370 text on a black background
contrast 14.17:1
Card sample
#2ef370 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ef370;
Background color
Panel with #2ef370 background
background-color: #2ef370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ef370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 243, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 243, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ef370; background: linear-gradient(135deg, #2ef370, #2EF3F3);