Shades of Lime Green #36C232
Tints of Lime Green #36C232
RGB
CMYK
RGB Variations
Color information
#36C232 (or 0x36C232) is known color: Lime Green. HEX triplet: 36, C2 and 32. RGB value is (54,194,50). Sum of RGB (Red+Green+Blue) = 54+194+50=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #36C232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C232 is #C93DCD. Grayscale: #888888. Windows color (decimal): -13188558 or 3326518. OLE color: 3326518.
HSL color Cylindrical-coordinate representation of color #36C232: hue angle of 118.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36C232 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 50 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.24 |
| HSL | 118.33º | 0.59% | 0.48% | - |
| HSV(B) | 118.33º | 0.74% | 0.76% | - |
| XYZ | 21.39 | 39.6 | 9.53 | - |
| YUV | 135.72 | 79.62 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 50 | 0.72 | 0 | 0.74 | 0.24 | 118.33 | 0.59 | 0.48 |
| Hex | 36 | C2 | 32 | 48 | 0 | 4A | 18 | 76 | 3B | 30 |
| Octal | 66 | 302 | 62 | 110 | 0 | 112 | 30 | 166 | 73 | 60 |
| Binary | 110110 | 11000010 | 110010 | 1001000 | 0 | 1001010 | 11000 | 1110110 | 111011 | 110000 |
Color Harmonies of #36C232
Complementary color
Monochromatic Colors of #36C232
Black with #36C232
Text Example
Text Example
White with #36C232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C232; }
p { color: rgb(54,194,50); }
H1.HeaderClassName
{
color: #36C232;
}
.AnyTagClassName
{
color: #36C232;
}
</style>
background-color css
<style>
a { background-color: #36C232; }
a { background-color: rgb(54,194,50); }
div.DivClassName
{
background-color: #36C232;
}
.BgClassName
{
background-color: #36C232;
}
</style>
border-color css
<style>
span { border-color: #36C232; }
span { border-color: rgb(54,194,50); }
td.TdClassName
{
border-color: #36C232;
}
.TagClassName
{
border-color: #36C232;
}
</style>