Shades of Lime Green #3AAD32
Tints of Lime Green #3AAD32
RGB
CMYK
RGB Variations
Color information
#3AAD32 (or 0x3AAD32) is known color: Lime Green. HEX triplet: 3A, AD and 32. RGB value is (58,173,50). Sum of RGB (Red+Green+Blue) = 58+173+50=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD32 is #C552CD. Grayscale: #7C7C7C. Windows color (decimal): -12931790 or 3321146. OLE color: 3321146.
HSL color Cylindrical-coordinate representation of color #3AAD32: hue angle of 116.1º 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 #3AAD32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 50 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.32 |
| HSL | 116.1º | 0.55% | 0.44% | - |
| HSV(B) | 116.1º | 0.71% | 0.68% | - |
| XYZ | 17.26 | 31.02 | 8.09 | - |
| YUV | 124.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 50 | 0.66 | 0 | 0.71 | 0.32 | 116.1 | 0.55 | 0.44 |
| Hex | 3A | AD | 32 | 42 | 0 | 47 | 20 | 74 | 37 | 2C |
| Octal | 72 | 255 | 62 | 102 | 0 | 107 | 40 | 164 | 67 | 54 |
| Binary | 111010 | 10101101 | 110010 | 1000010 | 0 | 1000111 | 100000 | 1110100 | 110111 | 101100 |
Color Harmonies of #3AAD32
Complementary color
Monochromatic Colors of #3AAD32
Black with #3AAD32
Text Example
Text Example
White with #3AAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD32; }
p { color: rgb(58,173,50); }
H1.HeaderClassName
{
color: #3AAD32;
}
.AnyTagClassName
{
color: #3AAD32;
}
</style>
background-color css
<style>
a { background-color: #3AAD32; }
a { background-color: rgb(58,173,50); }
div.DivClassName
{
background-color: #3AAD32;
}
.BgClassName
{
background-color: #3AAD32;
}
</style>
border-color css
<style>
span { border-color: #3AAD32; }
span { border-color: rgb(58,173,50); }
td.TdClassName
{
border-color: #3AAD32;
}
.TagClassName
{
border-color: #3AAD32;
}
</style>