Shades of Lime Green #3AD855
Tints of Lime Green #3AD855
RGB
CMYK
RGB Variations
Color information
#3AD855 (or 0x3AD855) is known color: Lime Green. HEX triplet: 3A, D8 and 55. RGB value is (58,216,85). Sum of RGB (Red+Green+Blue) = 58+216+85=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD855 is #C527AA. Grayscale: #9A9A9A. Windows color (decimal): -12920747 or 5625914. OLE color: 5625914.
HSL color Cylindrical-coordinate representation of color #3AD855: hue angle of 130.25º 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 #3AD855 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 85 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.15 |
| HSL | 130.25º | 0.67% | 0.54% | - |
| HSV(B) | 130.25º | 0.73% | 0.85% | - |
| XYZ | 27.94 | 50.67 | 16.9 | - |
| YUV | 153.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 85 | 0.73 | 0 | 0.61 | 0.15 | 130.25 | 0.67 | 0.54 |
| Hex | 3A | D8 | 55 | 49 | 0 | 3D | F | 82 | 43 | 36 |
| Octal | 72 | 330 | 125 | 111 | 0 | 75 | 17 | 202 | 103 | 66 |
| Binary | 111010 | 11011000 | 1010101 | 1001001 | 0 | 111101 | 1111 | 10000010 | 1000011 | 110110 |
Color Harmonies of #3AD855
Complementary color
Monochromatic Colors of #3AD855
Black with #3AD855
Text Example
Text Example
White with #3AD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD855; }
p { color: rgb(58,216,85); }
H1.HeaderClassName
{
color: #3AD855;
}
.AnyTagClassName
{
color: #3AD855;
}
</style>
background-color css
<style>
a { background-color: #3AD855; }
a { background-color: rgb(58,216,85); }
div.DivClassName
{
background-color: #3AD855;
}
.BgClassName
{
background-color: #3AD855;
}
</style>
border-color css
<style>
span { border-color: #3AD855; }
span { border-color: rgb(58,216,85); }
td.TdClassName
{
border-color: #3AD855;
}
.TagClassName
{
border-color: #3AD855;
}
</style>