Skip to main content

Pastel Green

#2ED66C

Pastel Green is a cool medium color with the hex code #2ED66C. This vibrant hue can be represented as RGB 46, 214, 108 in digital design or CMYK 79%, 0%, 50%, 16% for print applications. Find matching Pantone color.

Pastel Green color values

HEX
#2ED66C
RGB
46, 214, 108
HSL
142°, 67%, 51%
CMYK
79, 0, 50, 16

About this color

Pastel Green sits at 142° on the color wheel with 67% saturation and 51% lightness, placing it in the green segment of the spectrum. At 67% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Pastel Green is rendered as rgb(46, 214, 108), where the green channel leads at 214, producing a distinctly green-dominant tone. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Pastel Green translates to a CMYK breakdown of 79C 0M 50Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its cyan ink content (79%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Pastel Green

CSS Variable

:root {
  --brand-primary: #2ED66C;
  --brand-primary-rgb: 46, 214, 108;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#2ED66C',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 79%
M: 0%
Y: 50%
K: 16%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(46, 214, 108)
rgba(46, 214, 108, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #2ED66C?
#2ED66C is Pastel Green, a cool medium color with RGB values of 46, 214, 108. It has a hue of 142°, 67% saturation, and 51% lightness in the HSL color space.
What is the RGB value of #2ED66C?
The RGB color code for #2ED66C is rgb(46, 214, 108). This means it contains 46 red, 214 green, and 108 blue in the RGB color model.
Is Pastel Green a warm or cool color?
Pastel Green (#2ED66C) is a cool color with a hue between 120-300° on the color wheel.
How do I use #2ED66C in CSS?
You can use #2ED66C in CSS with: background-color: #2ED66C; or color: #2ED66C; or as an RGB value: rgb(46, 214, 108). For print design, use CMYK: 79%, 0%, 50%, 16%.