Shades of Lime Green #3AD456
Tints of Lime Green #3AD456
RGB
CMYK
RGB Variations
Color information
#3AD456 (or 0x3AD456) is known color: Lime Green. HEX triplet: 3A, D4 and 56. RGB value is (58,212,86). Sum of RGB (Red+Green+Blue) = 58+212+86=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD456 is #C52BA9. Grayscale: #979797. Windows color (decimal): -12921770 or 5690426. OLE color: 5690426.
HSL color Cylindrical-coordinate representation of color #3AD456: hue angle of 130.91º degrees, saturation: 0.64, 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 #3AD456 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 86 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.17 |
| HSL | 130.91º | 0.64% | 0.53% | - |
| HSV(B) | 130.91º | 0.73% | 0.83% | - |
| XYZ | 26.97 | 48.66 | 16.77 | - |
| YUV | 151.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 86 | 0.73 | 0 | 0.59 | 0.17 | 130.91 | 0.64 | 0.53 |
| Hex | 3A | D4 | 56 | 49 | 0 | 3B | 11 | 83 | 40 | 35 |
| Octal | 72 | 324 | 126 | 111 | 0 | 73 | 21 | 203 | 100 | 65 |
| Binary | 111010 | 11010100 | 1010110 | 1001001 | 0 | 111011 | 10001 | 10000011 | 1000000 | 110101 |
Color Harmonies of #3AD456
Complementary color
Monochromatic Colors of #3AD456
Black with #3AD456
Text Example
Text Example
White with #3AD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD456; }
p { color: rgb(58,212,86); }
H1.HeaderClassName
{
color: #3AD456;
}
.AnyTagClassName
{
color: #3AD456;
}
</style>
background-color css
<style>
a { background-color: #3AD456; }
a { background-color: rgb(58,212,86); }
div.DivClassName
{
background-color: #3AD456;
}
.BgClassName
{
background-color: #3AD456;
}
</style>
border-color css
<style>
span { border-color: #3AD456; }
span { border-color: rgb(58,212,86); }
td.TdClassName
{
border-color: #3AD456;
}
.TagClassName
{
border-color: #3AD456;
}
</style>