#67cf34
a balanced, vivid green · cool · closest name: forestgreen
RGB
103, 207, 52
HSL
100°, 62%, 51%
CMYK
50, 0, 75, 19
Luminance
0.4776
Every format
| HEX | #67cf34 |
| RGB | rgb(103, 207, 52) |
| HSL | hsl(100, 62%, 51%) |
| CMYK | cmyk(50%, 0%, 75%, 19%) |
| LAB | lab(74.7 -56.1 63.3) |
| LCH | lch(74.7 84.5 131.5) |
| OKLCH | oklch(0.763 0.210 137.6) |
Copy-ready code
/* CSS */
color: #67cf34;
background-color: #67cf34;
/* Tailwind (arbitrary) */
class="text-[#67cf34] bg-[#67cf34]"
/* SCSS */
$brand: #67cf34;
/* SwiftUI */
Color(red: 0.404, green: 0.812, blue: 0.204)
/* Android */
Color.parseColor("#67cf34")Accessibility — WCAG contrast
Aa
#67cf34 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cf34 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green81.2%
Blue20.4%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow74.9%
Key (black)18.8%
Color previews
#67cf34 text on a black background
contrast 10.55:1
Card sample
#67cf34 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cf34;
Background color
Panel with #67cf34 background
background-color: #67cf34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cf34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 207, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 207, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cf34; background: linear-gradient(135deg, #67cf34, #34CF68);