#2fd00c
a dark, electric green · cool · closest name: lime
RGB
47, 208, 12
HSL
109°, 89%, 43%
CMYK
77, 0, 94, 18
Luminance
0.4574
Every format
| HEX | #2fd00c |
| RGB | rgb(47, 208, 12) |
| HSL | hsl(109, 89%, 43%) |
| CMYK | cmyk(77%, 0%, 94%, 18%) |
| LAB | lab(73.4 -70.1 70.6) |
| LCH | lch(73.4 99.5 134.8) |
| OKLCH | oklch(0.748 0.245 141.4) |
Copy-ready code
/* CSS */
color: #2fd00c;
background-color: #2fd00c;
/* Tailwind (arbitrary) */
class="text-[#2fd00c] bg-[#2fd00c]"
/* SCSS */
$brand: #2fd00c;
/* SwiftUI */
Color(red: 0.184, green: 0.816, blue: 0.047)
/* Android */
Color.parseColor("#2fd00c")Accessibility — WCAG contrast
Aa
#2fd00c on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd00c on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.6%
Blue4.7%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow94.2%
Key (black)18.4%
Color previews
#2fd00c text on a black background
contrast 10.15:1
Card sample
#2fd00c text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd00c;
Background color
Panel with #2fd00c background
background-color: #2fd00c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd00c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 208, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 208, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd00c; background: linear-gradient(135deg, #2fd00c, #0CD06C);