Shades of Lime Green #32C533
Tints of Lime Green #32C533
RGB
CMYK
RGB Variations
Color information
#32C533 (or 0x32C533) is known color: Lime Green. HEX triplet: 32, C5 and 33. RGB value is (50,197,51). Sum of RGB (Red+Green+Blue) = 50+197+51=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #32C533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C533 is #CD3ACC. Grayscale: #888888. Windows color (decimal): -13449933 or 3392818. OLE color: 3392818.
HSL color Cylindrical-coordinate representation of color #32C533: hue angle of 120.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C533 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 51 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.23 |
| HSL | 120.41º | 0.6% | 0.48% | - |
| HSV(B) | 120.41º | 0.75% | 0.77% | - |
| XYZ | 21.88 | 40.85 | 9.86 | - |
| YUV | 136.4 | 79.8 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 51 | 0.75 | 0 | 0.74 | 0.23 | 120.41 | 0.6 | 0.48 |
| Hex | 32 | C5 | 33 | 4B | 0 | 4A | 17 | 78 | 3C | 30 |
| Octal | 62 | 305 | 63 | 113 | 0 | 112 | 27 | 170 | 74 | 60 |
| Binary | 110010 | 11000101 | 110011 | 1001011 | 0 | 1001010 | 10111 | 1111000 | 111100 | 110000 |
Color Harmonies of #32C533
Complementary color
Monochromatic Colors of #32C533
Black with #32C533
Text Example
Text Example
White with #32C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C533; }
p { color: rgb(50,197,51); }
H1.HeaderClassName
{
color: #32C533;
}
.AnyTagClassName
{
color: #32C533;
}
</style>
background-color css
<style>
a { background-color: #32C533; }
a { background-color: rgb(50,197,51); }
div.DivClassName
{
background-color: #32C533;
}
.BgClassName
{
background-color: #32C533;
}
</style>
border-color css
<style>
span { border-color: #32C533; }
span { border-color: rgb(50,197,51); }
td.TdClassName
{
border-color: #32C533;
}
.TagClassName
{
border-color: #32C533;
}
</style>