Shades of Lime Green #32AF28
Tints of Lime Green #32AF28
RGB
CMYK
RGB Variations
Color information
#32AF28 (or 0x32AF28) is known color: Lime Green. HEX triplet: 32, AF and 28. RGB value is (50,175,40). Sum of RGB (Red+Green+Blue) = 50+175+40=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 175 (68.75% from 255 or 66.04% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF28 is #CD50D7. Grayscale: #7A7A7A. Windows color (decimal): -13455576 or 2666290. OLE color: 2666290.
HSL color Cylindrical-coordinate representation of color #32AF28: hue angle of 115.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AF28 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 40 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.31 |
| HSL | 115.56º | 0.63% | 0.42% | - |
| HSV(B) | 115.56º | 0.77% | 0.69% | - |
| XYZ | 17.03 | 31.49 | 7.19 | - |
| YUV | 122.24 | 81.59 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 40 | 0.71 | 0 | 0.77 | 0.31 | 115.56 | 0.63 | 0.42 |
| Hex | 32 | AF | 28 | 47 | 0 | 4D | 1F | 74 | 3F | 2A |
| Octal | 62 | 257 | 50 | 107 | 0 | 115 | 37 | 164 | 77 | 52 |
| Binary | 110010 | 10101111 | 101000 | 1000111 | 0 | 1001101 | 11111 | 1110100 | 111111 | 101010 |
Color Harmonies of #32AF28
Complementary color
Monochromatic Colors of #32AF28
Black with #32AF28
Text Example
Text Example
White with #32AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF28; }
p { color: rgb(50,175,40); }
H1.HeaderClassName
{
color: #32AF28;
}
.AnyTagClassName
{
color: #32AF28;
}
</style>
background-color css
<style>
a { background-color: #32AF28; }
a { background-color: rgb(50,175,40); }
div.DivClassName
{
background-color: #32AF28;
}
.BgClassName
{
background-color: #32AF28;
}
</style>
border-color css
<style>
span { border-color: #32AF28; }
span { border-color: rgb(50,175,40); }
td.TdClassName
{
border-color: #32AF28;
}
.TagClassName
{
border-color: #32AF28;
}
</style>