Shades of Lime Green #36DD54
Tints of Lime Green #36DD54
RGB
CMYK
RGB Variations
Color information
#36DD54 (or 0x36DD54) is known color: Lime Green. HEX triplet: 36, DD and 54. RGB value is (54,221,84). Sum of RGB (Red+Green+Blue) = 54+221+84=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DD54 is #C922AB. Grayscale: #9B9B9B. Windows color (decimal): -13181612 or 5561654. OLE color: 5561654.
HSL color Cylindrical-coordinate representation of color #36DD54: hue angle of 130.78º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DD54 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 84 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.13 |
| HSL | 130.78º | 0.71% | 0.54% | - |
| HSV(B) | 130.78º | 0.76% | 0.87% | - |
| XYZ | 28.98 | 53.14 | 17.12 | - |
| YUV | 155.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 84 | 0.76 | 0 | 0.62 | 0.13 | 130.78 | 0.71 | 0.54 |
| Hex | 36 | DD | 54 | 4C | 0 | 3E | D | 83 | 47 | 36 |
| Octal | 66 | 335 | 124 | 114 | 0 | 76 | 15 | 203 | 107 | 66 |
| Binary | 110110 | 11011101 | 1010100 | 1001100 | 0 | 111110 | 1101 | 10000011 | 1000111 | 110110 |
Color Harmonies of #36DD54
Complementary color
Monochromatic Colors of #36DD54
Black with #36DD54
Text Example
Text Example
White with #36DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DD54; }
p { color: rgb(54,221,84); }
H1.HeaderClassName
{
color: #36DD54;
}
.AnyTagClassName
{
color: #36DD54;
}
</style>
background-color css
<style>
a { background-color: #36DD54; }
a { background-color: rgb(54,221,84); }
div.DivClassName
{
background-color: #36DD54;
}
.BgClassName
{
background-color: #36DD54;
}
</style>
border-color css
<style>
span { border-color: #36DD54; }
span { border-color: rgb(54,221,84); }
td.TdClassName
{
border-color: #36DD54;
}
.TagClassName
{
border-color: #36DD54;
}
</style>