#2ec74f
a balanced, vivid green · cool · closest name: forestgreen
RGB
46, 199, 79
HSL
133°, 62%, 48%
CMYK
77, 0, 60, 22
Luminance
0.4199
Every format
| HEX | #2ec74f |
| RGB | rgb(46, 199, 79) |
| HSL | hsl(133, 62%, 48%) |
| CMYK | cmyk(77%, 0%, 60%, 22%) |
| LAB | lab(70.9 -63.0 48.1) |
| LCH | lch(70.9 79.3 142.6) |
| OKLCH | oklch(0.728 0.204 146.3) |
Copy-ready code
/* CSS */
color: #2ec74f;
background-color: #2ec74f;
/* Tailwind (arbitrary) */
class="text-[#2ec74f] bg-[#2ec74f]"
/* SCSS */
$brand: #2ec74f;
/* SwiftUI */
Color(red: 0.180, green: 0.780, blue: 0.310)
/* Android */
Color.parseColor("#2ec74f")Accessibility — WCAG contrast
Aa
#2ec74f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec74f on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green78.0%
Blue31.0%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow60.3%
Key (black)22.0%
Color previews
#2ec74f text on a black background
contrast 9.40:1
Card sample
#2ec74f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec74f;
Background color
Panel with #2ec74f background
background-color: #2ec74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 199, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 199, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec74f; background: linear-gradient(135deg, #2ec74f, #2EC7B5);