Shades of Lime Green #3AD032
Tints of Lime Green #3AD032
RGB
CMYK
RGB Variations
Color information
#3AD032 (or 0x3AD032) is known color: Lime Green. HEX triplet: 3A, D0 and 32. RGB value is (58,208,50). Sum of RGB (Red+Green+Blue) = 58+208+50=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD032 is #C52FCD. Grayscale: #919191. Windows color (decimal): -12922830 or 3330106. OLE color: 3330106.
HSL color Cylindrical-coordinate representation of color #3AD032: hue angle of 116.96º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD032 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 50 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.18 |
| HSL | 116.96º | 0.63% | 0.51% | - |
| HSV(B) | 116.96º | 0.76% | 0.82% | - |
| XYZ | 24.88 | 46.24 | 10.63 | - |
| YUV | 145.14 | 74.31 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 50 | 0.72 | 0 | 0.76 | 0.18 | 116.96 | 0.63 | 0.51 |
| Hex | 3A | D0 | 32 | 48 | 0 | 4C | 12 | 75 | 3F | 33 |
| Octal | 72 | 320 | 62 | 110 | 0 | 114 | 22 | 165 | 77 | 63 |
| Binary | 111010 | 11010000 | 110010 | 1001000 | 0 | 1001100 | 10010 | 1110101 | 111111 | 110011 |
Color Harmonies of #3AD032
Complementary color
Monochromatic Colors of #3AD032
Black with #3AD032
Text Example
Text Example
White with #3AD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD032; }
p { color: rgb(58,208,50); }
H1.HeaderClassName
{
color: #3AD032;
}
.AnyTagClassName
{
color: #3AD032;
}
</style>
background-color css
<style>
a { background-color: #3AD032; }
a { background-color: rgb(58,208,50); }
div.DivClassName
{
background-color: #3AD032;
}
.BgClassName
{
background-color: #3AD032;
}
</style>
border-color css
<style>
span { border-color: #3AD032; }
span { border-color: rgb(58,208,50); }
td.TdClassName
{
border-color: #3AD032;
}
.TagClassName
{
border-color: #3AD032;
}
</style>