What is the RGB code for bright lime?
The CSS color bright lime in RGB format is rgb(135, 253, 5). Use this value directly in CSS, SVG, and most design tools.
How do I use bright lime in CSS?
To apply bright lime in CSS:
- Text color: color: rgb(135, 253, 5);
- Background: background-color: rgb(135, 253, 5);
- Border: border-color: rgb(135, 253, 5);
What are all the color format values for bright lime?
| Format | Value |
|---|---|
| HEX | #87fd05 |
| RGB | rgb(135, 253, 5) |
| HSL | hsl(88.5, 98.4%, 50.6%) |
| CMYK | cmyk(46.6%, 0%, 98%, 0.8%) |
How do I convert bright lime to RGB?
Select bright lime from the color name list in our color converter. The RGB value — rgb(135, 253, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright lime belong to?
bright lime belongs to the green color family. It is a medium, vivid color with HSL values: hue 88.5°, saturation 98.4%, lightness 50.6%.
How do I create lighter and darker shades of bright lime?
Lighter variant (lightness 65.6%): #acfe51. Darker variant (lightness 35.6%): #5fb401. 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.