Light bluish green to RGB — Color Code

RGB

rgb(118, 253, 168)

Format Value
HEX #76fda8
RGB rgb(118, 253, 168)
HSL hsl(142.2, 97.1%, 72.7%)
CMYK cmyk(53.4%, 0%, 33.6%, 0.8%)

What is the RGB code for light bluish green?

The CSS color light bluish green in RGB format is rgb(118, 253, 168). Use this value directly in CSS, SVG, and most design tools.

How do I use light bluish green in CSS?

To apply light bluish green in CSS:

  • Text color: color: rgb(118, 253, 168);
  • Background: background-color: rgb(118, 253, 168);
  • Border: border-color: rgb(118, 253, 168);

What are all the color format values for light bluish green?

FormatValue
HEX#76fda8
RGBrgb(118, 253, 168)
HSLhsl(142.2, 97.1%, 72.7%)
CMYKcmyk(53.4%, 0%, 33.6%, 0.8%)

How do I convert light bluish green to RGB?

Select light bluish green from the color name list in our color converter. The RGB value — rgb(118, 253, 168) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light bluish green belong to?

light bluish green belongs to the green color family. It is a light, vivid color with HSL values: hue 142.2°, saturation 97.1%, lightness 72.7%.

How do I create lighter and darker shades of light bluish green?

Lighter variant (lightness 87.7%): #c1fed8. Darker variant (lightness 57.7%): #2afc78. 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.