Shades of Lime Green #32CD52
Tints of Lime Green #32CD52
RGB
CMYK
RGB Variations
Color information
#32CD52 (or 0x32CD52) is known color: Lime Green. HEX triplet: 32, CD and 52. RGB value is (50,205,82). Sum of RGB (Red+Green+Blue) = 50+205+82=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD52 is #CD32AD. Grayscale: #909090. Windows color (decimal): -13447854 or 5426482. OLE color: 5426482.
HSL color Cylindrical-coordinate representation of color #32CD52: hue angle of 132.39º 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 #32CD52 is Cyan = 0.76, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 82 | - |
| CMYK | 0.76 | 0 | 0.6 | 0.20 |
| HSL | 132.39º | 0.61% | 0.5% | - |
| HSV(B) | 132.39º | 0.76% | 0.8% | - |
| XYZ | 24.67 | 44.95 | 15.36 | - |
| YUV | 144.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 82 | 0.76 | 0 | 0.6 | 0.20 | 132.39 | 0.61 | 0.5 |
| Hex | 32 | CD | 52 | 4C | 0 | 3C | 14 | 84 | 3D | 32 |
| Octal | 62 | 315 | 122 | 114 | 0 | 74 | 24 | 204 | 75 | 62 |
| Binary | 110010 | 11001101 | 1010010 | 1001100 | 0 | 111100 | 10100 | 10000100 | 111101 | 110010 |
Color Harmonies of #32CD52
Complementary color
Monochromatic Colors of #32CD52
Black with #32CD52
Text Example
Text Example
White with #32CD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD52; }
p { color: rgb(50,205,82); }
H1.HeaderClassName
{
color: #32CD52;
}
.AnyTagClassName
{
color: #32CD52;
}
</style>
background-color css
<style>
a { background-color: #32CD52; }
a { background-color: rgb(50,205,82); }
div.DivClassName
{
background-color: #32CD52;
}
.BgClassName
{
background-color: #32CD52;
}
</style>
border-color css
<style>
span { border-color: #32CD52; }
span { border-color: rgb(50,205,82); }
td.TdClassName
{
border-color: #32CD52;
}
.TagClassName
{
border-color: #32CD52;
}
</style>