Shades of Lime Green #3AD046
Tints of Lime Green #3AD046
RGB
CMYK
RGB Variations
Color information
#3AD046 (or 0x3AD046) is known color: Lime Green. HEX triplet: 3A, D0 and 46. RGB value is (58,208,70). Sum of RGB (Red+Green+Blue) = 58+208+70=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD046 is #C52FB9. Grayscale: #939393. Windows color (decimal): -12922810 or 4640826. OLE color: 4640826.
HSL color Cylindrical-coordinate representation of color #3AD046: hue angle of 124.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD046 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 70 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.18 |
| HSL | 124.8º | 0.61% | 0.52% | - |
| HSV(B) | 124.8º | 0.72% | 0.82% | - |
| XYZ | 25.41 | 46.45 | 13.42 | - |
| YUV | 147.42 | 84.31 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 70 | 0.72 | 0 | 0.66 | 0.18 | 124.8 | 0.61 | 0.52 |
| Hex | 3A | D0 | 46 | 48 | 0 | 42 | 12 | 7D | 3D | 34 |
| Octal | 72 | 320 | 106 | 110 | 0 | 102 | 22 | 175 | 75 | 64 |
| Binary | 111010 | 11010000 | 1000110 | 1001000 | 0 | 1000010 | 10010 | 1111101 | 111101 | 110100 |
Color Harmonies of #3AD046
Complementary color
Monochromatic Colors of #3AD046
Black with #3AD046
Text Example
Text Example
White with #3AD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD046; }
p { color: rgb(58,208,70); }
H1.HeaderClassName
{
color: #3AD046;
}
.AnyTagClassName
{
color: #3AD046;
}
</style>
background-color css
<style>
a { background-color: #3AD046; }
a { background-color: rgb(58,208,70); }
div.DivClassName
{
background-color: #3AD046;
}
.BgClassName
{
background-color: #3AD046;
}
</style>
border-color css
<style>
span { border-color: #3AD046; }
span { border-color: rgb(58,208,70); }
td.TdClassName
{
border-color: #3AD046;
}
.TagClassName
{
border-color: #3AD046;
}
</style>