Shades of Lime Green #36D655
Tints of Lime Green #36D655
RGB
CMYK
RGB Variations
Color information
#36D655 (or 0x36D655) is known color: Lime Green. HEX triplet: 36, D6 and 55. RGB value is (54,214,85). Sum of RGB (Red+Green+Blue) = 54+214+85=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #36D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D655 is #C929AA. Grayscale: #979797. Windows color (decimal): -13183403 or 5625398. OLE color: 5625398.
HSL color Cylindrical-coordinate representation of color #36D655: hue angle of 131.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D655 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 85 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.16 |
| HSL | 131.63º | 0.66% | 0.53% | - |
| HSV(B) | 131.63º | 0.75% | 0.84% | - |
| XYZ | 27.21 | 49.53 | 16.72 | - |
| YUV | 151.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 85 | 0.75 | 0 | 0.60 | 0.16 | 131.63 | 0.66 | 0.53 |
| Hex | 36 | D6 | 55 | 4B | 0 | 3C | 10 | 84 | 42 | 35 |
| Octal | 66 | 326 | 125 | 113 | 0 | 74 | 20 | 204 | 102 | 65 |
| Binary | 110110 | 11010110 | 1010101 | 1001011 | 0 | 111100 | 10000 | 10000100 | 1000010 | 110101 |
Color Harmonies of #36D655
Complementary color
Monochromatic Colors of #36D655
Black with #36D655
Text Example
Text Example
White with #36D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D655; }
p { color: rgb(54,214,85); }
H1.HeaderClassName
{
color: #36D655;
}
.AnyTagClassName
{
color: #36D655;
}
</style>
background-color css
<style>
a { background-color: #36D655; }
a { background-color: rgb(54,214,85); }
div.DivClassName
{
background-color: #36D655;
}
.BgClassName
{
background-color: #36D655;
}
</style>
border-color css
<style>
span { border-color: #36D655; }
span { border-color: rgb(54,214,85); }
td.TdClassName
{
border-color: #36D655;
}
.TagClassName
{
border-color: #36D655;
}
</style>