Shades of Lime Green #36C653
Tints of Lime Green #36C653
RGB
CMYK
RGB Variations
Color information
#36C653 (or 0x36C653) is known color: Lime Green. HEX triplet: 36, C6 and 53. RGB value is (54,198,83). Sum of RGB (Red+Green+Blue) = 54+198+83=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #36C653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C653 is #C939AC. Grayscale: #8E8E8E. Windows color (decimal): -13187501 or 5490230. OLE color: 5490230.
HSL color Cylindrical-coordinate representation of color #36C653: hue angle of 132.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C653 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 83 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.22 |
| HSL | 132.08º | 0.57% | 0.49% | - |
| HSV(B) | 132.08º | 0.73% | 0.78% | - |
| XYZ | 23.28 | 41.8 | 15.02 | - |
| YUV | 141.83 | 94.79 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 83 | 0.73 | 0 | 0.58 | 0.22 | 132.08 | 0.57 | 0.49 |
| Hex | 36 | C6 | 53 | 49 | 0 | 3A | 16 | 84 | 39 | 31 |
| Octal | 66 | 306 | 123 | 111 | 0 | 72 | 26 | 204 | 71 | 61 |
| Binary | 110110 | 11000110 | 1010011 | 1001001 | 0 | 111010 | 10110 | 10000100 | 111001 | 110001 |
Color Harmonies of #36C653
Complementary color
Monochromatic Colors of #36C653
Black with #36C653
Text Example
Text Example
White with #36C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C653; }
p { color: rgb(54,198,83); }
H1.HeaderClassName
{
color: #36C653;
}
.AnyTagClassName
{
color: #36C653;
}
</style>
background-color css
<style>
a { background-color: #36C653; }
a { background-color: rgb(54,198,83); }
div.DivClassName
{
background-color: #36C653;
}
.BgClassName
{
background-color: #36C653;
}
</style>
border-color css
<style>
span { border-color: #36C653; }
span { border-color: rgb(54,198,83); }
td.TdClassName
{
border-color: #36C653;
}
.TagClassName
{
border-color: #36C653;
}
</style>