Shades of Lime Green #36DD55
Tints of Lime Green #36DD55
RGB
CMYK
RGB Variations
Color information
#36DD55 (or 0x36DD55) is known color: Lime Green. HEX triplet: 36, DD and 55. RGB value is (54,221,85). Sum of RGB (Red+Green+Blue) = 54+221+85=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #36DD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DD55 is #C922AA. Grayscale: #9B9B9B. Windows color (decimal): -13181611 or 5627190. OLE color: 5627190.
HSL color Cylindrical-coordinate representation of color #36DD55: hue angle of 131.14º 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 #36DD55 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 221 | 85 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.13 |
| HSL | 131.14º | 0.71% | 0.54% | - |
| HSV(B) | 131.14º | 0.76% | 0.87% | - |
| XYZ | 29.02 | 53.15 | 17.32 | - |
| YUV | 155.56 | 88.17 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 221 | 85 | 0.76 | 0 | 0.62 | 0.13 | 131.14 | 0.71 | 0.54 |
| Hex | 36 | DD | 55 | 4C | 0 | 3E | D | 83 | 47 | 36 |
| Octal | 66 | 335 | 125 | 114 | 0 | 76 | 15 | 203 | 107 | 66 |
| Binary | 110110 | 11011101 | 1010101 | 1001100 | 0 | 111110 | 1101 | 10000011 | 1000111 | 110110 |
Color Harmonies of #36DD55
Complementary color
Monochromatic Colors of #36DD55
Black with #36DD55
Text Example
Text Example
White with #36DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DD55; }
p { color: rgb(54,221,85); }
H1.HeaderClassName
{
color: #36DD55;
}
.AnyTagClassName
{
color: #36DD55;
}
</style>
background-color css
<style>
a { background-color: #36DD55; }
a { background-color: rgb(54,221,85); }
div.DivClassName
{
background-color: #36DD55;
}
.BgClassName
{
background-color: #36DD55;
}
</style>
border-color css
<style>
span { border-color: #36DD55; }
span { border-color: rgb(54,221,85); }
td.TdClassName
{
border-color: #36DD55;
}
.TagClassName
{
border-color: #36DD55;
}
</style>