Skip to content

#b2ec7c

a light, vivid green · neutral · closest name: Light Green

RGB
178, 236, 124
HSL
91°, 75%, 71%
CMYK
25, 0, 48, 8
Luminance
0.7091

At a glance

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

Hex
#b2ec7c
Hue
91°
green
Saturation
75%
vivid
Lightness
71%
light
Brightness
93%
HSV value
Perceived
82%
weighted brightness
Luminance
0.7091
WCAG relative
Temperature
Neutral
50/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
15.18:1
Closest name
Light Green
ΔE2000 6.7
Where it sits
Hue91° of 360°
Saturation75%
Lightness71%
Temperature
Warm ← → Cool50% 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#b2ec7c
RGBrgb(178, 236, 124)
HSLhsl(91, 75%, 71%)
CMYKcmyk(25%, 0%, 48%, 8%)
LABlab(87.4 -37.0 48.2)
LCHlch(87.4 60.7 127.5)
OKLCHoklch(0.879 0.155 131.4)
Decimal11725948
Display P3color(display-p3 0.698 0.925 0.486)

Copy-ready code

/* CSS */
color: #b2ec7c;
background-color: #b2ec7c;
/* Tailwind (arbitrary) */
class="text-[#b2ec7c] bg-[#b2ec7c]"
/* SCSS */
$brand: #b2ec7c;
/* SwiftUI */
Color(red: 0.698, green: 0.925, blue: 0.486)
/* Android */
Color.parseColor("#b2ec7c")
/* Flutter */
Color(0xFFB2EC7C)
/* Python / OpenCV (BGR) */
(124, 236, 178)

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

Accessibility — WCAG contrast

Aa
#b2ec7c on white: 1.38:1
AA ✗ fail · AA-large · AAA
Aa
#b2ec7c on black: 15.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F5DE73
deuteranopia · #ECDA83
tritanopia · #B4E4D2

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #b2ec7c is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7FCF3
#EFF9E7
#DDF4C8
#C5F19D
#b2ec7c
#8CE33B
#77D61F
#63B21A
#4F8F15
#3C6713
#25410C
Base = 400Lightest = 50 · #F7FCF3Darkest = 950 · #25410C
:root {
  --brand-50: #F7FCF3;
  --brand-100: #EFF9E7;
  --brand-200: #DDF4C8;
  --brand-300: #C5F19D;
  --brand-400: #b2ec7c;
  --brand-500: #8CE33B;
  --brand-600: #77D61F;
  --brand-700: #63B21A;
  --brand-800: #4F8F15;
  --brand-900: #3C6713;
  --brand-950: #25410C;
  --brand: #b2ec7c;
  --brand-ink: #000000;
}

Colors that work with #b2ec7c

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#F7FAF4
Tinted page background
Border#D5EDC0
Hairlines and dividers
Muted text#719B4B
Captions on the surface
Accent#9979EF
Second voice, not a rival
Dark variant#3E6F10
Hover, pressed, headers
Light variant#F2FCE9
Selected rows, tints
Dark surface#1C2414
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 #b2ec7c

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
  • Card and section backgrounds
  • 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
  • White 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#B67CEC
Analogous left#EAEC7C
Analogous right#7CEC7E
Split-complement 1#7E7CEC
Split-complement 2#EC7CEA
Triadic 1#7CB2EC
Triadic 2#EC7CB2
Tetradic#7CEAEC

RGB percentages

Red69.8%
Green92.5%
Blue48.6%

CMYK percentages

Cyan24.6%
Magenta0.0%
Yellow47.5%
Key (black)7.5%

Color previews

#b2ec7c text on a black background

contrast 15.18:1

Card sample

#b2ec7c text on a white background

contrast 1.38:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(178, 236, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 236, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ec7c;
background: linear-gradient(135deg, #b2ec7c, #7CEC91);

Monochromatic scale

Palettes built from #b2ec7c

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.

#b2ec7c 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#b2ec7c, answered

What color is #b2ec7c?

#b2ec7c is a light vivid green, closest to Light Green (ΔE2000 6.7). It sits at 91° on the hue wheel with 75% saturation and 71% lightness, which reads as neutral.

What is the RGB value of #b2ec7c?

rgb(178, 236, 124) — 178 red, 236 green and 124 blue out of 255, or 69.8% / 92.5% / 48.6% by channel.

Is #b2ec7c a light or a dark color?

It is a light color. Relative luminance is 0.7091 and perceived brightness is 82%, so black text on it reaches 15.18:1.

Should I use black or white text on #b2ec7c?

Black. It scores 15.18:1 against #b2ec7c, versus 1.38:1 for white — AAA at any size.

What is the complementary color of #b2ec7c?

#B67CEC sits directly opposite on the wheel. Softer options are the split-complements #7E7CEC and #EC7CEA, which give the same contrast with far less vibration.

What colors go well with #b2ec7c?

For interface work: #F7FAF4 as the surface, #D5EDC0 for borders, #719B4B for secondary text, #9979EF as an accent and #3E6F10 for hover and pressed states. For a palette, the analogous pair #EAEC7C and #7CEC7E stays calm, while #B67CEC is the loudest partner.

What is #b2ec7c in CMYK for printing?

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

Is #b2ec7c warm or cool?

Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DBEC7C; nudged cooler, #88EE7B.

Work with #b2ec7c in the Color Lab