Shades of Lime Green #32C441
Tints of Lime Green #32C441
RGB
CMYK
RGB Variations
Color information
#32C441 (or 0x32C441) is known color: Lime Green. HEX triplet: 32, C4 and 41. RGB value is (50,196,65). Sum of RGB (Red+Green+Blue) = 50+196+65=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #32C441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C441 is #CD3BBE. Grayscale: #898989. Windows color (decimal): -13450175 or 4310066. OLE color: 4310066.
HSL color Cylindrical-coordinate representation of color #32C441: hue angle of 126.16º 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 #32C441 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 65 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.23 |
| HSL | 126.16º | 0.59% | 0.48% | - |
| HSV(B) | 126.16º | 0.74% | 0.77% | - |
| XYZ | 22.01 | 40.54 | 11.67 | - |
| YUV | 137.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 65 | 0.74 | 0 | 0.67 | 0.23 | 126.16 | 0.59 | 0.48 |
| Hex | 32 | C4 | 41 | 4A | 0 | 43 | 17 | 7E | 3B | 30 |
| Octal | 62 | 304 | 101 | 112 | 0 | 103 | 27 | 176 | 73 | 60 |
| Binary | 110010 | 11000100 | 1000001 | 1001010 | 0 | 1000011 | 10111 | 1111110 | 111011 | 110000 |
Color Harmonies of #32C441
Complementary color
Monochromatic Colors of #32C441
Black with #32C441
Text Example
Text Example
White with #32C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C441; }
p { color: rgb(50,196,65); }
H1.HeaderClassName
{
color: #32C441;
}
.AnyTagClassName
{
color: #32C441;
}
</style>
background-color css
<style>
a { background-color: #32C441; }
a { background-color: rgb(50,196,65); }
div.DivClassName
{
background-color: #32C441;
}
.BgClassName
{
background-color: #32C441;
}
</style>
border-color css
<style>
span { border-color: #32C441; }
span { border-color: rgb(50,196,65); }
td.TdClassName
{
border-color: #32C441;
}
.TagClassName
{
border-color: #32C441;
}
</style>