Shades of Lime Green #32C429
Tints of Lime Green #32C429
RGB
CMYK
RGB Variations
Color information
#32C429 (or 0x32C429) is known color: Lime Green. HEX triplet: 32, C4 and 29. RGB value is (50,196,41). Sum of RGB (Red+Green+Blue) = 50+196+41=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 196 (76.95% from 255 or 68.29% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 196 - color contains mainly: green. Hex color #32C429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C429 is #CD3BD6. Grayscale: #878787. Windows color (decimal): -13450199 or 2737202. OLE color: 2737202.
HSL color Cylindrical-coordinate representation of color #32C429: hue angle of 116.52º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32C429 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 41 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.23 |
| HSL | 116.52º | 0.65% | 0.46% | - |
| HSV(B) | 116.52º | 0.79% | 0.77% | - |
| XYZ | 21.46 | 40.32 | 8.75 | - |
| YUV | 134.68 | 75.13 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 41 | 0.74 | 0 | 0.79 | 0.23 | 116.52 | 0.65 | 0.46 |
| Hex | 32 | C4 | 29 | 4A | 0 | 4F | 17 | 75 | 41 | 2E |
| Octal | 62 | 304 | 51 | 112 | 0 | 117 | 27 | 165 | 101 | 56 |
| Binary | 110010 | 11000100 | 101001 | 1001010 | 0 | 1001111 | 10111 | 1110101 | 1000001 | 101110 |
Color Harmonies of #32C429
Complementary color
Monochromatic Colors of #32C429
Black with #32C429
Text Example
Text Example
White with #32C429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C429; }
p { color: rgb(50,196,41); }
H1.HeaderClassName
{
color: #32C429;
}
.AnyTagClassName
{
color: #32C429;
}
</style>
background-color css
<style>
a { background-color: #32C429; }
a { background-color: rgb(50,196,41); }
div.DivClassName
{
background-color: #32C429;
}
.BgClassName
{
background-color: #32C429;
}
</style>
border-color css
<style>
span { border-color: #32C429; }
span { border-color: rgb(50,196,41); }
td.TdClassName
{
border-color: #32C429;
}
.TagClassName
{
border-color: #32C429;
}
</style>