#46c034
a balanced, vivid green · cool · closest name: forestgreen
RGB
70, 192, 52
HSL
112°, 57%, 48%
CMYK
64, 0, 73, 25
Luminance
0.3925
Every format
| HEX | #46c034 |
| RGB | rgb(70, 192, 52) |
| HSL | hsl(112, 57%, 48%) |
| CMYK | cmyk(64%, 0%, 73%, 25%) |
| LAB | lab(68.9 -59.1 57.2) |
| LCH | lch(68.9 82.3 135.9) |
| OKLCH | oklch(0.713 0.207 141.3) |
Copy-ready code
/* CSS */
color: #46c034;
background-color: #46c034;
/* Tailwind (arbitrary) */
class="text-[#46c034] bg-[#46c034]"
/* SCSS */
$brand: #46c034;
/* SwiftUI */
Color(red: 0.275, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#46c034")Accessibility — WCAG contrast
Aa
#46c034 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46c034 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green75.3%
Blue20.4%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#46c034 text on a black background
contrast 8.85:1
Card sample
#46c034 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46c034;
Background color
Panel with #46c034 background
background-color: #46c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46c034; background: linear-gradient(135deg, #46c034, #34C07F);