#2fd20f
a dark, electric green · cool · closest name: lime
RGB
47, 210, 15
HSL
110°, 87%, 44%
CMYK
78, 0, 93, 18
Luminance
0.4673
Every format
| HEX | #2fd20f |
| RGB | rgb(47, 210, 15) |
| HSL | hsl(110, 87%, 44%) |
| CMYK | cmyk(78%, 0%, 93%, 18%) |
| LAB | lab(74.0 -70.6 70.8) |
| LCH | lch(74.0 100.0 134.9) |
| OKLCH | oklch(0.753 0.246 141.4) |
Copy-ready code
/* CSS */
color: #2fd20f;
background-color: #2fd20f;
/* Tailwind (arbitrary) */
class="text-[#2fd20f] bg-[#2fd20f]"
/* SCSS */
$brand: #2fd20f;
/* SwiftUI */
Color(red: 0.184, green: 0.824, blue: 0.059)
/* Android */
Color.parseColor("#2fd20f")Accessibility — WCAG contrast
Aa
#2fd20f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd20f on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.4%
Blue5.9%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow92.9%
Key (black)17.6%
Color previews
#2fd20f text on a black background
contrast 10.35:1
Card sample
#2fd20f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd20f;
Background color
Panel with #2fd20f background
background-color: #2fd20f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd20f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 210, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 210, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd20f; background: linear-gradient(135deg, #2fd20f, #0FD271);