#69f500
a balanced, electric green · cool · closest name: lime
RGB
105, 245, 0
HSL
94°, 100%, 48%
CMYK
57, 0, 100, 4
Luminance
0.6831
Every format
| HEX | #69f500 |
| RGB | rgb(105, 245, 0) |
| HSL | hsl(94, 100%, 48%) |
| CMYK | cmyk(57%, 0%, 100%, 4%) |
| LAB | lab(86.2 -70.5 82.5) |
| LCH | lch(86.2 108.5 130.5) |
| OKLCH | oklch(0.858 0.264 137.8) |
Copy-ready code
/* CSS */
color: #69f500;
background-color: #69f500;
/* Tailwind (arbitrary) */
class="text-[#69f500] bg-[#69f500]"
/* SCSS */
$brand: #69f500;
/* SwiftUI */
Color(red: 0.412, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#69f500")Accessibility — WCAG contrast
Aa
#69f500 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f500 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green96.1%
Blue0.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#69f500 text on a black background
contrast 14.66:1
Card sample
#69f500 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f500;
Background color
Panel with #69f500 background
background-color: #69f500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f500; background: linear-gradient(135deg, #69f500, #00F53A);