Shades of Lime Green #3AD932
Tints of Lime Green #3AD932
RGB
CMYK
RGB Variations
Color information
#3AD932 (or 0x3AD932) is known color: Lime Green. HEX triplet: 3A, D9 and 32. RGB value is (58,217,50). Sum of RGB (Red+Green+Blue) = 58+217+50=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 217 (85.16% from 255 or 66.77% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD932 is #C526CD. Grayscale: #969696. Windows color (decimal): -12920526 or 3332410. OLE color: 3332410.
HSL color Cylindrical-coordinate representation of color #3AD932: hue angle of 117.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD932 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 50 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.15 |
| HSL | 117.13º | 0.69% | 0.52% | - |
| HSV(B) | 117.13º | 0.77% | 0.85% | - |
| XYZ | 27.13 | 50.76 | 11.38 | - |
| YUV | 150.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 50 | 0.73 | 0 | 0.77 | 0.15 | 117.13 | 0.69 | 0.52 |
| Hex | 3A | D9 | 32 | 49 | 0 | 4D | F | 75 | 45 | 34 |
| Octal | 72 | 331 | 62 | 111 | 0 | 115 | 17 | 165 | 105 | 64 |
| Binary | 111010 | 11011001 | 110010 | 1001001 | 0 | 1001101 | 1111 | 1110101 | 1000101 | 110100 |
Color Harmonies of #3AD932
Complementary color
Monochromatic Colors of #3AD932
Black with #3AD932
Text Example
Text Example
White with #3AD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD932; }
p { color: rgb(58,217,50); }
H1.HeaderClassName
{
color: #3AD932;
}
.AnyTagClassName
{
color: #3AD932;
}
</style>
background-color css
<style>
a { background-color: #3AD932; }
a { background-color: rgb(58,217,50); }
div.DivClassName
{
background-color: #3AD932;
}
.BgClassName
{
background-color: #3AD932;
}
</style>
border-color css
<style>
span { border-color: #3AD932; }
span { border-color: rgb(58,217,50); }
td.TdClassName
{
border-color: #3AD932;
}
.TagClassName
{
border-color: #3AD932;
}
</style>