#67ce2e
a balanced, vivid green · cool · closest name: forestgreen
RGB
103, 206, 46
HSL
99°, 64%, 49%
CMYK
50, 0, 78, 19
Luminance
0.4722
Every format
| HEX | #67ce2e |
| RGB | rgb(103, 206, 46) |
| HSL | hsl(99, 64%, 49%) |
| CMYK | cmyk(50%, 0%, 78%, 19%) |
| LAB | lab(74.3 -56.0 64.9) |
| LCH | lch(74.3 85.7 130.8) |
| OKLCH | oklch(0.760 0.212 137.2) |
Copy-ready code
/* CSS */
color: #67ce2e;
background-color: #67ce2e;
/* Tailwind (arbitrary) */
class="text-[#67ce2e] bg-[#67ce2e]"
/* SCSS */
$brand: #67ce2e;
/* SwiftUI */
Color(red: 0.404, green: 0.808, blue: 0.180)
/* Android */
Color.parseColor("#67ce2e")Accessibility — WCAG contrast
Aa
#67ce2e on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67ce2e on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green80.8%
Blue18.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow77.7%
Key (black)19.2%
Color previews
#67ce2e text on a black background
contrast 10.44:1
Card sample
#67ce2e text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67ce2e;
Background color
Panel with #67ce2e background
background-color: #67ce2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67ce2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 206, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 206, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67ce2e; background: linear-gradient(135deg, #67ce2e, #2ECE60);