Bright lime green to RGB — Color Code

RGB

rgb(101, 254, 8)

Format Value
HEX #65fe08
RGB rgb(101, 254, 8)
HSL hsl(97.3, 99.2%, 51.4%)
CMYK cmyk(60.2%, 0%, 96.9%, 0.4%)

What is the RGB code for bright lime green?

The CSS color bright lime green in RGB format is rgb(101, 254, 8). Use this value directly in CSS, SVG, and most design tools.

How do I use bright lime green in CSS?

To apply bright lime green in CSS:

  • Text color: color: rgb(101, 254, 8);
  • Background: background-color: rgb(101, 254, 8);
  • Border: border-color: rgb(101, 254, 8);

What are all the color format values for bright lime green?

FormatValue
HEX#65fe08
RGBrgb(101, 254, 8)
HSLhsl(97.3, 99.2%, 51.4%)
CMYKcmyk(60.2%, 0%, 96.9%, 0.4%)

How do I convert bright lime green to RGB?

Select bright lime green from the color name list in our color converter. The RGB value — rgb(101, 254, 8) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bright lime green belong to?

bright lime green belongs to the green color family. It is a medium, vivid color with HSL values: hue 97.3°, saturation 99.2%, lightness 51.4%.

How do I create lighter and darker shades of bright lime green?

Lighter variant (lightness 66.4%): #95fe54. Darker variant (lightness 36.4%): #46b901. 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.