Shades of Lime Green #36A832
Tints of Lime Green #36A832
RGB
CMYK
RGB Variations
Color information
#36A832 (or 0x36A832) is known color: Lime Green. HEX triplet: 36, A8 and 32. RGB value is (54,168,50). Sum of RGB (Red+Green+Blue) = 54+168+50=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #36A832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A832 is #C957CD. Grayscale: #787878. Windows color (decimal): -13195214 or 3319862. OLE color: 3319862.
HSL color Cylindrical-coordinate representation of color #36A832: hue angle of 117.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36A832 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 168 | 50 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.34 |
| HSL | 117.97º | 0.54% | 0.43% | - |
| HSV(B) | 117.97º | 0.7% | 0.66% | - |
| XYZ | 16.1 | 29.02 | 7.77 | - |
| YUV | 120.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 50 | 0.68 | 0 | 0.70 | 0.34 | 117.97 | 0.54 | 0.43 |
| Hex | 36 | A8 | 32 | 44 | 0 | 46 | 22 | 76 | 36 | 2B |
| Octal | 66 | 250 | 62 | 104 | 0 | 106 | 42 | 166 | 66 | 53 |
| Binary | 110110 | 10101000 | 110010 | 1000100 | 0 | 1000110 | 100010 | 1110110 | 110110 | 101011 |
Color Harmonies of #36A832
Complementary color
Monochromatic Colors of #36A832
Black with #36A832
Text Example
Text Example
White with #36A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A832; }
p { color: rgb(54,168,50); }
H1.HeaderClassName
{
color: #36A832;
}
.AnyTagClassName
{
color: #36A832;
}
</style>
background-color css
<style>
a { background-color: #36A832; }
a { background-color: rgb(54,168,50); }
div.DivClassName
{
background-color: #36A832;
}
.BgClassName
{
background-color: #36A832;
}
</style>
border-color css
<style>
span { border-color: #36A832; }
span { border-color: rgb(54,168,50); }
td.TdClassName
{
border-color: #36A832;
}
.TagClassName
{
border-color: #36A832;
}
</style>