Shades of Lime Green #32AD33
Tints of Lime Green #32AD33
RGB
CMYK
RGB Variations
Color information
#32AD33 (or 0x32AD33) is known color: Lime Green. HEX triplet: 32, AD and 33. RGB value is (50,173,51). Sum of RGB (Red+Green+Blue) = 50+173+51=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD33 is #CD52CC. Grayscale: #7A7A7A. Windows color (decimal): -13456077 or 3386674. OLE color: 3386674.
HSL color Cylindrical-coordinate representation of color #32AD33: hue angle of 120.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AD33 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 51 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.32 |
| HSL | 120.49º | 0.55% | 0.44% | - |
| HSV(B) | 120.49º | 0.71% | 0.68% | - |
| XYZ | 16.86 | 30.8 | 8.19 | - |
| YUV | 122.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 51 | 0.71 | 0 | 0.71 | 0.32 | 120.49 | 0.55 | 0.44 |
| Hex | 32 | AD | 33 | 47 | 0 | 47 | 20 | 78 | 37 | 2C |
| Octal | 62 | 255 | 63 | 107 | 0 | 107 | 40 | 170 | 67 | 54 |
| Binary | 110010 | 10101101 | 110011 | 1000111 | 0 | 1000111 | 100000 | 1111000 | 110111 | 101100 |
Color Harmonies of #32AD33
Complementary color
Monochromatic Colors of #32AD33
Black with #32AD33
Text Example
Text Example
White with #32AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD33; }
p { color: rgb(50,173,51); }
H1.HeaderClassName
{
color: #32AD33;
}
.AnyTagClassName
{
color: #32AD33;
}
</style>
background-color css
<style>
a { background-color: #32AD33; }
a { background-color: rgb(50,173,51); }
div.DivClassName
{
background-color: #32AD33;
}
.BgClassName
{
background-color: #32AD33;
}
</style>
border-color css
<style>
span { border-color: #32AD33; }
span { border-color: rgb(50,173,51); }
td.TdClassName
{
border-color: #32AD33;
}
.TagClassName
{
border-color: #32AD33;
}
</style>