#00e756
a balanced, electric green · cool · closest name: lime
RGB
0, 231, 86
HSL
142°, 100%, 45%
CMYK
100, 0, 63, 9
Luminance
0.5782
Every format
| HEX | #00e756 |
| RGB | rgb(0, 231, 86) |
| HSL | hsl(142, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 63%, 9%) |
| LAB | lab(80.6 -75.2 56.1) |
| LCH | lch(80.6 93.8 143.3) |
| OKLCH | oklch(0.808 0.240 147.0) |
Copy-ready code
/* CSS */
color: #00e756;
background-color: #00e756;
/* Tailwind (arbitrary) */
class="text-[#00e756] bg-[#00e756]"
/* SCSS */
$brand: #00e756;
/* SwiftUI */
Color(red: 0.000, green: 0.906, blue: 0.337)
/* Android */
Color.parseColor("#00e756")Accessibility — WCAG contrast
Aa
#00e756 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e756 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green90.6%
Blue33.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow62.8%
Key (black)9.4%
Color previews
#00e756 text on a black background
contrast 12.56:1
Card sample
#00e756 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e756;
Background color
Panel with #00e756 background
background-color: #00e756;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e756;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 231, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 231, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e756; background: linear-gradient(135deg, #00e756, #00DEE7);