#3be373
a balanced, electric green · cool · closest name: forestgreen
RGB
59, 227, 115
HSL
140°, 75%, 56%
CMYK
74, 0, 49, 11
Luminance
0.5711
Every format
| HEX | #3be373 |
| RGB | rgb(59, 227, 115) |
| HSL | hsl(140, 75%, 56%) |
| CMYK | cmyk(74%, 0%, 49%, 11%) |
| LAB | lab(80.2 -65.7 42.6) |
| LCH | lch(80.2 78.3 147.0) |
| OKLCH | oklch(0.808 0.205 149.6) |
Copy-ready code
/* CSS */
color: #3be373;
background-color: #3be373;
/* Tailwind (arbitrary) */
class="text-[#3be373] bg-[#3be373]"
/* SCSS */
$brand: #3be373;
/* SwiftUI */
Color(red: 0.231, green: 0.890, blue: 0.451)
/* Android */
Color.parseColor("#3be373")Accessibility — WCAG contrast
Aa
#3be373 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3be373 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green89.0%
Blue45.1%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow49.3%
Key (black)11.0%
Color previews
#3be373 text on a black background
contrast 12.42:1
Card sample
#3be373 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3be373;
Background color
Panel with #3be373 background
background-color: #3be373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3be373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 227, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 227, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3be373; background: linear-gradient(135deg, #3be373, #3BE3E3);