Shades of Lime Green #3AD357
Tints of Lime Green #3AD357
RGB
CMYK
RGB Variations
Color information
#3AD357 (or 0x3AD357) is known color: Lime Green. HEX triplet: 3A, D3 and 57. RGB value is (58,211,87). Sum of RGB (Red+Green+Blue) = 58+211+87=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD357 is #C52CA8. Grayscale: #979797. Windows color (decimal): -12922025 or 5755706. OLE color: 5755706.
HSL color Cylindrical-coordinate representation of color #3AD357: hue angle of 131.37º 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 #3AD357 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 87 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.17 |
| HSL | 131.37º | 0.63% | 0.53% | - |
| HSV(B) | 131.37º | 0.73% | 0.83% | - |
| XYZ | 26.76 | 48.18 | 16.91 | - |
| YUV | 151.12 | 91.81 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 87 | 0.73 | 0 | 0.59 | 0.17 | 131.37 | 0.63 | 0.53 |
| Hex | 3A | D3 | 57 | 49 | 0 | 3B | 11 | 83 | 3F | 35 |
| Octal | 72 | 323 | 127 | 111 | 0 | 73 | 21 | 203 | 77 | 65 |
| Binary | 111010 | 11010011 | 1010111 | 1001001 | 0 | 111011 | 10001 | 10000011 | 111111 | 110101 |
Color Harmonies of #3AD357
Complementary color
Monochromatic Colors of #3AD357
Black with #3AD357
Text Example
Text Example
White with #3AD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD357; }
p { color: rgb(58,211,87); }
H1.HeaderClassName
{
color: #3AD357;
}
.AnyTagClassName
{
color: #3AD357;
}
</style>
background-color css
<style>
a { background-color: #3AD357; }
a { background-color: rgb(58,211,87); }
div.DivClassName
{
background-color: #3AD357;
}
.BgClassName
{
background-color: #3AD357;
}
</style>
border-color css
<style>
span { border-color: #3AD357; }
span { border-color: rgb(58,211,87); }
td.TdClassName
{
border-color: #3AD357;
}
.TagClassName
{
border-color: #3AD357;
}
</style>