Shades of Lime Green #32CE52
Tints of Lime Green #32CE52
RGB
CMYK
RGB Variations
Color information
#32CE52 (or 0x32CE52) is known color: Lime Green. HEX triplet: 32, CE and 52. RGB value is (50,206,82). Sum of RGB (Red+Green+Blue) = 50+206+82=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE52 is #CD31AD. Grayscale: #919191. Windows color (decimal): -13447598 or 5426738. OLE color: 5426738.
HSL color Cylindrical-coordinate representation of color #32CE52: hue angle of 132.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE52 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 82 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.19 |
| HSL | 132.31º | 0.61% | 0.5% | - |
| HSV(B) | 132.31º | 0.76% | 0.81% | - |
| XYZ | 24.91 | 45.43 | 15.44 | - |
| YUV | 145.22 | 92.32 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 82 | 0.76 | 0 | 0.60 | 0.19 | 132.31 | 0.61 | 0.5 |
| Hex | 32 | CE | 52 | 4C | 0 | 3C | 13 | 84 | 3D | 32 |
| Octal | 62 | 316 | 122 | 114 | 0 | 74 | 23 | 204 | 75 | 62 |
| Binary | 110010 | 11001110 | 1010010 | 1001100 | 0 | 111100 | 10011 | 10000100 | 111101 | 110010 |
Color Harmonies of #32CE52
Complementary color
Monochromatic Colors of #32CE52
Black with #32CE52
Text Example
Text Example
White with #32CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE52; }
p { color: rgb(50,206,82); }
H1.HeaderClassName
{
color: #32CE52;
}
.AnyTagClassName
{
color: #32CE52;
}
</style>
background-color css
<style>
a { background-color: #32CE52; }
a { background-color: rgb(50,206,82); }
div.DivClassName
{
background-color: #32CE52;
}
.BgClassName
{
background-color: #32CE52;
}
</style>
border-color css
<style>
span { border-color: #32CE52; }
span { border-color: rgb(50,206,82); }
td.TdClassName
{
border-color: #32CE52;
}
.TagClassName
{
border-color: #32CE52;
}
</style>