Shades of Lime Green #32C445
Tints of Lime Green #32C445
RGB
CMYK
RGB Variations
Color information
#32C445 (or 0x32C445) is known color: Lime Green. HEX triplet: 32, C4 and 45. RGB value is (50,196,69). Sum of RGB (Red+Green+Blue) = 50+196+69=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #32C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C445 is #CD3BBA. Grayscale: #8A8A8A. Windows color (decimal): -13450171 or 4572210. OLE color: 4572210.
HSL color Cylindrical-coordinate representation of color #32C445: hue angle of 127.81º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C445 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 69 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.23 |
| HSL | 127.81º | 0.59% | 0.48% | - |
| HSV(B) | 127.81º | 0.74% | 0.77% | - |
| XYZ | 22.13 | 40.59 | 12.3 | - |
| YUV | 137.87 | 89.13 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 69 | 0.74 | 0 | 0.65 | 0.23 | 127.81 | 0.59 | 0.48 |
| Hex | 32 | C4 | 45 | 4A | 0 | 41 | 17 | 80 | 3B | 30 |
| Octal | 62 | 304 | 105 | 112 | 0 | 101 | 27 | 200 | 73 | 60 |
| Binary | 110010 | 11000100 | 1000101 | 1001010 | 0 | 1000001 | 10111 | 10000000 | 111011 | 110000 |
Color Harmonies of #32C445
Complementary color
Monochromatic Colors of #32C445
Black with #32C445
Text Example
Text Example
White with #32C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C445; }
p { color: rgb(50,196,69); }
H1.HeaderClassName
{
color: #32C445;
}
.AnyTagClassName
{
color: #32C445;
}
</style>
background-color css
<style>
a { background-color: #32C445; }
a { background-color: rgb(50,196,69); }
div.DivClassName
{
background-color: #32C445;
}
.BgClassName
{
background-color: #32C445;
}
</style>
border-color css
<style>
span { border-color: #32C445; }
span { border-color: rgb(50,196,69); }
td.TdClassName
{
border-color: #32C445;
}
.TagClassName
{
border-color: #32C445;
}
</style>