Skip to main content

Light Green

#90EE90·green family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Light Green (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#90EE90
RGB
rgb(144, 238, 144)
HSL
hsl(120, 73%, 75%)
OKLCH
oklch(0.868 0.156 144)
CMYK
cmyk(39%, 0%, 39%, 7%)
Luminance:0.6909
CSS var:--color-light-green
Tailwind:bg-[#90EE90]

Accessibility

Score: 48/100

On White (#FFF)

1.42:1

Fail

On Black (#000)

14.82:1

AAA

On Light Gray (#F5F5F5)

1.3:1

Fail

Best text color on this background:

black14.82:1
Open in Contrast Checker →

Design Applications

Background

background-color: #90EE90

Text Color

color: #90EE90

bg-[#90EE90] text-[#000000]

Accent border card component

border-left: 4px solid #90EE90

Color Meaning & Psychology

Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.

Industry Usage

Common contexts and industries where Light Green is applied in professional design.

  • Financial services and investment platforms
  • Health, wellness, and organic food brands
  • Environmental and sustainability organizations
  • Pharmaceutical and medical products
  • Agriculture and farming brands
  • Eco-friendly consumer goods
  • Real estate and property development
  • Success and achievement badges in UI

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

Light Green is a light color. Use black (#000000) text on top of it for maximum readability (14.82:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #90EE90;

Text

color: #90EE90;

Border

border: 2px solid #90EE90;

Box Shadow

box-shadow: 0 4px 20px #90EE9040;

Gradient

background: linear-gradient(135deg, #90EE90, #c3ffc1);

Tailwind-style

--color-light-green: #90EE90;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Light Green without a custom config.

Background

bg-[#90EE90]

Text

text-[#90EE90]

Border

border-[#90EE90]

Ring

ring-[#90EE90]

Fill

fill-[#90EE90]

From (gradient)

from-[#90EE90]

Via (gradient)

via-[#90EE90]

To (gradient)

to-[#90EE90]

Design Tokens

Ready-to-use Light Green design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-light-green: #90EE90;
  --color-light-green-rgb: 144, 238, 144;
  --color-light-green-hsl: 120, 73%, 75%;
}

SCSS Variables

$color-light-green: #90EE90;
$color-light-green-rgb: 144, 238, 144;
$color-light-green-hsl: 120, 73%, 75%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'light-green': '#90EE90',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-light-green: #90EE90;
}

JSON Design Token (W3C format)

{
  "light-green": {
    "value": "#90EE90",
    "type": "color",
    "description": "Light Green — #90EE90"
  }
}

What Does Light Green Mean? Color Psychology & Cultural Symbolism

Color researchers consistently find that green environments lower cortisol levels and increase feelings of calm and restorative focus. Light Green carries this quality into designed spaces—projecting growth through its light character at 75% lightness.

  • Across color psychology research, green consistently tests high for "health" associations, making Light Green a reliable vehicle for growth in cross-demographic audiences.
  • Brand designers draw on green-family tones to project trustworthiness and reliability—values that Light Green communicates in a light key.
  • At 73% saturation, Light Green reads as moderately saturated—neither overwhelming nor passive, landing in the growth, nature, health, and balance zone with measured confidence.
  • Light Green's light lightness (75%) shifts its psychological register: Mint and sage tones feel fresh, airy, and calming—popular in wellness, beauty, and minimalist design for their ability to add life without dominance.

In a well-designed system, Light Green is the color that answers yes. Use it where affirmation matters.

How to Use Light Green in Design: Applications, Pairings & Best Practices

In design, Light Green does double duty: as a semantic color (success, go, positive) and an aesthetic one (natural, health-forward, balanced). Understanding which role it's playing in any given context determines how to use it effectively.

  • Avoid: warning or danger contexts (except for safety signs), over-saturated versions in premium luxury branding, and contexts requiring urgency.
  • Color harmonies: Light Green's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Light Green's moderately saturated saturation (73%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • Light Green creates strong legibility with black text overlays (14.8:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Light Green as text requires a dark background; its 75% lightness means it provides 1.4:1 contrast on white, not meeting WCAG AA.

In a well-designed system, Light Green is the color that answers yes. Use it where affirmation matters.

Light Green Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Light Green (#90EE90) achieves a 14.82:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 69.1%.

  • As text on white (#FFFFFF): 1.42:1 — Fail
  • As text on black (#000000): 14.82:1 — AAA ✓
  • Best text color on Light Green background: Black (#000000) at 14.82:1
  • WCAG 2.1 luminance: 69.1% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
  • Light Green qualifies for all text sizes including small body copy (AAA).

For production use, test Light Green against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Light Green in Industry: Branding, Design & Market Applications

Light Green (#90EE90) is most at home in industries where growth, nature, health, and balance are key brand values. Its light quality makes it particularly effective in Healthcare & Wellness contexts, where the moderately saturated saturation signals nature at exactly the right register.

  • Healthcare & Wellness: Green's association with health, nature, and healing makes it the second-most-common color in healthcare branding (after blue). It signals vitality, recovery, and natural wellness without the clinical coldness of pure white or blue. (examples: CVS Health, Mayo Clinic, Kaiser Permanente) Works best in teal-green and sage variations for digital health products; more saturated greens suit fitness and sports medicine.
  • Finance & Banking: In Western markets, the green-money association is deeply embedded. Financial institutions use dark, sophisticated greens to communicate growth, prosperity, and fiduciary reliability. It's equally effective for positive portfolio indicators and "go" confirmation states in trading UIs. (examples: Capital One, PayPal, Visa) Dark greens with gold accents signal premium financial services; bright greens in fintech apps signal growth metrics.
  • Sustainability & Organic: Green is the categorical color of environmental consciousness. Sustainability brands, organic food labels, and clean-energy companies use it as an immediate, unambiguous signal of ecological values and natural origin. (examples: Pela Case, Grove Collaborative, Allbirds) The challenge is differentiation—nearly every sustainability brand uses green, so typography, illustration style, and specific tone matter more.
  • Brand positioning: Light Green is best suited for brands projecting trustworthiness, reliability, growth. Categories outside this positioning—warning or danger contexts (except for safety signs)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Light Green works effectively in financial dashboards, nature and outdoor products, health and wellness UIs—contexts where nature serves a secondary but reinforcing role.

The industries where Light Green performs best are those where the audience expects nature. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Light Green?
The hex code for Light Green is #90EE90. Its RGB values are rgb(144, 238, 144) and its HSL values are hsl(120, 73%, 75%).
What does Light Green mean in design?
Green occupies the center of the visible spectrum where the eye is most sensitive, making it the easiest color to process — literally restful for the eye. Green's associations with nature, growth, and fresh produce are deeply biological, rooted in the evolutionary advantage of finding food. In finance, "going green" means profit. In design, green signals health, sustainability, and natural ingredients. Darker greens evoke prestige and reliability; lighter greens feel fresh and energetic; blue-greens feel sophisticated and trustworthy. Green is uniquely cross-cultural in positive associations, though it represents environmental risk in some financial contexts. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
Is Light Green WCAG accessible?
Light Green (#90EE90) does not pass WCAG AA on white (1.42:1 ratio). Use it on dark backgrounds where it achieves 14.82:1. Its overall accessibility score is 48/100.
What colors go well with Light Green?
Light Green pairs well with its complementary color Purple (#800080). Analogous colors like Chartreuse and Harlequin also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Light Green used for?
Light Green is commonly used for: Financial services and investment platforms; Health, wellness, and organic food brands; Environmental and sustainability organizations; Pharmaceutical and medical products; Agriculture and farming brands.
What are the CSS and Tailwind values for Light Green?
In CSS, use `color: #90EE90` or `background-color: #90EE90`. The CSS custom property is `--color-light-green: #90EE90`. In Tailwind CSS, use the arbitrary value class `bg-[#90EE90]` for backgrounds or `text-[#90EE90]` for text.