Shades of Lime Green #32CD36
Tints of Lime Green #32CD36
RGB
CMYK
RGB Variations
Color information
#32CD36 (or 0x32CD36) is known color: Lime Green. HEX triplet: 32, CD and 36. RGB value is (50,205,54). Sum of RGB (Red+Green+Blue) = 50+205+54=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 205 (80.47% from 255 or 66.34% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD36 is #CD32C9. Grayscale: #8D8D8D. Windows color (decimal): -13447882 or 3591474. OLE color: 3591474.
HSL color Cylindrical-coordinate representation of color #32CD36: hue angle of 121.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD36 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 54 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.20 |
| HSL | 121.55º | 0.61% | 0.5% | - |
| HSV(B) | 121.55º | 0.76% | 0.8% | - |
| XYZ | 23.81 | 44.61 | 10.85 | - |
| YUV | 141.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 54 | 0.76 | 0 | 0.74 | 0.20 | 121.55 | 0.61 | 0.5 |
| Hex | 32 | CD | 36 | 4C | 0 | 4A | 14 | 7A | 3D | 32 |
| Octal | 62 | 315 | 66 | 114 | 0 | 112 | 24 | 172 | 75 | 62 |
| Binary | 110010 | 11001101 | 110110 | 1001100 | 0 | 1001010 | 10100 | 1111010 | 111101 | 110010 |
Color Harmonies of #32CD36
Complementary color
Monochromatic Colors of #32CD36
Black with #32CD36
Text Example
Text Example
White with #32CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD36; }
p { color: rgb(50,205,54); }
H1.HeaderClassName
{
color: #32CD36;
}
.AnyTagClassName
{
color: #32CD36;
}
</style>
background-color css
<style>
a { background-color: #32CD36; }
a { background-color: rgb(50,205,54); }
div.DivClassName
{
background-color: #32CD36;
}
.BgClassName
{
background-color: #32CD36;
}
</style>
border-color css
<style>
span { border-color: #32CD36; }
span { border-color: rgb(50,205,54); }
td.TdClassName
{
border-color: #32CD36;
}
.TagClassName
{
border-color: #32CD36;
}
</style>