Shades of Lime Green #3AAD33
Tints of Lime Green #3AAD33
RGB
CMYK
RGB Variations
Color information
#3AAD33 (or 0x3AAD33) is known color: Lime Green. HEX triplet: 3A, AD and 33. RGB value is (58,173,51). Sum of RGB (Red+Green+Blue) = 58+173+51=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD33 is #C552CC. Grayscale: #7D7D7D. Windows color (decimal): -12931789 or 3386682. OLE color: 3386682.
HSL color Cylindrical-coordinate representation of color #3AAD33: hue angle of 116.56º degrees, saturation: 0.54, 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 #3AAD33 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 51 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.32 |
| HSL | 116.56º | 0.54% | 0.44% | - |
| HSV(B) | 116.56º | 0.71% | 0.68% | - |
| XYZ | 17.29 | 31.03 | 8.21 | - |
| YUV | 124.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 51 | 0.66 | 0 | 0.71 | 0.32 | 116.56 | 0.54 | 0.44 |
| Hex | 3A | AD | 33 | 42 | 0 | 47 | 20 | 75 | 36 | 2C |
| Octal | 72 | 255 | 63 | 102 | 0 | 107 | 40 | 165 | 66 | 54 |
| Binary | 111010 | 10101101 | 110011 | 1000010 | 0 | 1000111 | 100000 | 1110101 | 110110 | 101100 |
Color Harmonies of #3AAD33
Complementary color
Monochromatic Colors of #3AAD33
Black with #3AAD33
Text Example
Text Example
White with #3AAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD33; }
p { color: rgb(58,173,51); }
H1.HeaderClassName
{
color: #3AAD33;
}
.AnyTagClassName
{
color: #3AAD33;
}
</style>
background-color css
<style>
a { background-color: #3AAD33; }
a { background-color: rgb(58,173,51); }
div.DivClassName
{
background-color: #3AAD33;
}
.BgClassName
{
background-color: #3AAD33;
}
</style>
border-color css
<style>
span { border-color: #3AAD33; }
span { border-color: rgb(58,173,51); }
td.TdClassName
{
border-color: #3AAD33;
}
.TagClassName
{
border-color: #3AAD33;
}
</style>