#4bad21
a dark, vivid green · neutral · closest name: Lime Green
At a glance
Every number on this page in one read: what #4bad21 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #4bad21 |
| RGB | rgb(75, 173, 33) |
| HSL | hsl(102, 68%, 40%) |
| CMYK | cmyk(57%, 0%, 81%, 32%) |
| LAB | lab(62.9 -52.4 57.7) |
| LCH | lch(62.9 77.9 132.3) |
| OKLCH | oklch(0.663 0.193 138.6) |
| Decimal | 4959521 |
| Display P3 | color(display-p3 0.294 0.678 0.129) |
Copy-ready code
/* CSS */
color: #4bad21;
background-color: #4bad21;
/* Tailwind (arbitrary) */
class="text-[#4bad21] bg-[#4bad21]"
/* SCSS */
$brand: #4bad21;
/* SwiftUI */
Color(red: 0.294, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#4bad21")
/* Flutter */
Color(0xFF4BAD21)
/* Python / OpenCV (BGR) */
(33, 173, 75)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #4bad21 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6FBF3;
--brand-100: #ECF8E8;
--brand-200: #D6F2CA;
--brand-300: #B8EDA1;
--brand-400: #94E472;
--brand-500: #70DB43;
--brand-600: #59CE27;
--brand-700: #4bad21;
--brand-800: #3B891A;
--brand-900: #2E6317;
--brand-950: #1D3E0E;
--brand: #4bad21;
--brand-ink: #000000;
}Colors that work with #4bad21
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #4bad21
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #8321AD | Directly opposite — maximum tension | |
| Analogous left | #91AD21 | Neighbour, quieter | |
| Analogous right | #21AD3D | Neighbour, quieter | |
| Split-complement 1 | #3D21AD | Contrast without the clash | |
| Split-complement 2 | #AD2191 | Contrast without the clash | |
| Triadic 1 | #214BAD | Even thirds — balanced and loud | |
| Triadic 2 | #AD214B | Even thirds — balanced and loud | |
| Tetradic | #2191AD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#4bad21 text on a black background
contrast 7.30:1
#4bad21 text on a white background
contrast 2.88:1
CSS3 live lab
The quick brown fox
color: #4bad21;
background-color: #4bad21;
Glowing headline
text-shadow: 2px 2px 8px #4bad21;
Soft neon halo
text-shadow: 0 0 14px rgba(75, 173, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(75, 173, 33, 0.45);
border: 3px solid #4bad21; background: linear-gradient(135deg, #4bad21, #21AD54);
Monochromatic scale
Palettes built from #4bad21
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Pistachio (#93c572) — ΔE2000 12 away, with its history, psychology and brand usage.
#4bad21 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#4bad21, answered
What color is #4bad21?
#4bad21 is a dark vivid green, closest to Lime Green (ΔE2000 8.7). It sits at 102° on the hue wheel with 68% saturation and 40% lightness, which reads as neutral.
What is the RGB value of #4bad21?
rgb(75, 173, 33) — 75 red, 173 green and 33 blue out of 255, or 29.4% / 67.8% / 12.9% by channel.
Is #4bad21 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3149 and perceived brightness is 55%, so black text on it reaches 7.30:1.
Should I use black or white text on #4bad21?
Black. It scores 7.30:1 against #4bad21, versus 2.88:1 for white — AAA at any size.
What is the complementary color of #4bad21?
#8321AD sits directly opposite on the wheel. Softer options are the split-complements #3D21AD and #AD2191, which give the same contrast with far less vibration.
What colors go well with #4bad21?
For interface work: #F6FAF4 as the surface, #CDEDC0 for borders, #639B4B for secondary text, #601DB1 as an accent and #2E6B14 for hover and pressed states. For a palette, the analogous pair #91AD21 and #21AD3D stays calm, while #8321AD is the loudest partner.
What is #4bad21 in CMYK for printing?
cmyk(57%, 0%, 81%, 32%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #4bad21 warm or cool?
Neutral — it scores 55 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7EAD21; nudged cooler, #1FAF29.