Shades of Lime Green #32C029
Tints of Lime Green #32C029
RGB
CMYK
RGB Variations
Color information
#32C029 (or 0x32C029) is known color: Lime Green. HEX triplet: 32, C0 and 29. RGB value is (50,192,41). Sum of RGB (Red+Green+Blue) = 50+192+41=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #32C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C029 is #CD3FD6. Grayscale: #848484. Windows color (decimal): -13451223 or 2736178. OLE color: 2736178.
HSL color Cylindrical-coordinate representation of color #32C029: hue angle of 116.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32C029 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 41 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.25 |
| HSL | 116.42º | 0.65% | 0.46% | - |
| HSV(B) | 116.42º | 0.79% | 0.75% | - |
| XYZ | 20.57 | 38.54 | 8.45 | - |
| YUV | 132.33 | 76.46 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 41 | 0.74 | 0 | 0.79 | 0.25 | 116.42 | 0.65 | 0.46 |
| Hex | 32 | C0 | 29 | 4A | 0 | 4F | 19 | 74 | 41 | 2E |
| Octal | 62 | 300 | 51 | 112 | 0 | 117 | 31 | 164 | 101 | 56 |
| Binary | 110010 | 11000000 | 101001 | 1001010 | 0 | 1001111 | 11001 | 1110100 | 1000001 | 101110 |
Color Harmonies of #32C029
Complementary color
Monochromatic Colors of #32C029
Black with #32C029
Text Example
Text Example
White with #32C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C029; }
p { color: rgb(50,192,41); }
H1.HeaderClassName
{
color: #32C029;
}
.AnyTagClassName
{
color: #32C029;
}
</style>
background-color css
<style>
a { background-color: #32C029; }
a { background-color: rgb(50,192,41); }
div.DivClassName
{
background-color: #32C029;
}
.BgClassName
{
background-color: #32C029;
}
</style>
border-color css
<style>
span { border-color: #32C029; }
span { border-color: rgb(50,192,41); }
td.TdClassName
{
border-color: #32C029;
}
.TagClassName
{
border-color: #32C029;
}
</style>