Shades of Lime Green #32CC35
Tints of Lime Green #32CC35
RGB
CMYK
RGB Variations
Color information
#32CC35 (or 0x32CC35) is known color: Lime Green. HEX triplet: 32, CC and 35. RGB value is (50,204,53). Sum of RGB (Red+Green+Blue) = 50+204+53=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC35 is #CD33CA. Grayscale: #8D8D8D. Windows color (decimal): -13448139 or 3525682. OLE color: 3525682.
HSL color Cylindrical-coordinate representation of color #32CC35: hue angle of 121.17º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC35 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 53 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.2 |
| HSL | 121.17º | 0.61% | 0.5% | - |
| HSV(B) | 121.17º | 0.75% | 0.8% | - |
| XYZ | 23.55 | 44.12 | 10.64 | - |
| YUV | 140.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 53 | 0.75 | 0 | 0.74 | 0.2 | 121.17 | 0.61 | 0.5 |
| Hex | 32 | CC | 35 | 4B | 0 | 4A | 14 | 79 | 3D | 32 |
| Octal | 62 | 314 | 65 | 113 | 0 | 112 | 24 | 171 | 75 | 62 |
| Binary | 110010 | 11001100 | 110101 | 1001011 | 0 | 1001010 | 10100 | 1111001 | 111101 | 110010 |
Color Harmonies of #32CC35
Complementary color
Monochromatic Colors of #32CC35
Black with #32CC35
Text Example
Text Example
White with #32CC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC35; }
p { color: rgb(50,204,53); }
H1.HeaderClassName
{
color: #32CC35;
}
.AnyTagClassName
{
color: #32CC35;
}
</style>
background-color css
<style>
a { background-color: #32CC35; }
a { background-color: rgb(50,204,53); }
div.DivClassName
{
background-color: #32CC35;
}
.BgClassName
{
background-color: #32CC35;
}
</style>
border-color css
<style>
span { border-color: #32CC35; }
span { border-color: rgb(50,204,53); }
td.TdClassName
{
border-color: #32CC35;
}
.TagClassName
{
border-color: #32CC35;
}
</style>