Shades of Lime Green #32C028
Tints of Lime Green #32C028
RGB
CMYK
RGB Variations
Color information
#32C028 (or 0x32C028) is known color: Lime Green. HEX triplet: 32, C0 and 28. RGB value is (50,192,40). Sum of RGB (Red+Green+Blue) = 50+192+40=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #32C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C028 is #CD3FD7. Grayscale: #848484. Windows color (decimal): -13451224 or 2670642. OLE color: 2670642.
HSL color Cylindrical-coordinate representation of color #32C028: hue angle of 116.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32C028 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 40 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.25 |
| HSL | 116.05º | 0.66% | 0.45% | - |
| HSV(B) | 116.05º | 0.79% | 0.75% | - |
| XYZ | 20.55 | 38.53 | 8.36 | - |
| YUV | 132.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 40 | 0.74 | 0 | 0.79 | 0.25 | 116.05 | 0.66 | 0.45 |
| Hex | 32 | C0 | 28 | 4A | 0 | 4F | 19 | 74 | 42 | 2D |
| Octal | 62 | 300 | 50 | 112 | 0 | 117 | 31 | 164 | 102 | 55 |
| Binary | 110010 | 11000000 | 101000 | 1001010 | 0 | 1001111 | 11001 | 1110100 | 1000010 | 101101 |
Color Harmonies of #32C028
Complementary color
Monochromatic Colors of #32C028
Black with #32C028
Text Example
Text Example
White with #32C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C028; }
p { color: rgb(50,192,40); }
H1.HeaderClassName
{
color: #32C028;
}
.AnyTagClassName
{
color: #32C028;
}
</style>
background-color css
<style>
a { background-color: #32C028; }
a { background-color: rgb(50,192,40); }
div.DivClassName
{
background-color: #32C028;
}
.BgClassName
{
background-color: #32C028;
}
</style>
border-color css
<style>
span { border-color: #32C028; }
span { border-color: rgb(50,192,40); }
td.TdClassName
{
border-color: #32C028;
}
.TagClassName
{
border-color: #32C028;
}
</style>