#67ff2f
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #67ff2f 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 | #67ff2f |
| RGB | rgb(103, 255, 47) |
| HSL | hsl(104, 100%, 59%) |
| CMYK | cmyk(60%, 0%, 82%, 0%) |
| LAB | lab(89.2 -73.0 78.4) |
| LCH | lch(89.2 107.1 133.0) |
| OKLCH | oklch(0.883 0.265 139.4) |
| Decimal | 6815535 |
| Display P3 | color(display-p3 0.404 1.000 0.184) |
Copy-ready code
/* CSS */
color: #67ff2f;
background-color: #67ff2f;
/* Tailwind (arbitrary) */
class="text-[#67ff2f] bg-[#67ff2f]"
/* SCSS */
$brand: #67ff2f;
/* SwiftUI */
Color(red: 0.404, green: 1.000, blue: 0.184)
/* Android */
Color.parseColor("#67ff2f")
/* Flutter */
Color(0xFF67FF2F)
/* Python / OpenCV (BGR) */
(47, 255, 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. #67ff2f 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: #F4FEF1;
--brand-100: #EAFCE3;
--brand-200: #D0FCC0;
--brand-300: #ADFF8F;
--brand-400: #84FF57;
--brand-500: #67ff2f;
--brand-600: #42F500;
--brand-700: #37CC00;
--brand-800: #2CA300;
--brand-900: #237605;
--brand-950: #164903;
--brand: #67ff2f;
--brand-ink: #000000;
}Colors that work with #67ff2f
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 #67ff2f
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 | #C72FFF | Directly opposite — maximum tension | |
| Analogous left | #CFFF2F | Neighbour, quieter | |
| Analogous right | #2FFF5F | Neighbour, quieter | |
| Split-complement 1 | #5F2FFF | Contrast without the clash | |
| Split-complement 2 | #FF2FCF | Contrast without the clash | |
| Triadic 1 | #2F67FF | Even thirds — balanced and loud | |
| Triadic 2 | #FF2F67 | Even thirds — balanced and loud | |
| Tetradic | #2FCFFF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#67ff2f text on a black background
contrast 15.92:1
#67ff2f text on a white background
contrast 1.32:1
CSS3 live lab
The quick brown fox
color: #67ff2f;
background-color: #67ff2f;
Glowing headline
text-shadow: 2px 2px 8px #67ff2f;
Soft neon halo
text-shadow: 0 0 14px rgba(103, 255, 47, 0.45);
box-shadow: 0 12px 32px -8px rgba(103, 255, 47, 0.45);
border: 3px solid #67ff2f; background: linear-gradient(135deg, #67ff2f, #2FFF81);
Monochromatic scale
Palettes built from #67ff2f
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 2.9 away, with its history, psychology and brand usage.
#67ff2f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#67ff2f, answered
What color is #67ff2f?
#67ff2f is a balanced electric green, closest to Lawn Green (ΔE2000 2.7). It sits at 104° on the hue wheel with 100% saturation and 59% lightness, which reads as neutral.
What is the RGB value of #67ff2f?
rgb(103, 255, 47) — 103 red, 255 green and 47 blue out of 255, or 40.4% / 100% / 18.4% by channel.
Is #67ff2f a light or a dark color?
It is a light color. Relative luminance is 0.7461 and perceived brightness is 80%, so black text on it reaches 15.92:1.
Should I use black or white text on #67ff2f?
Black. It scores 15.92:1 against #67ff2f, versus 1.32:1 for white — AAA at any size.
What is the complementary color of #67ff2f?
#C72FFF sits directly opposite on the wheel. Softer options are the split-complements #5F2FFF and #FF2FCF, which give the same contrast with far less vibration.
What colors go well with #67ff2f?
For interface work: #F6FAF4 as the surface, #CCEDC0 for borders, #609B4B for secondary text, #932FFF as an accent and #228000 for hover and pressed states. For a palette, the analogous pair #CFFF2F and #2FFF5F stays calm, while #C72FFF is the loudest partner.
What is #67ff2f in CMYK for printing?
cmyk(60%, 0%, 82%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #67ff2f warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B3FF2F; nudged cooler, #2FFF43.