#ade133
a balanced, vivid green · cool · closest name: yellow
RGB
173, 225, 51
HSL
78°, 74%, 54%
CMYK
23, 0, 77, 12
Luminance
0.6297
Every format
| HEX | #ade133 |
| RGB | rgb(173, 225, 51) |
| HSL | hsl(78, 74%, 54%) |
| CMYK | cmyk(23%, 0%, 77%, 12%) |
| LAB | lab(83.4 -39.6 73.1) |
| LCH | lch(83.4 83.2 118.4) |
| OKLCH | oklch(0.844 0.198 125.5) |
Copy-ready code
/* CSS */
color: #ade133;
background-color: #ade133;
/* Tailwind (arbitrary) */
class="text-[#ade133] bg-[#ade133]"
/* SCSS */
$brand: #ade133;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.200)
/* Android */
Color.parseColor("#ade133")Accessibility — WCAG contrast
Aa
#ade133 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade133 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue20.0%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow77.3%
Key (black)11.8%
Color previews
#ade133 text on a black background
contrast 13.59:1
Card sample
#ade133 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade133;
Background color
Panel with #ade133 background
background-color: #ade133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade133; background: linear-gradient(135deg, #ade133, #39E133);