Skip to content

#3dac2c

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

RGB
61, 172, 44
HSL
112°, 59%, 42%
CMYK
65, 0, 74, 33
Luminance
0.3068

At a glance

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

Hex
#3dac2c
Hue
112°
green
Saturation
59%
vivid
Lightness
42%
dark
Brightness
67%
HSV value
Perceived
54%
weighted brightness
Luminance
0.3068
WCAG relative
Temperature
Cool
59/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
7.14:1
Closest name
Lime Green
ΔE2000 8.9
Where it sits
Hue112° of 360°
Saturation59%
Lightness42%
Temperature
Warm ← → Cool59% 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#3dac2c
RGBrgb(61, 172, 44)
HSLhsl(112, 59%, 42%)
CMYKcmyk(65%, 0%, 74%, 33%)
LABlab(62.2 -54.8 53.3)
LCHlch(62.2 76.4 135.8)
OKLCHoklch(0.656 0.192 141.2)
Decimal4041772
Display P3color(display-p3 0.239 0.675 0.173)

Copy-ready code

/* CSS */
color: #3dac2c;
background-color: #3dac2c;
/* Tailwind (arbitrary) */
class="text-[#3dac2c] bg-[#3dac2c]"
/* SCSS */
$brand: #3dac2c;
/* SwiftUI */
Color(red: 0.239, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#3dac2c")
/* Flutter */
Color(0xFF3DAC2C)
/* Python / OpenCV (BGR) */
(44, 172, 61)

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 #3dac2c · 7.14:1
Use #000000AAA at every size.
Aa
White text · 2.94:1
AA fail · AA large fail · AAA fail
Aa
Black text · 7.14:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #3dac2c as text scores 2.94:1 on white and 7.14:1 on black.

Accessibility — WCAG contrast

Aa
#3dac2c on white: 2.94:1
AA ✗ fail · AA-large · AAA
Aa
#3dac2c on black: 7.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B09C13
deuteranopia · #A39339
tritanopia · #29A793

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #3dac2c 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
#EBF7E9
#D1EFCD
#AFE8A6
#86DD79
#5ED14C
#45C332
#3dac2c
#2E8221
#255F1C
#173B11
Base = 700Lightest = 50 · #F5FBF4Darkest = 950 · #173B11
:root {
  --brand-50: #F5FBF4;
  --brand-100: #EBF7E9;
  --brand-200: #D1EFCD;
  --brand-300: #AFE8A6;
  --brand-400: #86DD79;
  --brand-500: #5ED14C;
  --brand-600: #45C332;
  --brand-700: #3dac2c;
  --brand-800: #2E8221;
  --brand-900: #255F1C;
  --brand-950: #173B11;
  --brand: #3dac2c;
  --brand-ink: #000000;
}

Colors that work with #3dac2c

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#C6EDC0
Hairlines and dividers
Muted text#559B4B
Captions on the surface
Accent#7C28B1
Second voice, not a rival
Dark variant#24661A
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 #3dac2c

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#9B2CAC
Analogous left#7DAC2C
Analogous right#2CAC5B
Split-complement 1#5B2CAC
Split-complement 2#AC2C7D
Triadic 1#2C3DAC
Triadic 2#AC2C3D
Tetradic#2C7DAC

RGB percentages

Red23.9%
Green67.5%
Blue17.3%

CMYK percentages

Cyan64.5%
Magenta0.0%
Yellow74.4%
Key (black)32.5%

Color previews

#3dac2c text on a black background

contrast 7.14:1

Card sample

#3dac2c text on a white background

contrast 2.94:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #3dac2c

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.

#3dac2c 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.

#3dac2c, answered

What color is #3dac2c?

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

What is the RGB value of #3dac2c?

rgb(61, 172, 44) — 61 red, 172 green and 44 blue out of 255, or 23.9% / 67.5% / 17.3% by channel.

Is #3dac2c a light or a dark color?

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

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

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

What is the complementary color of #3dac2c?

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

What colors go well with #3dac2c?

For interface work: #F5FAF4 as the surface, #C6EDC0 for borders, #559B4B for secondary text, #7C28B1 as an accent and #24661A for hover and pressed states. For a palette, the analogous pair #7DAC2C and #2CAC5B stays calm, while #9B2CAC is the loudest partner.

What is #3dac2c 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 #3dac2c warm or cool?

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

Work with #3dac2c in the Color Lab