Skip to content

#3cac2d

a dark, vivid green · cool · closest name: Lime Green

RGB
60, 172, 45
HSL
113°, 59%, 43%
CMYK
65, 0, 74, 33
Luminance
0.3066

At a glance

Every number on this page in one read: what #3cac2d is made of, how bright it looks, and which way it leans.

Hex
#3cac2d
Hue
113°
green
Saturation
59%
vivid
Lightness
43%
dark
Brightness
67%
HSV value
Perceived
54%
weighted brightness
Luminance
0.3066
WCAG relative
Temperature
Cool
60/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
7.13:1
Closest name
Lime Green
ΔE2000 8.9
Where it sits
Hue113° of 360°
Saturation59%
Lightness43%
Temperature
Warm ← → Cool60% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#3cac2d
RGBrgb(60, 172, 45)
HSLhsl(113, 59%, 43%)
CMYKcmyk(65%, 0%, 74%, 33%)
LABlab(62.2 -54.9 52.9)
LCHlch(62.2 76.2 136.1)
OKLCHoklch(0.656 0.192 141.4)
Decimal3976237
Display P3color(display-p3 0.235 0.675 0.176)

Copy-ready code

/* CSS */
color: #3cac2d;
background-color: #3cac2d;
/* Tailwind (arbitrary) */
class="text-[#3cac2d] bg-[#3cac2d]"
/* SCSS */
$brand: #3cac2d;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 0.176)
/* Android */
Color.parseColor("#3cac2d")
/* Flutter */
Color(0xFF3CAC2D)
/* Python / OpenCV (BGR) */
(45, 172, 60)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #3cac2d · 7.13:1
Use #000000AAA at every size.
Aa
White text · 2.94:1
AA fail · AA large fail · AAA fail
Aa
Black text · 7.13:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #3cac2d as text scores 2.94:1 on white and 7.13:1 on black.

Accessibility — WCAG contrast

Aa
#3cac2d on white: 2.94:1
AA ✗ fail · AA-large · AAA
Aa
#3cac2d on black: 7.13:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B09C15
deuteranopia · #A3933A
tritanopia · #27A793

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #3cac2d 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.

#F5FBF4
#EAF7E9
#D1EFCD
#AEE8A6
#85DC7A
#5DD04D
#44C233
#3cac2d
#2D8122
#245E1C
#173B12
Base = 700Lightest = 50 · #F5FBF4Darkest = 950 · #173B12
:root {
  --brand-50: #F5FBF4;
  --brand-100: #EAF7E9;
  --brand-200: #D1EFCD;
  --brand-300: #AEE8A6;
  --brand-400: #85DC7A;
  --brand-500: #5DD04D;
  --brand-600: #44C233;
  --brand-700: #3cac2d;
  --brand-800: #2D8122;
  --brand-900: #245E1C;
  --brand-950: #173B12;
  --brand: #3cac2d;
  --brand-ink: #000000;
}

Colors that work with #3cac2d

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F5FAF4
Tinted page background
Border#C5EDC0
Hairlines and dividers
Muted text#549B4B
Captions on the surface
Accent#7E29B0
Second voice, not a rival
Dark variant#23651A
Hover, pressed, headers
Light variant#EDFAEB
Selected rows, tints
Dark surface#162414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #3cac2d

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • 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
Use with care
  • 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#9D2DAC
Analogous left#7BAC2D
Analogous right#2DAC5D
Split-complement 1#5D2DAC
Split-complement 2#AC2D7B
Triadic 1#2D3CAC
Triadic 2#AC2D3C
Tetradic#2D7BAC

RGB percentages

Red23.5%
Green67.5%
Blue17.6%

CMYK percentages

Cyan65.1%
Magenta0.0%
Yellow73.8%
Key (black)32.5%

Color previews

#3cac2d text on a black background

contrast 7.13:1

Card sample

#3cac2d text on a white background

contrast 2.94:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #3cac2d;
Background color
Panel with #3cac2d background
background-color: #3cac2d;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #3cac2d;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(60, 172, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cac2d;
background: linear-gradient(135deg, #3cac2d, #2DAC73);

Monochromatic scale

Palettes built from #3cac2d

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.

#3cac2d in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#3cac2d, answered

What color is #3cac2d?

#3cac2d is a dark vivid green, closest to Lime Green (ΔE2000 8.9). It sits at 113° on the hue wheel with 59% saturation and 43% lightness, which reads as cool.

What is the RGB value of #3cac2d?

rgb(60, 172, 45) — 60 red, 172 green and 45 blue out of 255, or 23.5% / 67.5% / 17.6% by channel.

Is #3cac2d a light or a dark color?

It is a mid-tone. Relative luminance is 0.3066 and perceived brightness is 54%, so black text on it reaches 7.13:1.

Should I use black or white text on #3cac2d?

Black. It scores 7.13:1 against #3cac2d, versus 2.94:1 for white — AAA at any size.

What is the complementary color of #3cac2d?

#9D2DAC sits directly opposite on the wheel. Softer options are the split-complements #5D2DAC and #AC2D7B, which give the same contrast with far less vibration.

What colors go well with #3cac2d?

For interface work: #F5FAF4 as the surface, #C5EDC0 for borders, #549B4B for secondary text, #7E29B0 as an accent and #23651A for hover and pressed states. For a palette, the analogous pair #7BAC2D and #2DAC5D stays calm, while #9D2DAC is the loudest partner.

What is #3cac2d in CMYK for printing?

cmyk(65%, 0%, 74%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #3cac2d warm or cool?

Cool — it scores 60 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6AAC2D; nudged cooler, #2BAE4B.

Work with #3cac2d in the Color Lab