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