Shades of Lime Green #3AD940
Tints of Lime Green #3AD940
RGB
CMYK
RGB Variations
Color information
#3AD940 (or 0x3AD940) is known color: Lime Green. HEX triplet: 3A, D9 and 40. RGB value is (58,217,64). Sum of RGB (Red+Green+Blue) = 58+217+64=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD940 is #C526BF. Grayscale: #989898. Windows color (decimal): -12920512 or 4249914. OLE color: 4249914.
HSL color Cylindrical-coordinate representation of color #3AD940: hue angle of 122.26º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD940 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 64 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.15 |
| HSL | 122.26º | 0.68% | 0.54% | - |
| HSV(B) | 122.26º | 0.73% | 0.85% | - |
| XYZ | 27.48 | 50.9 | 13.23 | - |
| YUV | 152.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 64 | 0.73 | 0 | 0.71 | 0.15 | 122.26 | 0.68 | 0.54 |
| Hex | 3A | D9 | 40 | 49 | 0 | 47 | F | 7A | 44 | 36 |
| Octal | 72 | 331 | 100 | 111 | 0 | 107 | 17 | 172 | 104 | 66 |
| Binary | 111010 | 11011001 | 1000000 | 1001001 | 0 | 1000111 | 1111 | 1111010 | 1000100 | 110110 |
Color Harmonies of #3AD940
Complementary color
Monochromatic Colors of #3AD940
Black with #3AD940
Text Example
Text Example
White with #3AD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD940; }
p { color: rgb(58,217,64); }
H1.HeaderClassName
{
color: #3AD940;
}
.AnyTagClassName
{
color: #3AD940;
}
</style>
background-color css
<style>
a { background-color: #3AD940; }
a { background-color: rgb(58,217,64); }
div.DivClassName
{
background-color: #3AD940;
}
.BgClassName
{
background-color: #3AD940;
}
</style>
border-color css
<style>
span { border-color: #3AD940; }
span { border-color: rgb(58,217,64); }
td.TdClassName
{
border-color: #3AD940;
}
.TagClassName
{
border-color: #3AD940;
}
</style>