Shades of Lime Green #3AD756
Tints of Lime Green #3AD756
RGB
CMYK
RGB Variations
Color information
#3AD756 (or 0x3AD756) is known color: Lime Green. HEX triplet: 3A, D7 and 56. RGB value is (58,215,86). Sum of RGB (Red+Green+Blue) = 58+215+86=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD756 is #C528A9. Grayscale: #999999. Windows color (decimal): -12921002 or 5691194. OLE color: 5691194.
HSL color Cylindrical-coordinate representation of color #3AD756: hue angle of 130.7º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD756 is Cyan = 0.73, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 86 | - |
| CMYK | 0.73 | 0 | 0.6 | 0.16 |
| HSL | 130.7º | 0.66% | 0.54% | - |
| HSV(B) | 130.7º | 0.73% | 0.84% | - |
| XYZ | 27.73 | 50.17 | 17.03 | - |
| YUV | 153.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 86 | 0.73 | 0 | 0.6 | 0.16 | 130.7 | 0.66 | 0.54 |
| Hex | 3A | D7 | 56 | 49 | 0 | 3C | 10 | 83 | 42 | 36 |
| Octal | 72 | 327 | 126 | 111 | 0 | 74 | 20 | 203 | 102 | 66 |
| Binary | 111010 | 11010111 | 1010110 | 1001001 | 0 | 111100 | 10000 | 10000011 | 1000010 | 110110 |
Color Harmonies of #3AD756
Complementary color
Monochromatic Colors of #3AD756
Black with #3AD756
Text Example
Text Example
White with #3AD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD756; }
p { color: rgb(58,215,86); }
H1.HeaderClassName
{
color: #3AD756;
}
.AnyTagClassName
{
color: #3AD756;
}
</style>
background-color css
<style>
a { background-color: #3AD756; }
a { background-color: rgb(58,215,86); }
div.DivClassName
{
background-color: #3AD756;
}
.BgClassName
{
background-color: #3AD756;
}
</style>
border-color css
<style>
span { border-color: #3AD756; }
span { border-color: rgb(58,215,86); }
td.TdClassName
{
border-color: #3AD756;
}
.TagClassName
{
border-color: #3AD756;
}
</style>