#2fd270
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 210, 112
HSL
144°, 64%, 50%
CMYK
78, 0, 47, 18
Luminance
0.4787
Every format
| HEX | #2fd270 |
| RGB | rgb(47, 210, 112) |
| HSL | hsl(144, 64%, 50%) |
| CMYK | cmyk(78%, 0%, 47%, 18%) |
| LAB | lab(74.7 -61.9 37.1) |
| LCH | lch(74.7 72.1 149.0) |
| OKLCH | oklch(0.761 0.189 151.3) |
Copy-ready code
/* CSS */
color: #2fd270;
background-color: #2fd270;
/* Tailwind (arbitrary) */
class="text-[#2fd270] bg-[#2fd270]"
/* SCSS */
$brand: #2fd270;
/* SwiftUI */
Color(red: 0.184, green: 0.824, blue: 0.439)
/* Android */
Color.parseColor("#2fd270")Accessibility — WCAG contrast
Aa
#2fd270 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd270 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green82.4%
Blue43.9%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow46.7%
Key (black)17.6%
Color previews
#2fd270 text on a black background
contrast 10.57:1
Card sample
#2fd270 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd270;
Background color
Panel with #2fd270 background
background-color: #2fd270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 210, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 210, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd270; background: linear-gradient(135deg, #2fd270, #2FC7D2);