Shades of Lime Green #32AD31
Tints of Lime Green #32AD31
RGB
CMYK
RGB Variations
Color information
#32AD31 (or 0x32AD31) is known color: Lime Green. HEX triplet: 32, AD and 31. RGB value is (50,173,49). Sum of RGB (Red+Green+Blue) = 50+173+49=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 173 (67.97% from 255 or 63.60% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD31 is #CD52CE. Grayscale: #7A7A7A. Windows color (decimal): -13456079 or 3255602. OLE color: 3255602.
HSL color Cylindrical-coordinate representation of color #32AD31: hue angle of 119.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32AD31 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 49 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.32 |
| HSL | 119.52º | 0.56% | 0.44% | - |
| HSV(B) | 119.52º | 0.72% | 0.68% | - |
| XYZ | 16.81 | 30.79 | 7.96 | - |
| YUV | 122.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 49 | 0.71 | 0 | 0.72 | 0.32 | 119.52 | 0.56 | 0.44 |
| Hex | 32 | AD | 31 | 47 | 0 | 48 | 20 | 78 | 38 | 2C |
| Octal | 62 | 255 | 61 | 107 | 0 | 110 | 40 | 170 | 70 | 54 |
| Binary | 110010 | 10101101 | 110001 | 1000111 | 0 | 1001000 | 100000 | 1111000 | 111000 | 101100 |
Color Harmonies of #32AD31
Complementary color
Monochromatic Colors of #32AD31
Black with #32AD31
Text Example
Text Example
White with #32AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD31; }
p { color: rgb(50,173,49); }
H1.HeaderClassName
{
color: #32AD31;
}
.AnyTagClassName
{
color: #32AD31;
}
</style>
background-color css
<style>
a { background-color: #32AD31; }
a { background-color: rgb(50,173,49); }
div.DivClassName
{
background-color: #32AD31;
}
.BgClassName
{
background-color: #32AD31;
}
</style>
border-color css
<style>
span { border-color: #32AD31; }
span { border-color: rgb(50,173,49); }
td.TdClassName
{
border-color: #32AD31;
}
.TagClassName
{
border-color: #32AD31;
}
</style>