Shades of Lime Green #36C329
Tints of Lime Green #36C329
RGB
CMYK
RGB Variations
Color information
#36C329 (or 0x36C329) is known color: Lime Green. HEX triplet: 36, C3 and 29. RGB value is (54,195,41). Sum of RGB (Red+Green+Blue) = 54+195+41=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #36C329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C329 is #C93CD6. Grayscale: #878787. Windows color (decimal): -13188311 or 2736950. OLE color: 2736950.
HSL color Cylindrical-coordinate representation of color #36C329: hue angle of 114.94º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36C329 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 41 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.24 |
| HSL | 114.94º | 0.65% | 0.46% | - |
| HSV(B) | 114.94º | 0.79% | 0.76% | - |
| XYZ | 21.44 | 39.97 | 8.68 | - |
| YUV | 135.29 | 74.79 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 41 | 0.72 | 0 | 0.79 | 0.24 | 114.94 | 0.65 | 0.46 |
| Hex | 36 | C3 | 29 | 48 | 0 | 4F | 18 | 73 | 41 | 2E |
| Octal | 66 | 303 | 51 | 110 | 0 | 117 | 30 | 163 | 101 | 56 |
| Binary | 110110 | 11000011 | 101001 | 1001000 | 0 | 1001111 | 11000 | 1110011 | 1000001 | 101110 |
Color Harmonies of #36C329
Complementary color
Monochromatic Colors of #36C329
Black with #36C329
Text Example
Text Example
White with #36C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C329; }
p { color: rgb(54,195,41); }
H1.HeaderClassName
{
color: #36C329;
}
.AnyTagClassName
{
color: #36C329;
}
</style>
background-color css
<style>
a { background-color: #36C329; }
a { background-color: rgb(54,195,41); }
div.DivClassName
{
background-color: #36C329;
}
.BgClassName
{
background-color: #36C329;
}
</style>
border-color css
<style>
span { border-color: #36C329; }
span { border-color: rgb(54,195,41); }
td.TdClassName
{
border-color: #36C329;
}
.TagClassName
{
border-color: #36C329;
}
</style>