Shades of Lime Green #36D032
Tints of Lime Green #36D032
RGB
CMYK
RGB Variations
Color information
#36D032 (or 0x36D032) is known color: Lime Green. HEX triplet: 36, D0 and 32. RGB value is (54,208,50). Sum of RGB (Red+Green+Blue) = 54+208+50=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #36D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D032 is #C92FCD. Grayscale: #909090. Windows color (decimal): -13184974 or 3330102. OLE color: 3330102.
HSL color Cylindrical-coordinate representation of color #36D032: hue angle of 118.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D032 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 50 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.18 |
| HSL | 118.48º | 0.63% | 0.51% | - |
| HSV(B) | 118.48º | 0.76% | 0.82% | - |
| XYZ | 24.65 | 46.13 | 10.62 | - |
| YUV | 143.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 50 | 0.74 | 0 | 0.76 | 0.18 | 118.48 | 0.63 | 0.51 |
| Hex | 36 | D0 | 32 | 4A | 0 | 4C | 12 | 76 | 3F | 33 |
| Octal | 66 | 320 | 62 | 112 | 0 | 114 | 22 | 166 | 77 | 63 |
| Binary | 110110 | 11010000 | 110010 | 1001010 | 0 | 1001100 | 10010 | 1110110 | 111111 | 110011 |
Color Harmonies of #36D032
Complementary color
Monochromatic Colors of #36D032
Black with #36D032
Text Example
Text Example
White with #36D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D032; }
p { color: rgb(54,208,50); }
H1.HeaderClassName
{
color: #36D032;
}
.AnyTagClassName
{
color: #36D032;
}
</style>
background-color css
<style>
a { background-color: #36D032; }
a { background-color: rgb(54,208,50); }
div.DivClassName
{
background-color: #36D032;
}
.BgClassName
{
background-color: #36D032;
}
</style>
border-color css
<style>
span { border-color: #36D032; }
span { border-color: rgb(54,208,50); }
td.TdClassName
{
border-color: #36D032;
}
.TagClassName
{
border-color: #36D032;
}
</style>