Shades of Lime Green #36CF55
Tints of Lime Green #36CF55
RGB
CMYK
RGB Variations
Color information
#36CF55 (or 0x36CF55) is known color: Lime Green. HEX triplet: 36, CF and 55. RGB value is (54,207,85). Sum of RGB (Red+Green+Blue) = 54+207+85=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36CF55 is #C930AA. Grayscale: #939393. Windows color (decimal): -13185195 or 5623606. OLE color: 5623606.
HSL color Cylindrical-coordinate representation of color #36CF55: hue angle of 132.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CF55 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 85 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.19 |
| HSL | 132.16º | 0.61% | 0.51% | - |
| HSV(B) | 132.16º | 0.74% | 0.81% | - |
| XYZ | 25.47 | 46.07 | 16.14 | - |
| YUV | 147.35 | 92.81 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 85 | 0.74 | 0 | 0.59 | 0.19 | 132.16 | 0.61 | 0.51 |
| Hex | 36 | CF | 55 | 4A | 0 | 3B | 13 | 84 | 3D | 33 |
| Octal | 66 | 317 | 125 | 112 | 0 | 73 | 23 | 204 | 75 | 63 |
| Binary | 110110 | 11001111 | 1010101 | 1001010 | 0 | 111011 | 10011 | 10000100 | 111101 | 110011 |
Color Harmonies of #36CF55
Complementary color
Monochromatic Colors of #36CF55
Black with #36CF55
Text Example
Text Example
White with #36CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF55; }
p { color: rgb(54,207,85); }
H1.HeaderClassName
{
color: #36CF55;
}
.AnyTagClassName
{
color: #36CF55;
}
</style>
background-color css
<style>
a { background-color: #36CF55; }
a { background-color: rgb(54,207,85); }
div.DivClassName
{
background-color: #36CF55;
}
.BgClassName
{
background-color: #36CF55;
}
</style>
border-color css
<style>
span { border-color: #36CF55; }
span { border-color: rgb(54,207,85); }
td.TdClassName
{
border-color: #36CF55;
}
.TagClassName
{
border-color: #36CF55;
}
</style>