Shades of Lime Green #3AD447
Tints of Lime Green #3AD447
RGB
CMYK
RGB Variations
Color information
#3AD447 (or 0x3AD447) is known color: Lime Green. HEX triplet: 3A, D4 and 47. RGB value is (58,212,71). Sum of RGB (Red+Green+Blue) = 58+212+71=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD447 is #C52BB8. Grayscale: #969696. Windows color (decimal): -12921785 or 4707386. OLE color: 4707386.
HSL color Cylindrical-coordinate representation of color #3AD447: hue angle of 125.06º 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 #3AD447 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 71 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.17 |
| HSL | 125.06º | 0.64% | 0.53% | - |
| HSV(B) | 125.06º | 0.73% | 0.83% | - |
| XYZ | 26.43 | 48.44 | 13.92 | - |
| YUV | 149.88 | 83.48 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 71 | 0.73 | 0 | 0.67 | 0.17 | 125.06 | 0.64 | 0.53 |
| Hex | 3A | D4 | 47 | 49 | 0 | 43 | 11 | 7D | 40 | 35 |
| Octal | 72 | 324 | 107 | 111 | 0 | 103 | 21 | 175 | 100 | 65 |
| Binary | 111010 | 11010100 | 1000111 | 1001001 | 0 | 1000011 | 10001 | 1111101 | 1000000 | 110101 |
Color Harmonies of #3AD447
Complementary color
Monochromatic Colors of #3AD447
Black with #3AD447
Text Example
Text Example
White with #3AD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD447; }
p { color: rgb(58,212,71); }
H1.HeaderClassName
{
color: #3AD447;
}
.AnyTagClassName
{
color: #3AD447;
}
</style>
background-color css
<style>
a { background-color: #3AD447; }
a { background-color: rgb(58,212,71); }
div.DivClassName
{
background-color: #3AD447;
}
.BgClassName
{
background-color: #3AD447;
}
</style>
border-color css
<style>
span { border-color: #3AD447; }
span { border-color: rgb(58,212,71); }
td.TdClassName
{
border-color: #3AD447;
}
.TagClassName
{
border-color: #3AD447;
}
</style>