#2fd70c
a dark, electric green · cool · closest name: lime
RGB
47, 215, 12
HSL
110°, 89%, 45%
CMYK
78, 0, 94, 16
Luminance
0.4923
Every format
| HEX | #2fd70c |
| RGB | rgb(47, 215, 12) |
| HSL | hsl(110, 89%, 45%) |
| CMYK | cmyk(78%, 0%, 94%, 16%) |
| LAB | lab(75.6 -72.2 72.4) |
| LCH | lch(75.6 102.2 134.9) |
| OKLCH | oklch(0.766 0.252 141.4) |
Copy-ready code
/* CSS */
color: #2fd70c;
background-color: #2fd70c;
/* Tailwind (arbitrary) */
class="text-[#2fd70c] bg-[#2fd70c]"
/* SCSS */
$brand: #2fd70c;
/* SwiftUI */
Color(red: 0.184, green: 0.843, blue: 0.047)
/* Android */
Color.parseColor("#2fd70c")Accessibility — WCAG contrast
Aa
#2fd70c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd70c on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green84.3%
Blue4.7%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow94.4%
Key (black)15.7%
Color previews
#2fd70c text on a black background
contrast 10.85:1
Card sample
#2fd70c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd70c;
Background color
Panel with #2fd70c background
background-color: #2fd70c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd70c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 215, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 215, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd70c; background: linear-gradient(135deg, #2fd70c, #0CD770);