Pastel green to RGB — Color Code

RGB

rgb(176, 255, 157)

Format Value
HEX #b0ff9d
RGB rgb(176, 255, 157)
HSL hsl(108.4, 100%, 80.8%)
CMYK cmyk(31%, 0%, 38.4%, 0%)

What is the RGB code for pastel green?

The CSS color pastel green in RGB format is rgb(176, 255, 157). Use this value directly in CSS, SVG, and most design tools.

How do I use pastel green in CSS?

To apply pastel green in CSS:

  • Text color: color: rgb(176, 255, 157);
  • Background: background-color: rgb(176, 255, 157);
  • Border: border-color: rgb(176, 255, 157);

What are all the color format values for pastel green?

FormatValue
HEX#b0ff9d
RGBrgb(176, 255, 157)
HSLhsl(108.4, 100%, 80.8%)
CMYKcmyk(31%, 0%, 38.4%, 0%)

How do I convert pastel green to RGB?

Select pastel green from the color name list in our color converter. The RGB value — rgb(176, 255, 157) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pastel green belong to?

pastel green belongs to the green color family. It is a light, vivid color with HSL values: hue 108.4°, saturation 100%, lightness 80.8%.

How do I create lighter and darker shades of pastel green?

Lighter variant (lightness 95%): #eaffe5. Darker variant (lightness 65.8%): #72ff51. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.