Shades of Lime Green #3AD939
Tints of Lime Green #3AD939
RGB
CMYK
RGB Variations
Color information
#3AD939 (or 0x3AD939) is known color: Lime Green. HEX triplet: 3A, D9 and 39. RGB value is (58,217,57). Sum of RGB (Red+Green+Blue) = 58+217+57=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD939 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD939 is #C526C6. Grayscale: #979797. Windows color (decimal): -12920519 or 3791162. OLE color: 3791162.
HSL color Cylindrical-coordinate representation of color #3AD939: hue angle of 119.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD939 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 57 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.15 |
| HSL | 119.63º | 0.68% | 0.54% | - |
| HSV(B) | 119.63º | 0.74% | 0.85% | - |
| XYZ | 27.3 | 50.82 | 12.24 | - |
| YUV | 151.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 57 | 0.73 | 0 | 0.74 | 0.15 | 119.63 | 0.68 | 0.54 |
| Hex | 3A | D9 | 39 | 49 | 0 | 4A | F | 78 | 44 | 36 |
| Octal | 72 | 331 | 71 | 111 | 0 | 112 | 17 | 170 | 104 | 66 |
| Binary | 111010 | 11011001 | 111001 | 1001001 | 0 | 1001010 | 1111 | 1111000 | 1000100 | 110110 |
Color Harmonies of #3AD939
Complementary color
Monochromatic Colors of #3AD939
Black with #3AD939
Text Example
Text Example
White with #3AD939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD939; }
p { color: rgb(58,217,57); }
H1.HeaderClassName
{
color: #3AD939;
}
.AnyTagClassName
{
color: #3AD939;
}
</style>
background-color css
<style>
a { background-color: #3AD939; }
a { background-color: rgb(58,217,57); }
div.DivClassName
{
background-color: #3AD939;
}
.BgClassName
{
background-color: #3AD939;
}
</style>
border-color css
<style>
span { border-color: #3AD939; }
span { border-color: rgb(58,217,57); }
td.TdClassName
{
border-color: #3AD939;
}
.TagClassName
{
border-color: #3AD939;
}
</style>