Shades of Lime Green #32CC54
Tints of Lime Green #32CC54
RGB
CMYK
RGB Variations
Color information
#32CC54 (or 0x32CC54) is known color: Lime Green. HEX triplet: 32, CC and 54. RGB value is (50,204,84). Sum of RGB (Red+Green+Blue) = 50+204+84=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC54 is #CD33AB. Grayscale: #909090. Windows color (decimal): -13448108 or 5557298. OLE color: 5557298.
HSL color Cylindrical-coordinate representation of color #32CC54: hue angle of 133.25º 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 #32CC54 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 84 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.2 |
| HSL | 133.25º | 0.61% | 0.5% | - |
| HSV(B) | 133.25º | 0.75% | 0.8% | - |
| XYZ | 24.51 | 44.5 | 15.69 | - |
| YUV | 144.27 | 93.98 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 84 | 0.75 | 0 | 0.59 | 0.2 | 133.25 | 0.61 | 0.5 |
| Hex | 32 | CC | 54 | 4B | 0 | 3B | 14 | 85 | 3D | 32 |
| Octal | 62 | 314 | 124 | 113 | 0 | 73 | 24 | 205 | 75 | 62 |
| Binary | 110010 | 11001100 | 1010100 | 1001011 | 0 | 111011 | 10100 | 10000101 | 111101 | 110010 |
Color Harmonies of #32CC54
Complementary color
Monochromatic Colors of #32CC54
Black with #32CC54
Text Example
Text Example
White with #32CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC54; }
p { color: rgb(50,204,84); }
H1.HeaderClassName
{
color: #32CC54;
}
.AnyTagClassName
{
color: #32CC54;
}
</style>
background-color css
<style>
a { background-color: #32CC54; }
a { background-color: rgb(50,204,84); }
div.DivClassName
{
background-color: #32CC54;
}
.BgClassName
{
background-color: #32CC54;
}
</style>
border-color css
<style>
span { border-color: #32CC54; }
span { border-color: rgb(50,204,84); }
td.TdClassName
{
border-color: #32CC54;
}
.TagClassName
{
border-color: #32CC54;
}
</style>