Shades of Lime Green #3AD949
Tints of Lime Green #3AD949
RGB
CMYK
RGB Variations
Color information
#3AD949 (or 0x3AD949) is known color: Lime Green. HEX triplet: 3A, D9 and 49. RGB value is (58,217,73). Sum of RGB (Red+Green+Blue) = 58+217+73=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD949 is #C526B6. Grayscale: #999999. Windows color (decimal): -12920503 or 4839738. OLE color: 4839738.
HSL color Cylindrical-coordinate representation of color #3AD949: hue angle of 125.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD949 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 73 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.15 |
| HSL | 125.66º | 0.68% | 0.54% | - |
| HSV(B) | 125.66º | 0.73% | 0.85% | - |
| XYZ | 27.76 | 51.01 | 14.69 | - |
| YUV | 153.04 | 82.82 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 73 | 0.73 | 0 | 0.66 | 0.15 | 125.66 | 0.68 | 0.54 |
| Hex | 3A | D9 | 49 | 49 | 0 | 42 | F | 7E | 44 | 36 |
| Octal | 72 | 331 | 111 | 111 | 0 | 102 | 17 | 176 | 104 | 66 |
| Binary | 111010 | 11011001 | 1001001 | 1001001 | 0 | 1000010 | 1111 | 1111110 | 1000100 | 110110 |
Color Harmonies of #3AD949
Complementary color
Monochromatic Colors of #3AD949
Black with #3AD949
Text Example
Text Example
White with #3AD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD949; }
p { color: rgb(58,217,73); }
H1.HeaderClassName
{
color: #3AD949;
}
.AnyTagClassName
{
color: #3AD949;
}
</style>
background-color css
<style>
a { background-color: #3AD949; }
a { background-color: rgb(58,217,73); }
div.DivClassName
{
background-color: #3AD949;
}
.BgClassName
{
background-color: #3AD949;
}
</style>
border-color css
<style>
span { border-color: #3AD949; }
span { border-color: rgb(58,217,73); }
td.TdClassName
{
border-color: #3AD949;
}
.TagClassName
{
border-color: #3AD949;
}
</style>