Easter green to RGB — Color Code

RGB

rgb(140, 253, 126)

Format Value
HEX #8cfd7e
RGB rgb(140, 253, 126)
HSL hsl(113.4, 96.9%, 74.3%)
CMYK cmyk(44.7%, 0%, 50.2%, 0.8%)

What is the RGB code for easter green?

The CSS color easter green in RGB format is rgb(140, 253, 126). Use this value directly in CSS, SVG, and most design tools.

How do I use easter green in CSS?

To apply easter green in CSS:

  • Text color: color: rgb(140, 253, 126);
  • Background: background-color: rgb(140, 253, 126);
  • Border: border-color: rgb(140, 253, 126);

What are all the color format values for easter green?

FormatValue
HEX#8cfd7e
RGBrgb(140, 253, 126)
HSLhsl(113.4, 96.9%, 74.3%)
CMYKcmyk(44.7%, 0%, 50.2%, 0.8%)

How do I convert easter green to RGB?

Select easter green from the color name list in our color converter. The RGB value — rgb(140, 253, 126) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does easter green belong to?

easter green belongs to the green color family. It is a light, vivid color with HSL values: hue 113.4°, saturation 96.9%, lightness 74.3%.

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

Lighter variant (lightness 89.3%): #cffec9. Darker variant (lightness 59.3%): #49fc33. 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.