Shades of Lime Green #32CC48
Tints of Lime Green #32CC48
RGB
CMYK
RGB Variations
Color information
#32CC48 (or 0x32CC48) is known color: Lime Green. HEX triplet: 32, CC and 48. RGB value is (50,204,72). Sum of RGB (Red+Green+Blue) = 50+204+72=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC48 is #CD33B7. Grayscale: #8F8F8F. Windows color (decimal): -13448120 or 4770866. OLE color: 4770866.
HSL color Cylindrical-coordinate representation of color #32CC48: hue angle of 128.57º 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 #32CC48 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 72 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.2 |
| HSL | 128.57º | 0.61% | 0.5% | - |
| HSV(B) | 128.57º | 0.75% | 0.8% | - |
| XYZ | 24.08 | 44.33 | 13.42 | - |
| YUV | 142.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 72 | 0.75 | 0 | 0.65 | 0.2 | 128.57 | 0.61 | 0.5 |
| Hex | 32 | CC | 48 | 4B | 0 | 41 | 14 | 81 | 3D | 32 |
| Octal | 62 | 314 | 110 | 113 | 0 | 101 | 24 | 201 | 75 | 62 |
| Binary | 110010 | 11001100 | 1001000 | 1001011 | 0 | 1000001 | 10100 | 10000001 | 111101 | 110010 |
Color Harmonies of #32CC48
Complementary color
Monochromatic Colors of #32CC48
Black with #32CC48
Text Example
Text Example
White with #32CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC48; }
p { color: rgb(50,204,72); }
H1.HeaderClassName
{
color: #32CC48;
}
.AnyTagClassName
{
color: #32CC48;
}
</style>
background-color css
<style>
a { background-color: #32CC48; }
a { background-color: rgb(50,204,72); }
div.DivClassName
{
background-color: #32CC48;
}
.BgClassName
{
background-color: #32CC48;
}
</style>
border-color css
<style>
span { border-color: #32CC48; }
span { border-color: rgb(50,204,72); }
td.TdClassName
{
border-color: #32CC48;
}
.TagClassName
{
border-color: #32CC48;
}
</style>