#2ec73f
a balanced, vivid green · cool · closest name: forestgreen
RGB
46, 199, 63
HSL
127°, 62%, 48%
CMYK
77, 0, 68, 22
Luminance
0.4179
Every format
| HEX | #2ec73f |
| RGB | rgb(46, 199, 63) |
| HSL | hsl(127, 62%, 48%) |
| CMYK | cmyk(77%, 0%, 68%, 22%) |
| LAB | lab(70.7 -64.8 54.8) |
| LCH | lch(70.7 84.8 139.8) |
| OKLCH | oklch(0.726 0.215 144.3) |
Copy-ready code
/* CSS */
color: #2ec73f;
background-color: #2ec73f;
/* Tailwind (arbitrary) */
class="text-[#2ec73f] bg-[#2ec73f]"
/* SCSS */
$brand: #2ec73f;
/* SwiftUI */
Color(red: 0.180, green: 0.780, blue: 0.247)
/* Android */
Color.parseColor("#2ec73f")Accessibility — WCAG contrast
Aa
#2ec73f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec73f on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green78.0%
Blue24.7%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow68.3%
Key (black)22.0%
Color previews
#2ec73f text on a black background
contrast 9.36:1
Card sample
#2ec73f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec73f;
Background color
Panel with #2ec73f background
background-color: #2ec73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 199, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 199, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec73f; background: linear-gradient(135deg, #2ec73f, #2EC7A5);