Skip to content

#4baf2d

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

RGB
75, 175, 45
HSL
106°, 59%, 43%
CMYK
57, 0, 74, 31
Luminance
0.3235

At a glance

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

Hex
#4baf2d
Hue
106°
green
Saturation
59%
vivid
Lightness
43%
dark
Brightness
69%
HSV value
Perceived
55%
weighted brightness
Luminance
0.3235
WCAG relative
Temperature
Neutral
57/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
7.47:1
Closest name
Lime Green
ΔE2000 8.1
Where it sits
Hue106° of 360°
Saturation59%
Lightness43%
Temperature
Warm ← → Cool57% cool

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

Every format

HEX#4baf2d
RGBrgb(75, 175, 45)
HSLhsl(106, 59%, 43%)
CMYKcmyk(57%, 0%, 74%, 31%)
LABlab(63.6 -52.4 54.4)
LCHlch(63.6 75.5 133.9)
OKLCHoklch(0.669 0.189 139.6)
Decimal4960045
Display P3color(display-p3 0.294 0.686 0.176)

Copy-ready code

/* CSS */
color: #4baf2d;
background-color: #4baf2d;
/* Tailwind (arbitrary) */
class="text-[#4baf2d] bg-[#4baf2d]"
/* SCSS */
$brand: #4baf2d;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#4baf2d")
/* Flutter */
Color(0xFF4BAF2D)
/* Python / OpenCV (BGR) */
(45, 175, 75)

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

Accessibility — WCAG contrast

Aa
#4baf2d on white: 2.81:1
AA ✗ fail · AA-large · AAA
Aa
#4baf2d on black: 7.47:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B49F13
deuteranopia · #A7973A
tritanopia · #40A996

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #4baf2d 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
#ECF7E9
#D5EFCD
#B5E8A6
#90DD79
#6BD14C
#53C332
#4baf2d
#388221
#2B5E1C
#1B3B11
Base = 700Lightest = 50 · #F5FBF4Darkest = 950 · #1B3B11
:root {
  --brand-50: #F5FBF4;
  --brand-100: #ECF7E9;
  --brand-200: #D5EFCD;
  --brand-300: #B5E8A6;
  --brand-400: #90DD79;
  --brand-500: #6BD14C;
  --brand-600: #53C332;
  --brand-700: #4baf2d;
  --brand-800: #388221;
  --brand-900: #2B5E1C;
  --brand-950: #1B3B11;
  --brand: #4baf2d;
  --brand-ink: #000000;
}

Colors that work with #4baf2d

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#F6FAF4
Tinted page background
Border#CAEDC0
Hairlines and dividers
Muted text#5D9B4B
Captions on the surface
Accent#7129B3
Second voice, not a rival
Dark variant#2B651A
Hover, pressed, headers
Light variant#EEFAEB
Selected rows, tints
Dark surface#182414
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 #4baf2d

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#912DAF
Analogous left#8CAF2D
Analogous right#2DAF50
Split-complement 1#502DAF
Split-complement 2#AF2D8C
Triadic 1#2D4BAF
Triadic 2#AF2D4B
Tetradic#2D8CAF

RGB percentages

Red29.4%
Green68.6%
Blue17.6%

CMYK percentages

Cyan57.1%
Magenta0.0%
Yellow74.3%
Key (black)31.4%

Color previews

#4baf2d text on a black background

contrast 7.47:1

Card sample

#4baf2d text on a white background

contrast 2.81:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #4baf2d;
Background color
Panel with #4baf2d background
background-color: #4baf2d;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(75, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baf2d;
background: linear-gradient(135deg, #4baf2d, #2DAF66);

Monochromatic scale

Palettes built from #4baf2d

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.

#4baf2d 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.

#4baf2d, answered

What color is #4baf2d?

#4baf2d is a dark vivid green, closest to Lime Green (ΔE2000 8.1). It sits at 106° on the hue wheel with 59% saturation and 43% lightness, which reads as neutral.

What is the RGB value of #4baf2d?

rgb(75, 175, 45) — 75 red, 175 green and 45 blue out of 255, or 29.4% / 68.6% / 17.6% by channel.

Is #4baf2d a light or a dark color?

It is a mid-tone. Relative luminance is 0.3235 and perceived brightness is 55%, so black text on it reaches 7.47:1.

Should I use black or white text on #4baf2d?

Black. It scores 7.47:1 against #4baf2d, versus 2.81:1 for white — AAA at any size.

What is the complementary color of #4baf2d?

#912DAF sits directly opposite on the wheel. Softer options are the split-complements #502DAF and #AF2D8C, which give the same contrast with far less vibration.

What colors go well with #4baf2d?

For interface work: #F6FAF4 as the surface, #CAEDC0 for borders, #5D9B4B for secondary text, #7129B3 as an accent and #2B651A for hover and pressed states. For a palette, the analogous pair #8CAF2D and #2DAF50 stays calm, while #912DAF is the loudest partner.

What is #4baf2d in CMYK for printing?

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

Is #4baf2d warm or cool?

Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7AAF2D; nudged cooler, #2BB13D.

Work with #4baf2d in the Color Lab