Shades of Lime Green #32C145
Tints of Lime Green #32C145
RGB
CMYK
RGB Variations
Color information
#32C145 (or 0x32C145) is known color: Lime Green. HEX triplet: 32, C1 and 45. RGB value is (50,193,69). Sum of RGB (Red+Green+Blue) = 50+193+69=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #32C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C145 is #CD3EBA. Grayscale: #888888. Windows color (decimal): -13450939 or 4571442. OLE color: 4571442.
HSL color Cylindrical-coordinate representation of color #32C145: hue angle of 127.97º 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 #32C145 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 69 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.24 |
| HSL | 127.97º | 0.59% | 0.48% | - |
| HSV(B) | 127.97º | 0.74% | 0.76% | - |
| XYZ | 21.46 | 39.25 | 12.07 | - |
| YUV | 136.11 | 90.12 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 69 | 0.74 | 0 | 0.64 | 0.24 | 127.97 | 0.59 | 0.48 |
| Hex | 32 | C1 | 45 | 4A | 0 | 40 | 18 | 80 | 3B | 30 |
| Octal | 62 | 301 | 105 | 112 | 0 | 100 | 30 | 200 | 73 | 60 |
| Binary | 110010 | 11000001 | 1000101 | 1001010 | 0 | 1000000 | 11000 | 10000000 | 111011 | 110000 |
Color Harmonies of #32C145
Complementary color
Monochromatic Colors of #32C145
Black with #32C145
Text Example
Text Example
White with #32C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C145; }
p { color: rgb(50,193,69); }
H1.HeaderClassName
{
color: #32C145;
}
.AnyTagClassName
{
color: #32C145;
}
</style>
background-color css
<style>
a { background-color: #32C145; }
a { background-color: rgb(50,193,69); }
div.DivClassName
{
background-color: #32C145;
}
.BgClassName
{
background-color: #32C145;
}
</style>
border-color css
<style>
span { border-color: #32C145; }
span { border-color: rgb(50,193,69); }
td.TdClassName
{
border-color: #32C145;
}
.TagClassName
{
border-color: #32C145;
}
</style>