#73df43
a balanced, vivid green · neutral · closest name: Lime Green
At a glance
Every number on this page in one read: what #73df43 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 | #73df43 |
| RGB | rgb(115, 223, 67) |
| HSL | hsl(102, 71%, 57%) |
| CMYK | cmyk(48%, 0%, 70%, 13%) |
| LAB | lab(80.1 -57.6 63.6) |
| LCH | lch(80.1 85.8 132.1) |
| OKLCH | oklch(0.809 0.215 137.8) |
| Decimal | 7593795 |
| Display P3 | color(display-p3 0.451 0.875 0.263) |
Copy-ready code
/* CSS */
color: #73df43;
background-color: #73df43;
/* Tailwind (arbitrary) */
class="text-[#73df43] bg-[#73df43]"
/* SCSS */
$brand: #73df43;
/* SwiftUI */
Color(red: 0.451, green: 0.875, blue: 0.263)
/* Android */
Color.parseColor("#73df43")
/* Flutter */
Color(0xFF73DF43)
/* Python / OpenCV (BGR) */
(67, 223, 115)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. #73df43 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6FCF3;
--brand-100: #ECF8E7;
--brand-200: #D6F3C9;
--brand-300: #B8EF9F;
--brand-400: #94E76F;
--brand-500: #73df43;
--brand-600: #59D124;
--brand-700: #4AAE1E;
--brand-800: #3B8B18;
--brand-900: #2E6515;
--brand-950: #1D3F0D;
--brand: #73df43;
--brand-ink: #000000;
}Colors that work with #73df43
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 #73df43
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #AF43DF | Directly opposite — maximum tension | |
| Analogous left | #C1DF43 | Neighbour, quieter | |
| Analogous right | #43DF61 | Neighbour, quieter | |
| Split-complement 1 | #6143DF | Contrast without the clash | |
| Split-complement 2 | #DF43C1 | Contrast without the clash | |
| Triadic 1 | #4373DF | Even thirds — balanced and loud | |
| Triadic 2 | #DF4373 | Even thirds — balanced and loud | |
| Tetradic | #43C1DF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#73df43 text on a black background
contrast 12.37:1
#73df43 text on a white background
contrast 1.70:1
CSS3 live lab
The quick brown fox
color: #73df43;
background-color: #73df43;
Glowing headline
text-shadow: 2px 2px 8px #73df43;
Soft neon halo
text-shadow: 0 0 14px rgba(115, 223, 67, 0.45);
box-shadow: 0 12px 32px -8px rgba(115, 223, 67, 0.45);
border: 3px solid #73df43; background: linear-gradient(135deg, #73df43, #43DF7B);
Monochromatic scale
Palettes built from #73df43
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: Chartreuse (#7fff00) — ΔE2000 8.1 away, with its history, psychology and brand usage.
#73df43 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.
#73df43, answered
What color is #73df43?
#73df43 is a balanced vivid green, closest to Lime Green (ΔE2000 6.2). It sits at 102° on the hue wheel with 71% saturation and 57% lightness, which reads as neutral.
What is the RGB value of #73df43?
rgb(115, 223, 67) — 115 red, 223 green and 67 blue out of 255, or 45.1% / 87.5% / 26.3% by channel.
Is #73df43 a light or a dark color?
It is a light color. Relative luminance is 0.5683 and perceived brightness is 72%, so black text on it reaches 12.37:1.
Should I use black or white text on #73df43?
Black. It scores 12.37:1 against #73df43, versus 1.70:1 for white — AAA at any size.
What is the complementary color of #73df43?
#AF43DF sits directly opposite on the wheel. Softer options are the split-complements #6143DF and #DF43C1, which give the same contrast with far less vibration.
What colors go well with #73df43?
For interface work: #F6FAF4 as the surface, #CEEDC0 for borders, #639B4B for secondary text, #873FE3 as an accent and #2E6D13 for hover and pressed states. For a palette, the analogous pair #C1DF43 and #43DF61 stays calm, while #AF43DF is the loudest partner.
What is #73df43 in CMYK for printing?
cmyk(48%, 0%, 70%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #73df43 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 #ACDF43; nudged cooler, #41E14A.