#2fe12f
a balanced, vivid green · cool · closest name: lime
RGB
47, 225, 47
HSL
120°, 75%, 53%
CMYK
79, 0, 79, 12
Luminance
0.5466
Every format
| HEX | #2fe12f |
| RGB | rgb(47, 225, 47) |
| HSL | hsl(120, 75%, 53%) |
| CMYK | cmyk(79%, 0%, 79%, 12%) |
| LAB | lab(78.8 -73.7 68.4) |
| LCH | lch(78.8 100.5 137.2) |
| OKLCH | oklch(0.794 0.251 142.7) |
Copy-ready code
/* CSS */
color: #2fe12f;
background-color: #2fe12f;
/* Tailwind (arbitrary) */
class="text-[#2fe12f] bg-[#2fe12f]"
/* SCSS */
$brand: #2fe12f;
/* SwiftUI */
Color(red: 0.184, green: 0.882, blue: 0.184)
/* Android */
Color.parseColor("#2fe12f")Accessibility — WCAG contrast
Aa
#2fe12f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe12f on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green88.2%
Blue18.4%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow79.1%
Key (black)11.8%
Color previews
#2fe12f text on a black background
contrast 11.93:1
Card sample
#2fe12f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe12f;
Background color
Panel with #2fe12f background
background-color: #2fe12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 225, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 225, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe12f; background: linear-gradient(135deg, #2fe12f, #2FE1A6);