Shades of Lime Green #32C144
Tints of Lime Green #32C144
RGB
CMYK
RGB Variations
Color information
#32C144 (or 0x32C144) is known color: Lime Green. HEX triplet: 32, C1 and 44. RGB value is (50,193,68). Sum of RGB (Red+Green+Blue) = 50+193+68=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #32C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C144 is #CD3EBB. Grayscale: #888888. Windows color (decimal): -13450940 or 4505906. OLE color: 4505906.
HSL color Cylindrical-coordinate representation of color #32C144: hue angle of 127.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C144 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 68 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.24 |
| HSL | 127.55º | 0.59% | 0.48% | - |
| HSV(B) | 127.55º | 0.74% | 0.76% | - |
| XYZ | 21.43 | 39.24 | 11.91 | - |
| YUV | 135.99 | 89.62 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 68 | 0.74 | 0 | 0.65 | 0.24 | 127.55 | 0.59 | 0.48 |
| Hex | 32 | C1 | 44 | 4A | 0 | 41 | 18 | 80 | 3B | 30 |
| Octal | 62 | 301 | 104 | 112 | 0 | 101 | 30 | 200 | 73 | 60 |
| Binary | 110010 | 11000001 | 1000100 | 1001010 | 0 | 1000001 | 11000 | 10000000 | 111011 | 110000 |
Color Harmonies of #32C144
Complementary color
Monochromatic Colors of #32C144
Black with #32C144
Text Example
Text Example
White with #32C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C144; }
p { color: rgb(50,193,68); }
H1.HeaderClassName
{
color: #32C144;
}
.AnyTagClassName
{
color: #32C144;
}
</style>
background-color css
<style>
a { background-color: #32C144; }
a { background-color: rgb(50,193,68); }
div.DivClassName
{
background-color: #32C144;
}
.BgClassName
{
background-color: #32C144;
}
</style>
border-color css
<style>
span { border-color: #32C144; }
span { border-color: rgb(50,193,68); }
td.TdClassName
{
border-color: #32C144;
}
.TagClassName
{
border-color: #32C144;
}
</style>