#2fe166
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 225, 102
HSL
139°, 75%, 53%
CMYK
79, 0, 55, 12
Luminance
0.5541
Every format
| HEX | #2fe166 |
| RGB | rgb(47, 225, 102) |
| HSL | hsl(139, 75%, 53%) |
| CMYK | cmyk(79%, 0%, 55%, 12%) |
| LAB | lab(79.3 -68.4 47.5) |
| LCH | lch(79.3 83.3 145.2) |
| OKLCH | oklch(0.799 0.216 148.2) |
Copy-ready code
/* CSS */
color: #2fe166;
background-color: #2fe166;
/* Tailwind (arbitrary) */
class="text-[#2fe166] bg-[#2fe166]"
/* SCSS */
$brand: #2fe166;
/* SwiftUI */
Color(red: 0.184, green: 0.882, blue: 0.400)
/* Android */
Color.parseColor("#2fe166")Accessibility — WCAG contrast
Aa
#2fe166 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe166 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green88.2%
Blue40.0%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow54.7%
Key (black)11.8%
Color previews
#2fe166 text on a black background
contrast 12.08:1
Card sample
#2fe166 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe166;
Background color
Panel with #2fe166 background
background-color: #2fe166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 225, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 225, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe166; background: linear-gradient(135deg, #2fe166, #2FE1DD);