#69e141
a balanced, vivid green · cool · closest name: lime
RGB
105, 225, 65
HSL
105°, 73%, 57%
CMYK
53, 0, 71, 12
Luminance
0.5724
Every format
| HEX | #69e141 |
| RGB | rgb(105, 225, 65) |
| HSL | hsl(105, 73%, 57%) |
| CMYK | cmyk(53%, 0%, 71%, 12%) |
| LAB | lab(80.3 -61.2 64.5) |
| LCH | lch(80.3 88.9 133.5) |
| OKLCH | oklch(0.810 0.223 139.1) |
Copy-ready code
/* CSS */
color: #69e141;
background-color: #69e141;
/* Tailwind (arbitrary) */
class="text-[#69e141] bg-[#69e141]"
/* SCSS */
$brand: #69e141;
/* SwiftUI */
Color(red: 0.412, green: 0.882, blue: 0.255)
/* Android */
Color.parseColor("#69e141")Accessibility — WCAG contrast
Aa
#69e141 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69e141 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green88.2%
Blue25.5%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow71.1%
Key (black)11.8%
Color previews
#69e141 text on a black background
contrast 12.45:1
Card sample
#69e141 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69e141;
Background color
Panel with #69e141 background
background-color: #69e141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69e141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 225, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 225, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69e141; background: linear-gradient(135deg, #69e141, #41E184);