#23e700
a balanced, electric green · cool · closest name: lime
RGB
35, 231, 0
HSL
111°, 100%, 45%
CMYK
85, 0, 100, 9
Luminance
0.5751
Every format
| HEX | #23e700 |
| RGB | rgb(35, 231, 0) |
| HSL | hsl(111, 100%, 45%) |
| CMYK | cmyk(85%, 0%, 100%, 9%) |
| LAB | lab(80.5 -78.2 77.4) |
| LCH | lch(80.5 110.0 135.3) |
| OKLCH | oklch(0.806 0.271 141.9) |
Copy-ready code
/* CSS */
color: #23e700;
background-color: #23e700;
/* Tailwind (arbitrary) */
class="text-[#23e700] bg-[#23e700]"
/* SCSS */
$brand: #23e700;
/* SwiftUI */
Color(red: 0.137, green: 0.906, blue: 0.000)
/* Android */
Color.parseColor("#23e700")Accessibility — WCAG contrast
Aa
#23e700 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23e700 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green90.6%
Blue0.0%
CMYK percentages
Cyan84.8%
Magenta0.0%
Yellow100.0%
Key (black)9.4%
Color previews
#23e700 text on a black background
contrast 12.50:1
Card sample
#23e700 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23e700;
Background color
Panel with #23e700 background
background-color: #23e700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23e700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 231, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 231, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23e700; background: linear-gradient(135deg, #23e700, #00E777);