Shades of Lime Green #3AD356
Tints of Lime Green #3AD356
RGB
CMYK
RGB Variations
Color information
#3AD356 (or 0x3AD356) is known color: Lime Green. HEX triplet: 3A, D3 and 56. RGB value is (58,211,86). Sum of RGB (Red+Green+Blue) = 58+211+86=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD356 is #C52CA9. Grayscale: #979797. Windows color (decimal): -12922026 or 5690170. OLE color: 5690170.
HSL color Cylindrical-coordinate representation of color #3AD356: hue angle of 130.98º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD356 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 86 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.17 |
| HSL | 130.98º | 0.63% | 0.53% | - |
| HSV(B) | 130.98º | 0.73% | 0.83% | - |
| XYZ | 26.72 | 48.16 | 16.69 | - |
| YUV | 151 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 86 | 0.73 | 0 | 0.59 | 0.17 | 130.98 | 0.63 | 0.53 |
| Hex | 3A | D3 | 56 | 49 | 0 | 3B | 11 | 83 | 3F | 35 |
| Octal | 72 | 323 | 126 | 111 | 0 | 73 | 21 | 203 | 77 | 65 |
| Binary | 111010 | 11010011 | 1010110 | 1001001 | 0 | 111011 | 10001 | 10000011 | 111111 | 110101 |
Color Harmonies of #3AD356
Complementary color
Monochromatic Colors of #3AD356
Black with #3AD356
Text Example
Text Example
White with #3AD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD356; }
p { color: rgb(58,211,86); }
H1.HeaderClassName
{
color: #3AD356;
}
.AnyTagClassName
{
color: #3AD356;
}
</style>
background-color css
<style>
a { background-color: #3AD356; }
a { background-color: rgb(58,211,86); }
div.DivClassName
{
background-color: #3AD356;
}
.BgClassName
{
background-color: #3AD356;
}
</style>
border-color css
<style>
span { border-color: #3AD356; }
span { border-color: rgb(58,211,86); }
td.TdClassName
{
border-color: #3AD356;
}
.TagClassName
{
border-color: #3AD356;
}
</style>