Shades of Lime Green #3AD955
Tints of Lime Green #3AD955
RGB
CMYK
RGB Variations
Color information
#3AD955 (or 0x3AD955) is known color: Lime Green. HEX triplet: 3A, D9 and 55. RGB value is (58,217,85). Sum of RGB (Red+Green+Blue) = 58+217+85=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD955 is #C526AA. Grayscale: #9A9A9A. Windows color (decimal): -12920491 or 5626170. OLE color: 5626170.
HSL color Cylindrical-coordinate representation of color #3AD955: hue angle of 130.19º 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 #3AD955 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 85 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.15 |
| HSL | 130.19º | 0.68% | 0.54% | - |
| HSV(B) | 130.19º | 0.73% | 0.85% | - |
| XYZ | 28.2 | 51.18 | 16.99 | - |
| YUV | 154.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 85 | 0.73 | 0 | 0.61 | 0.15 | 130.19 | 0.68 | 0.54 |
| Hex | 3A | D9 | 55 | 49 | 0 | 3D | F | 82 | 44 | 36 |
| Octal | 72 | 331 | 125 | 111 | 0 | 75 | 17 | 202 | 104 | 66 |
| Binary | 111010 | 11011001 | 1010101 | 1001001 | 0 | 111101 | 1111 | 10000010 | 1000100 | 110110 |
Color Harmonies of #3AD955
Complementary color
Monochromatic Colors of #3AD955
Black with #3AD955
Text Example
Text Example
White with #3AD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD955; }
p { color: rgb(58,217,85); }
H1.HeaderClassName
{
color: #3AD955;
}
.AnyTagClassName
{
color: #3AD955;
}
</style>
background-color css
<style>
a { background-color: #3AD955; }
a { background-color: rgb(58,217,85); }
div.DivClassName
{
background-color: #3AD955;
}
.BgClassName
{
background-color: #3AD955;
}
</style>
border-color css
<style>
span { border-color: #3AD955; }
span { border-color: rgb(58,217,85); }
td.TdClassName
{
border-color: #3AD955;
}
.TagClassName
{
border-color: #3AD955;
}
</style>