Shades of Lime Green #32C640
Tints of Lime Green #32C640
RGB
CMYK
RGB Variations
Color information
#32C640 (or 0x32C640) is known color: Lime Green. HEX triplet: 32, C6 and 40. RGB value is (50,198,64). Sum of RGB (Red+Green+Blue) = 50+198+64=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #32C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C640 is #CD39BF. Grayscale: #8A8A8A. Windows color (decimal): -13449664 or 4245042. OLE color: 4245042.
HSL color Cylindrical-coordinate representation of color #32C640: hue angle of 125.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C640 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 198 | 64 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.22 |
| HSL | 125.68º | 0.6% | 0.49% | - |
| HSV(B) | 125.68º | 0.75% | 0.78% | - |
| XYZ | 22.43 | 41.44 | 11.67 | - |
| YUV | 138.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 198 | 64 | 0.75 | 0 | 0.68 | 0.22 | 125.68 | 0.6 | 0.49 |
| Hex | 32 | C6 | 40 | 4B | 0 | 44 | 16 | 7E | 3C | 31 |
| Octal | 62 | 306 | 100 | 113 | 0 | 104 | 26 | 176 | 74 | 61 |
| Binary | 110010 | 11000110 | 1000000 | 1001011 | 0 | 1000100 | 10110 | 1111110 | 111100 | 110001 |
Color Harmonies of #32C640
Complementary color
Monochromatic Colors of #32C640
Black with #32C640
Text Example
Text Example
White with #32C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C640; }
p { color: rgb(50,198,64); }
H1.HeaderClassName
{
color: #32C640;
}
.AnyTagClassName
{
color: #32C640;
}
</style>
background-color css
<style>
a { background-color: #32C640; }
a { background-color: rgb(50,198,64); }
div.DivClassName
{
background-color: #32C640;
}
.BgClassName
{
background-color: #32C640;
}
</style>
border-color css
<style>
span { border-color: #32C640; }
span { border-color: rgb(50,198,64); }
td.TdClassName
{
border-color: #32C640;
}
.TagClassName
{
border-color: #32C640;
}
</style>