#4abb00
a dark, electric green · cool · closest name: green
RGB
74, 187, 0
HSL
96°, 100%, 37%
CMYK
60, 0, 100, 27
Luminance
0.3700
Every format
| HEX | #4abb00 |
| RGB | rgb(74, 187, 0) |
| HSL | hsl(96, 100%, 37%) |
| CMYK | cmyk(60%, 0%, 100%, 27%) |
| LAB | lab(67.3 -58.6 67.2) |
| LCH | lch(67.3 89.2 131.1) |
| OKLCH | oklch(0.699 0.217 138.3) |
Copy-ready code
/* CSS */
color: #4abb00;
background-color: #4abb00;
/* Tailwind (arbitrary) */
class="text-[#4abb00] bg-[#4abb00]"
/* SCSS */
$brand: #4abb00;
/* SwiftUI */
Color(red: 0.290, green: 0.733, blue: 0.000)
/* Android */
Color.parseColor("#4abb00")Accessibility — WCAG contrast
Aa
#4abb00 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abb00 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green73.3%
Blue0.0%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow100.0%
Key (black)26.7%
Color previews
#4abb00 text on a black background
contrast 8.40:1
Card sample
#4abb00 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abb00;
Background color
Panel with #4abb00 background
background-color: #4abb00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abb00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 187, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 187, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abb00; background: linear-gradient(135deg, #4abb00, #00BB33);