Skip to content

#1bbc4b

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

RGB
27, 188, 75
HSL
138°, 75%, 42%
CMYK
86, 0, 60, 26
Luminance
0.3671

At a glance

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

Hex
#1bbc4b
Hue
138°
green
Saturation
75%
vivid
Lightness
42%
dark
Brightness
74%
HSV value
Perceived
58%
weighted brightness
Luminance
0.3671
WCAG relative
Temperature
Cool
70/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
8.34:1
Closest name
Lime Green
ΔE2000 6.2
Where it sits
Hue138° of 360°
Saturation75%
Lightness42%
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#1bbc4b
RGBrgb(27, 188, 75)
HSLhsl(138, 75%, 42%)
CMYKcmyk(86%, 0%, 60%, 26%)
LABlab(67.1 -62.1 45.5)
LCHlch(67.1 77.0 143.8)
OKLCHoklch(0.696 0.198 147.2)
Decimal1817675
Display P3color(display-p3 0.106 0.737 0.294)

Copy-ready code

/* CSS */
color: #1bbc4b;
background-color: #1bbc4b;
/* Tailwind (arbitrary) */
class="text-[#1bbc4b] bg-[#1bbc4b]"
/* SCSS */
$brand: #1bbc4b;
/* SwiftUI */
Color(red: 0.106, green: 0.737, blue: 0.294)
/* Android */
Color.parseColor("#1bbc4b")
/* Flutter */
Color(0xFF1BBC4B)
/* Python / OpenCV (BGR) */
(75, 188, 27)

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

Accessibility — WCAG contrast

Aa
#1bbc4b on white: 2.52:1
AA ✗ fail · AA-large · AAA
Aa
#1bbc4b on black: 8.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BEAA3F
deuteranopia · #AE9F54
tritanopia · #00B8A4

Color scale — 50 to 950

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

#F3FCF6
#E7F9EC
#C8F4D5
#9DF1B6
#6CEA91
#3BE36D
#1FD655
#1bbc4b
#148F39
#13672C
#0C411C
Base = 700Lightest = 50 · #F3FCF6Darkest = 950 · #0C411C
:root {
  --brand-50: #F3FCF6;
  --brand-100: #E7F9EC;
  --brand-200: #C8F4D5;
  --brand-300: #9DF1B6;
  --brand-400: #6CEA91;
  --brand-500: #3BE36D;
  --brand-600: #1FD655;
  --brand-700: #1bbc4b;
  --brand-800: #148F39;
  --brand-900: #13672C;
  --brand-950: #0C411C;
  --brand: #1bbc4b;
  --brand-ink: #000000;
}

Colors that work with #1bbc4b

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#C0EDCD
Hairlines and dividers
Muted text#4B9B63
Captions on the surface
Accent#C117B8
Second voice, not a rival
Dark variant#106F2C
Hover, pressed, headers
Light variant#E9FCEE
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 #1bbc4b

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#BC1B8C
Analogous left#3CBC1B
Analogous right#1BBC9C
Split-complement 1#9C1BBC
Split-complement 2#BC1B3C
Triadic 1#4B1BBC
Triadic 2#BC4B1B
Tetradic#1B3CBC

RGB percentages

Red10.6%
Green73.7%
Blue29.4%

CMYK percentages

Cyan85.6%
Magenta0.0%
Yellow60.1%
Key (black)26.3%

Color previews

#1bbc4b text on a black background

contrast 8.34:1

Card sample

#1bbc4b text on a white background

contrast 2.52:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #1bbc4b;
Background color
Panel with #1bbc4b background
background-color: #1bbc4b;
Text shadow — hex

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(27, 188, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 188, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bbc4b;
background: linear-gradient(135deg, #1bbc4b, #1BBCB7);

Monochromatic scale

Palettes built from #1bbc4b

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.

#1bbc4b 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.

#1bbc4b, answered

What color is #1bbc4b?

#1bbc4b is a dark vivid green, closest to Lime Green (ΔE2000 6.2). It sits at 138° on the hue wheel with 75% saturation and 42% lightness, which reads as cool.

What is the RGB value of #1bbc4b?

rgb(27, 188, 75) — 27 red, 188 green and 75 blue out of 255, or 10.6% / 73.7% / 29.4% by channel.

Is #1bbc4b a light or a dark color?

It is a mid-tone. Relative luminance is 0.3671 and perceived brightness is 58%, so black text on it reaches 8.34:1.

Should I use black or white text on #1bbc4b?

Black. It scores 8.34:1 against #1bbc4b, versus 2.52:1 for white — AAA at any size.

What is the complementary color of #1bbc4b?

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

What colors go well with #1bbc4b?

For interface work: #F4FAF6 as the surface, #C0EDCD for borders, #4B9B63 for secondary text, #C117B8 as an accent and #106F2C for hover and pressed states. For a palette, the analogous pair #3CBC1B and #1BBC9C stays calm, while #BC1B8C is the loudest partner.

What is #1bbc4b in CMYK for printing?

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

Is #1bbc4b 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 #26BC1B; nudged cooler, #19BE87.

Work with #1bbc4b in the Color Lab