#35b100
a dark, electric green · cool · closest name: green
RGB
53, 177, 0
HSL
102°, 100%, 35%
CMYK
70, 0, 100, 31
Luminance
0.3220
Every format
| HEX | #35b100 |
| RGB | rgb(53, 177, 0) |
| HSL | hsl(102, 100%, 35%) |
| CMYK | cmyk(70%, 0%, 100%, 31%) |
| LAB | lab(63.5 -60.0 64.0) |
| LCH | lch(63.5 87.7 133.1) |
| OKLCH | oklch(0.666 0.215 140.1) |
Copy-ready code
/* CSS */
color: #35b100;
background-color: #35b100;
/* Tailwind (arbitrary) */
class="text-[#35b100] bg-[#35b100]"
/* SCSS */
$brand: #35b100;
/* SwiftUI */
Color(red: 0.208, green: 0.694, blue: 0.000)
/* Android */
Color.parseColor("#35b100")Accessibility — WCAG contrast
Aa
#35b100 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35b100 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green69.4%
Blue0.0%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow100.0%
Key (black)30.6%
Color previews
#35b100 text on a black background
contrast 7.44:1
Card sample
#35b100 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35b100;
Background color
Panel with #35b100 background
background-color: #35b100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35b100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 177, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 177, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35b100; background: linear-gradient(135deg, #35b100, #00B141);