#67db39
a balanced, vivid green · neutral · closest name: Lime Green
At a glance
Every number on this page in one read: what #67db39 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 | #67db39 |
| RGB | rgb(103, 219, 57) |
| HSL | hsl(103, 69%, 54%) |
| CMYK | cmyk(53%, 0%, 74%, 14%) |
| LAB | lab(78.4 -60.1 65.3) |
| LCH | lch(78.4 88.8 132.7) |
| OKLCH | oklch(0.794 0.222 138.6) |
| Decimal | 6806329 |
| Display P3 | color(display-p3 0.404 0.859 0.224) |
Copy-ready code
/* CSS */
color: #67db39;
background-color: #67db39;
/* Tailwind (arbitrary) */
class="text-[#67db39] bg-[#67db39]"
/* SCSS */
$brand: #67db39;
/* SwiftUI */
Color(red: 0.404, green: 0.859, blue: 0.224)
/* Android */
Color.parseColor("#67db39")
/* Flutter */
Color(0xFF67DB39)
/* Python / OpenCV (BGR) */
(57, 219, 103)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. #67db39 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: #F6FBF3;
--brand-100: #ECF8E7;
--brand-200: #D5F2CA;
--brand-300: #B6EEA0;
--brand-400: #92E571;
--brand-500: #67db39;
--brand-600: #56CF26;
--brand-700: #47AD1F;
--brand-800: #398A19;
--brand-900: #2C6416;
--brand-950: #1C3F0E;
--brand: #67db39;
--brand-ink: #000000;
}Colors that work with #67db39
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 #67db39
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 | #AD39DB | Directly opposite — maximum tension | |
| Analogous left | #B8DB39 | Neighbour, quieter | |
| Analogous right | #39DB5C | Neighbour, quieter | |
| Split-complement 1 | #5C39DB | Contrast without the clash | |
| Split-complement 2 | #DB39B8 | Contrast without the clash | |
| Triadic 1 | #3967DB | Even thirds — balanced and loud | |
| Triadic 2 | #DB3967 | Even thirds — balanced and loud | |
| Tetradic | #39B8DB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#67db39 text on a black background
contrast 11.77:1
#67db39 text on a white background
contrast 1.78:1
CSS3 live lab
The quick brown fox
color: #67db39;
background-color: #67db39;
Glowing headline
text-shadow: 2px 2px 8px #67db39;
Soft neon halo
text-shadow: 0 0 14px rgba(103, 219, 57, 0.45);
box-shadow: 0 12px 32px -8px rgba(103, 219, 57, 0.45);
border: 3px solid #67db39; background: linear-gradient(135deg, #67db39, #39DB77);
Monochromatic scale
Palettes built from #67db39
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: Lime (#00ff00) — ΔE2000 8.5 away, with its history, psychology and brand usage.
#67db39 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.
#67db39, answered
What color is #67db39?
#67db39 is a balanced vivid green, closest to Lime Green (ΔE2000 5). It sits at 103° on the hue wheel with 69% saturation and 54% lightness, which reads as neutral.
What is the RGB value of #67db39?
rgb(103, 219, 57) — 103 red, 219 green and 57 blue out of 255, or 40.4% / 85.9% / 22.4% by channel.
Is #67db39 a light or a dark color?
It is a light color. Relative luminance is 0.5384 and perceived brightness is 70%, so black text on it reaches 11.77:1.
Should I use black or white text on #67db39?
Black. It scores 11.77:1 against #67db39, versus 1.78:1 for white — AAA at any size.
What is the complementary color of #67db39?
#AD39DB sits directly opposite on the wheel. Softer options are the split-complements #5C39DB and #DB39B8, which give the same contrast with far less vibration.
What colors go well with #67db39?
For interface work: #F6FAF4 as the surface, #CCEDC0 for borders, #619B4B for secondary text, #8434E0 as an accent and #2D6C14 for hover and pressed states. For a palette, the analogous pair #B8DB39 and #39DB5C stays calm, while #AD39DB is the loudest partner.
What is #67db39 in CMYK for printing?
cmyk(53%, 0%, 74%, 14%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #67db39 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 #A2DB39; nudged cooler, #37DD45.