#3acf29
a balanced, vivid green · cool · closest name: lime
RGB
58, 207, 41
HSL
114°, 67%, 49%
CMYK
72, 0, 80, 19
Luminance
0.4569
Every format
| HEX | #3acf29 |
| RGB | rgb(58, 207, 41) |
| HSL | hsl(114, 67%, 49%) |
| CMYK | cmyk(72%, 0%, 80%, 19%) |
| LAB | lab(73.3 -67.1 64.9) |
| LCH | lch(73.3 93.3 135.9) |
| OKLCH | oklch(0.748 0.233 141.7) |
Copy-ready code
/* CSS */
color: #3acf29;
background-color: #3acf29;
/* Tailwind (arbitrary) */
class="text-[#3acf29] bg-[#3acf29]"
/* SCSS */
$brand: #3acf29;
/* SwiftUI */
Color(red: 0.227, green: 0.812, blue: 0.161)
/* Android */
Color.parseColor("#3acf29")Accessibility — WCAG contrast
Aa
#3acf29 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acf29 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green81.2%
Blue16.1%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow80.2%
Key (black)18.8%
Color previews
#3acf29 text on a black background
contrast 10.14:1
Card sample
#3acf29 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acf29;
Background color
Panel with #3acf29 background
background-color: #3acf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 207, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 207, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acf29; background: linear-gradient(135deg, #3acf29, #29CF87);