#2ff049
a balanced, electric green · cool · closest name: lime
RGB
47, 240, 73
HSL
128°, 87%, 56%
CMYK
80, 0, 70, 6
Luminance
0.6341
Every format
| HEX | #2ff049 |
| RGB | rgb(47, 240, 73) |
| HSL | hsl(128, 87%, 56%) |
| CMYK | cmyk(80%, 0%, 70%, 6%) |
| LAB | lab(83.7 -76.2 64.6) |
| LCH | lch(83.7 99.9 139.7) |
| OKLCH | oklch(0.834 0.253 144.4) |
Copy-ready code
/* CSS */
color: #2ff049;
background-color: #2ff049;
/* Tailwind (arbitrary) */
class="text-[#2ff049] bg-[#2ff049]"
/* SCSS */
$brand: #2ff049;
/* SwiftUI */
Color(red: 0.184, green: 0.941, blue: 0.286)
/* Android */
Color.parseColor("#2ff049")Accessibility — WCAG contrast
Aa
#2ff049 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff049 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green94.1%
Blue28.6%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow69.6%
Key (black)5.9%
Color previews
#2ff049 text on a black background
contrast 13.68:1
Card sample
#2ff049 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff049;
Background color
Panel with #2ff049 background
background-color: #2ff049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 240, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 240, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff049; background: linear-gradient(135deg, #2ff049, #2FF0CA);