Shades of Lime Green #36AF32
Tints of Lime Green #36AF32
RGB
CMYK
RGB Variations
Color information
#36AF32 (or 0x36AF32) is known color: Lime Green. HEX triplet: 36, AF and 32. RGB value is (54,175,50). Sum of RGB (Red+Green+Blue) = 54+175+50=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #36AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AF32 is #C950CD. Grayscale: #7C7C7C. Windows color (decimal): -13193422 or 3321654. OLE color: 3321654.
HSL color Cylindrical-coordinate representation of color #36AF32: hue angle of 118.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36AF32 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 175 | 50 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.31 |
| HSL | 118.08º | 0.56% | 0.44% | - |
| HSV(B) | 118.08º | 0.71% | 0.69% | - |
| XYZ | 17.43 | 31.67 | 8.21 | - |
| YUV | 124.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 50 | 0.69 | 0 | 0.71 | 0.31 | 118.08 | 0.56 | 0.44 |
| Hex | 36 | AF | 32 | 45 | 0 | 47 | 1F | 76 | 38 | 2C |
| Octal | 66 | 257 | 62 | 105 | 0 | 107 | 37 | 166 | 70 | 54 |
| Binary | 110110 | 10101111 | 110010 | 1000101 | 0 | 1000111 | 11111 | 1110110 | 111000 | 101100 |
Color Harmonies of #36AF32
Complementary color
Monochromatic Colors of #36AF32
Black with #36AF32
Text Example
Text Example
White with #36AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AF32; }
p { color: rgb(54,175,50); }
H1.HeaderClassName
{
color: #36AF32;
}
.AnyTagClassName
{
color: #36AF32;
}
</style>
background-color css
<style>
a { background-color: #36AF32; }
a { background-color: rgb(54,175,50); }
div.DivClassName
{
background-color: #36AF32;
}
.BgClassName
{
background-color: #36AF32;
}
</style>
border-color css
<style>
span { border-color: #36AF32; }
span { border-color: rgb(54,175,50); }
td.TdClassName
{
border-color: #36AF32;
}
.TagClassName
{
border-color: #36AF32;
}
</style>