#4ce45f
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 228, 95
HSL
128°, 74%, 60%
CMYK
67, 0, 58, 11
Luminance
0.5785
Every format
| HEX | #4ce45f |
| RGB | rgb(76, 228, 95) |
| HSL | hsl(128, 74%, 60%) |
| CMYK | cmyk(67%, 0%, 58%, 11%) |
| LAB | lab(80.7 -65.9 52.5) |
| LCH | lch(80.7 84.3 141.5) |
| OKLCH | oklch(0.811 0.217 145.2) |
Copy-ready code
/* CSS */
color: #4ce45f;
background-color: #4ce45f;
/* Tailwind (arbitrary) */
class="text-[#4ce45f] bg-[#4ce45f]"
/* SCSS */
$brand: #4ce45f;
/* SwiftUI */
Color(red: 0.298, green: 0.894, blue: 0.373)
/* Android */
Color.parseColor("#4ce45f")Accessibility — WCAG contrast
Aa
#4ce45f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce45f on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green89.4%
Blue37.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow58.3%
Key (black)10.6%
Color previews
#4ce45f text on a black background
contrast 12.57:1
Card sample
#4ce45f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce45f;
Background color
Panel with #4ce45f background
background-color: #4ce45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 228, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 228, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce45f; background: linear-gradient(135deg, #4ce45f, #4CE4C4);