Shades of Lime Green #3ADD47
Tints of Lime Green #3ADD47
RGB
CMYK
RGB Variations
Color information
#3ADD47 (or 0x3ADD47) is known color: Lime Green. HEX triplet: 3A, DD and 47. RGB value is (58,221,71). Sum of RGB (Red+Green+Blue) = 58+221+71=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADD47 is #C522B8. Grayscale: #9B9B9B. Windows color (decimal): -12919481 or 4709690. OLE color: 4709690.
HSL color Cylindrical-coordinate representation of color #3ADD47: hue angle of 124.79º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD47 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 71 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.13 |
| HSL | 124.79º | 0.71% | 0.55% | - |
| HSV(B) | 124.79º | 0.74% | 0.87% | - |
| XYZ | 28.74 | 53.07 | 14.69 | - |
| YUV | 155.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 71 | 0.74 | 0 | 0.68 | 0.13 | 124.79 | 0.71 | 0.55 |
| Hex | 3A | DD | 47 | 4A | 0 | 44 | D | 7D | 47 | 37 |
| Octal | 72 | 335 | 107 | 112 | 0 | 104 | 15 | 175 | 107 | 67 |
| Binary | 111010 | 11011101 | 1000111 | 1001010 | 0 | 1000100 | 1101 | 1111101 | 1000111 | 110111 |
Color Harmonies of #3ADD47
Complementary color
Monochromatic Colors of #3ADD47
Black with #3ADD47
Text Example
Text Example
White with #3ADD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD47; }
p { color: rgb(58,221,71); }
H1.HeaderClassName
{
color: #3ADD47;
}
.AnyTagClassName
{
color: #3ADD47;
}
</style>
background-color css
<style>
a { background-color: #3ADD47; }
a { background-color: rgb(58,221,71); }
div.DivClassName
{
background-color: #3ADD47;
}
.BgClassName
{
background-color: #3ADD47;
}
</style>
border-color css
<style>
span { border-color: #3ADD47; }
span { border-color: rgb(58,221,71); }
td.TdClassName
{
border-color: #3ADD47;
}
.TagClassName
{
border-color: #3ADD47;
}
</style>