Shades of Lime Green #3AD857
Tints of Lime Green #3AD857
RGB
CMYK
RGB Variations
Color information
#3AD857 (or 0x3AD857) is known color: Lime Green. HEX triplet: 3A, D8 and 57. RGB value is (58,216,87). Sum of RGB (Red+Green+Blue) = 58+216+87=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD857 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD857 is #C527A8. Grayscale: #9A9A9A. Windows color (decimal): -12920745 or 5756986. OLE color: 5756986.
HSL color Cylindrical-coordinate representation of color #3AD857: hue angle of 131.01º degrees, saturation: 0.67, 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 #3AD857 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 87 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.15 |
| HSL | 131.01º | 0.67% | 0.54% | - |
| HSV(B) | 131.01º | 0.73% | 0.85% | - |
| XYZ | 28.02 | 50.7 | 17.33 | - |
| YUV | 154.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 87 | 0.73 | 0 | 0.60 | 0.15 | 131.01 | 0.67 | 0.54 |
| Hex | 3A | D8 | 57 | 49 | 0 | 3C | F | 83 | 43 | 36 |
| Octal | 72 | 330 | 127 | 111 | 0 | 74 | 17 | 203 | 103 | 66 |
| Binary | 111010 | 11011000 | 1010111 | 1001001 | 0 | 111100 | 1111 | 10000011 | 1000011 | 110110 |
Color Harmonies of #3AD857
Complementary color
Monochromatic Colors of #3AD857
Black with #3AD857
Text Example
Text Example
White with #3AD857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD857; }
p { color: rgb(58,216,87); }
H1.HeaderClassName
{
color: #3AD857;
}
.AnyTagClassName
{
color: #3AD857;
}
</style>
background-color css
<style>
a { background-color: #3AD857; }
a { background-color: rgb(58,216,87); }
div.DivClassName
{
background-color: #3AD857;
}
.BgClassName
{
background-color: #3AD857;
}
</style>
border-color css
<style>
span { border-color: #3AD857; }
span { border-color: rgb(58,216,87); }
td.TdClassName
{
border-color: #3AD857;
}
.TagClassName
{
border-color: #3AD857;
}
</style>