What is the RGB code for dark lime?
The CSS color dark lime in RGB format is rgb(132, 183, 1). Use this value directly in CSS, SVG, and most design tools.
How do I use dark lime in CSS?
To apply dark lime in CSS:
- Text color: color: rgb(132, 183, 1);
- Background: background-color: rgb(132, 183, 1);
- Border: border-color: rgb(132, 183, 1);
What are all the color format values for dark lime?
| Format | Value |
|---|---|
| HEX | #84b701 |
| RGB | rgb(132, 183, 1) |
| HSL | hsl(76.8, 98.9%, 36.1%) |
| CMYK | cmyk(27.9%, 0%, 99.5%, 28.2%) |
How do I convert dark lime to RGB?
Select dark lime from the color name list in our color converter. The RGB value — rgb(132, 183, 1) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark lime belong to?
dark lime belongs to the green color family. It is a medium, vivid color with HSL values: hue 76.8°, saturation 98.9%, lightness 36.1%.
How do I create lighter and darker shades of dark lime?
Lighter variant (lightness 51.1%): #b9fe07. Darker variant (lightness 21.1%): #4d6b01. 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.