Grass Green#1f8e0f
Lime Green#5be212
Yellow-Green#b7eb34
Olive Green#5c9a31
Palette direction

Vibrant Green Lime Color Palette

This palette draws inspiration from the rich, layered greens and vivid lime hues in the image to create a fresh, energetic system ideal for eco-conscious and vibrant brands. It combines strong greens with a bright yellow-green accent and balanced neutrals for versatility and clarity.

AnalogousTechgreenlimefreshvibrant
palette-preview.example
Tech color direction

Vibrant Green Lime Color Palette

This palette draws inspiration from the rich, layered greens and vivid lime hues in the image to create a fresh, energetic system ideal for eco-conscious and vibrant brands. It combines strong greens with a bright yellow-green accent and balanced neutrals for versatility and clarity.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Dark Olive #2F3B16on Yellow-Green #B7EB348.5:1 Excellent
Logo Dark Olive #2F3B16on Lime Green #5BE2127.0:1 Excellent
Logo Dark Olive #2F3B16on White #FFFFFF11.9:1 Excellent
Logo White #FFFFFFon Dark Olive #2F3B1611.9:1 Excellent
Icon color
BackgroundGrass Green#1f8e0fTextWhite#ffffff
Primary Button4.26:1
Large text

Best for the main action users should notice first.

BackgroundLime Green#5be212TextDark Olive#2f3b16
Secondary Button7.01:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#ffffffTextLime Green#5be212
Outlined Button1.70:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#ffffffTextGrass Green#1f8e0f
Text Button4.26:1
Large text

A quiet action for links, navigation, and inline decisions.

Palette composition7 colorsAnalogous color relationship
9:41Vibrant Green Lime Color Palette Color role balance
Analogous system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CVibrant Green Lime Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors work together as an analogous green harmony, ranging from deep grass green to vivid lime, evoking vitality and modernity for a cohesive brand presence.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Grass Green #1f8e0f
HeadlineUsed for main titles and key messages.Grass Green #1f8e0f
LinkUsed for links and interactive text.Grass Green #1f8e0f

Buttons

Primary Button
BackgroundGrass Green #1f8e0f
TextWhite #ffffff
Secondary Button
BackgroundLime Green #5be212
TextDark Olive #2f3b16
Outlined Button
BackgroundLime Green #5be212
TextLime Green #5be212

Interface

TextDefault readable body text.Dark Olive #2f3b16
Bg LightLight page or section background.White #ffffff
Bg DarkDark page or section background.Yellow-Green #b7eb34
IconSmall interface icons and marks.Olive Green #5c9a31
BorderCards, inputs, and component borders.Olive Green #5c9a31
DividerSubtle separators between content.Olive Green #5c9a31
OutlineFocus rings and emphasis outlines.Olive Green #5c9a31

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors work together as an analogous green harmony, ranging from deep grass green to vivid lime, evoking vitality and modernity for a cohesive brand presence.

PrimaryGrass Green

RolesLogo, Link, Btn Primary Bg, Headline

Grass Green brings a grounded, natural feel that communicates growth and reliability.

HEX#1f8e0f
RGB31, 142, 15
HSL112, 81, 31
CMYK78, 0, 89, 44
SecondaryLime Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Lime Green injects energy and a contemporary edge, perfect for call-to-action elements.

HEX#5be212
RGB91, 226, 18
HSL99, 85, 48
CMYK60, 0, 92, 11
TertiaryYellow-Green

RolesBg Dark

Yellow-Green adds brightness and optimism, supporting contrast and readability in the palette.

HEX#b7eb34
RGB183, 235, 52
HSL77, 82, 56
CMYK22, 0, 78, 8

Support Colors

The support colors extend the main greens with softer, cooler green variations that balance intensity and add subtle depth without competing visually.

Olive Green

RolesIcon, Border, Divider, Outline

Olive Green provides a muted, stable tone that complements the brighter main greens and anchors interface elements.

HEX#5c9a31
RGB92, 154, 49
HSL95, 52, 40
CMYK40, 0, 68, 40

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light, Btn Primary Text

HEX#ffffff
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Pale Lime
HEX#f2f9d4
RGB242, 249, 212
HSL71, 76, 90
CMYK3, 0, 15, 2
Dark Olive

RolesText, Btn Secondary Text

HEX#2f3b16
RGB47, 59, 22
HSL79, 46, 16
CMYK20, 0, 63, 77

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-grass-green: #1f8e0f;
  --color-lime-green: #5be212;
  --color-yellow-green: #b7eb34;
  --color-olive-green: #5c9a31;
  --color-white: #ffffff;
  --color-pale-lime: #f2f9d4;
  --color-dark-olive: #2f3b16;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #1f8e0f;
  --role-link: #1f8e0f;
  --role-btn-primary-bg: #1f8e0f;
  --role-headline: #1f8e0f;
  --role-btn-secondary-bg: #5be212;
  --role-btn-outlined-border: #5be212;
  --role-btn-outlined-text: #5be212;
  --role-bg-dark: #b7eb34;
  --role-icon: #5c9a31;
  --role-border: #5c9a31;
  --role-divider: #5c9a31;
  --role-outline: #5c9a31;
  --role-bg-light: #ffffff;
  --role-btn-primary-text: #ffffff;
  --role-text: #2f3b16;
  --role-btn-secondary-text: #2f3b16;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "grass-green": "#1f8e0f",
    "lime-green": "#5be212",
    "yellow-green": "#b7eb34",
    "olive-green": "#5c9a31",
    "white": "#ffffff",
    "pale-lime": "#f2f9d4",
    "dark-olive": "#2f3b16"
}
Press Space to load new palette