Shades of Lime Green #3AD747
Tints of Lime Green #3AD747
RGB
CMYK
RGB Variations
Color information
#3AD747 (or 0x3AD747) is known color: Lime Green. HEX triplet: 3A, D7 and 47. RGB value is (58,215,71). Sum of RGB (Red+Green+Blue) = 58+215+71=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 215 (84.38% from 255 or 62.5% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD747 is #C528B8. Grayscale: #989898. Windows color (decimal): -12921017 or 4708154. OLE color: 4708154.
HSL color Cylindrical-coordinate representation of color #3AD747: hue angle of 124.97º 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 #3AD747 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 71 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.16 |
| HSL | 124.97º | 0.66% | 0.54% | - |
| HSV(B) | 124.97º | 0.73% | 0.84% | - |
| XYZ | 27.18 | 49.96 | 14.17 | - |
| YUV | 151.64 | 82.49 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 71 | 0.73 | 0 | 0.67 | 0.16 | 124.97 | 0.66 | 0.54 |
| Hex | 3A | D7 | 47 | 49 | 0 | 43 | 10 | 7D | 42 | 36 |
| Octal | 72 | 327 | 107 | 111 | 0 | 103 | 20 | 175 | 102 | 66 |
| Binary | 111010 | 11010111 | 1000111 | 1001001 | 0 | 1000011 | 10000 | 1111101 | 1000010 | 110110 |
Color Harmonies of #3AD747
Complementary color
Monochromatic Colors of #3AD747
Black with #3AD747
Text Example
Text Example
White with #3AD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD747; }
p { color: rgb(58,215,71); }
H1.HeaderClassName
{
color: #3AD747;
}
.AnyTagClassName
{
color: #3AD747;
}
</style>
background-color css
<style>
a { background-color: #3AD747; }
a { background-color: rgb(58,215,71); }
div.DivClassName
{
background-color: #3AD747;
}
.BgClassName
{
background-color: #3AD747;
}
</style>
border-color css
<style>
span { border-color: #3AD747; }
span { border-color: rgb(58,215,71); }
td.TdClassName
{
border-color: #3AD747;
}
.TagClassName
{
border-color: #3AD747;
}
</style>