Skip to content

#2c9b4f

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

RGB
44, 155, 79
HSL
139°, 56%, 39%
CMYK
72, 0, 49, 39
Luminance
0.2454

At a glance

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

Hex
#2c9b4f
Hue
139°
green
Saturation
56%
vivid
Lightness
39%
dark
Brightness
61%
HSV value
Perceived
49%
weighted brightness
Luminance
0.2454
WCAG relative
Temperature
Cool
70/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
5.91:1
Closest name
Sea Green
ΔE2000 6.7
Where it sits
Hue139° of 360°
Saturation56%
Lightness39%
Temperature
Warm ← → Cool70% 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#2c9b4f
RGBrgb(44, 155, 79)
HSLhsl(139, 56%, 39%)
CMYKcmyk(72%, 0%, 49%, 39%)
LABlab(56.6 -47.9 31.0)
LCHlch(56.6 57.1 147.1)
OKLCHoklch(0.610 0.149 149.7)
Decimal2923343
Display P3color(display-p3 0.173 0.608 0.310)

Copy-ready code

/* CSS */
color: #2c9b4f;
background-color: #2c9b4f;
/* Tailwind (arbitrary) */
class="text-[#2c9b4f] bg-[#2c9b4f]"
/* SCSS */
$brand: #2c9b4f;
/* SwiftUI */
Color(red: 0.173, green: 0.608, blue: 0.310)
/* Android */
Color.parseColor("#2c9b4f")
/* Flutter */
Color(0xFF2C9B4F)
/* Python / OpenCV (BGR) */
(79, 155, 44)

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 #2c9b4f · 5.91:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.55:1
AA fail · AA large pass · AAA fail
Aa
Black text · 5.91:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #2c9b4f as text scores 3.55:1 on white and 5.91:1 on black.

Accessibility — WCAG contrast

Aa
#2c9b4f on white: 3.55:1
AA ✗ fail · AA-large · AAA
Aa
#2c9b4f on black: 5.91:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9C8D49
deuteranopia · #8F8454
tritanopia · #009889

Color scale — 50 to 950

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

#F4FBF6
#E9F6ED
#CEEED8
#A8E6BB
#7CDA99
#50CD78
#36BF61
#2c9b4f
#247F41
#1E5D32
#133A1F
Base = 700Lightest = 50 · #F4FBF6Darkest = 950 · #133A1F
:root {
  --brand-50: #F4FBF6;
  --brand-100: #E9F6ED;
  --brand-200: #CEEED8;
  --brand-300: #A8E6BB;
  --brand-400: #7CDA99;
  --brand-500: #50CD78;
  --brand-600: #36BF61;
  --brand-700: #2c9b4f;
  --brand-800: #247F41;
  --brand-900: #1E5D32;
  --brand-950: #133A1F;
  --brand: #2c9b4f;
  --brand-ink: #000000;
}

Colors that work with #2c9b4f

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#F4FAF6
Tinted page background
Border#C0EDCE
Hairlines and dividers
Muted text#4B9B64
Captions on the surface
Accent#9F2897
Second voice, not a rival
Dark variant#1C6333
Hover, pressed, headers
Light variant#EBF9F0
Selected rows, tints
Dark surface#142419
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 #2c9b4f

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

Works well for
  • Headings from 24px up on white
  • 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
  • Small text on white — under 4.5:1
  • 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#9B2C78
Analogous left#409B2C
Analogous right#2C9B86
Split-complement 1#862C9B
Split-complement 2#9B2C40
Triadic 1#4F2C9B
Triadic 2#9B4F2C
Tetradic#2C409B

RGB percentages

Red17.3%
Green60.8%
Blue31.0%

CMYK percentages

Cyan71.6%
Magenta0.0%
Yellow49.0%
Key (black)39.2%

Color previews

#2c9b4f text on a black background

contrast 5.91:1

Card sample

#2c9b4f text on a white background

contrast 3.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2c9b4f;
Background color
Panel with #2c9b4f background
background-color: #2c9b4f;
Text shadow — hex

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #2c9b4f

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.

#2c9b4f 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.

#2c9b4f, answered

What color is #2c9b4f?

#2c9b4f is a dark vivid green, closest to Sea Green (ΔE2000 6.7). It sits at 139° on the hue wheel with 56% saturation and 39% lightness, which reads as cool.

What is the RGB value of #2c9b4f?

rgb(44, 155, 79) — 44 red, 155 green and 79 blue out of 255, or 17.3% / 60.8% / 31% by channel.

Is #2c9b4f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2454 and perceived brightness is 49%, so black text on it reaches 5.91:1.

Should I use black or white text on #2c9b4f?

Black. It scores 5.91:1 against #2c9b4f, versus 3.55:1 for white — AA at any size.

What is the complementary color of #2c9b4f?

#9B2C78 sits directly opposite on the wheel. Softer options are the split-complements #862C9B and #9B2C40, which give the same contrast with far less vibration.

What colors go well with #2c9b4f?

For interface work: #F4FAF6 as the surface, #C0EDCE for borders, #4B9B64 for secondary text, #9F2897 as an accent and #1C6333 for hover and pressed states. For a palette, the analogous pair #409B2C and #2C9B86 stays calm, while #9B2C78 is the loudest partner.

What is #2c9b4f in CMYK for printing?

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

Is #2c9b4f warm or cool?

Cool — it scores 70 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #329B2C; nudged cooler, #2A9D78.

Work with #2c9b4f in the Color Lab