Shades of Lime Green #36CA32
Tints of Lime Green #36CA32
RGB
CMYK
RGB Variations
Color information
#36CA32 (or 0x36CA32) is known color: Lime Green. HEX triplet: 36, CA and 32. RGB value is (54,202,50). Sum of RGB (Red+Green+Blue) = 54+202+50=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CA32 is #C935CD. Grayscale: #8C8C8C. Windows color (decimal): -13186510 or 3328566. OLE color: 3328566.
HSL color Cylindrical-coordinate representation of color #36CA32: hue angle of 118.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CA32 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 50 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.21 |
| HSL | 118.42º | 0.6% | 0.49% | - |
| HSV(B) | 118.42º | 0.75% | 0.79% | - |
| XYZ | 23.22 | 43.26 | 10.14 | - |
| YUV | 140.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 50 | 0.73 | 0 | 0.75 | 0.21 | 118.42 | 0.6 | 0.49 |
| Hex | 36 | CA | 32 | 49 | 0 | 4B | 15 | 76 | 3C | 31 |
| Octal | 66 | 312 | 62 | 111 | 0 | 113 | 25 | 166 | 74 | 61 |
| Binary | 110110 | 11001010 | 110010 | 1001001 | 0 | 1001011 | 10101 | 1110110 | 111100 | 110001 |
Color Harmonies of #36CA32
Complementary color
Monochromatic Colors of #36CA32
Black with #36CA32
Text Example
Text Example
White with #36CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA32; }
p { color: rgb(54,202,50); }
H1.HeaderClassName
{
color: #36CA32;
}
.AnyTagClassName
{
color: #36CA32;
}
</style>
background-color css
<style>
a { background-color: #36CA32; }
a { background-color: rgb(54,202,50); }
div.DivClassName
{
background-color: #36CA32;
}
.BgClassName
{
background-color: #36CA32;
}
</style>
border-color css
<style>
span { border-color: #36CA32; }
span { border-color: rgb(54,202,50); }
td.TdClassName
{
border-color: #36CA32;
}
.TagClassName
{
border-color: #36CA32;
}
</style>