Shades of Lime Green #3AD353
Tints of Lime Green #3AD353
RGB
CMYK
RGB Variations
Color information
#3AD353 (or 0x3AD353) is known color: Lime Green. HEX triplet: 3A, D3 and 53. RGB value is (58,211,83). Sum of RGB (Red+Green+Blue) = 58+211+83=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD353 is #C52CAC. Grayscale: #979797. Windows color (decimal): -12922029 or 5493562. OLE color: 5493562.
HSL color Cylindrical-coordinate representation of color #3AD353: hue angle of 129.8º degrees, saturation: 0.63, 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 #3AD353 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 83 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.17 |
| HSL | 129.8º | 0.63% | 0.53% | - |
| HSV(B) | 129.8º | 0.73% | 0.83% | - |
| XYZ | 26.6 | 48.11 | 16.07 | - |
| YUV | 150.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 83 | 0.73 | 0 | 0.61 | 0.17 | 129.8 | 0.63 | 0.53 |
| Hex | 3A | D3 | 53 | 49 | 0 | 3D | 11 | 82 | 3F | 35 |
| Octal | 72 | 323 | 123 | 111 | 0 | 75 | 21 | 202 | 77 | 65 |
| Binary | 111010 | 11010011 | 1010011 | 1001001 | 0 | 111101 | 10001 | 10000010 | 111111 | 110101 |
Color Harmonies of #3AD353
Complementary color
Monochromatic Colors of #3AD353
Black with #3AD353
Text Example
Text Example
White with #3AD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD353; }
p { color: rgb(58,211,83); }
H1.HeaderClassName
{
color: #3AD353;
}
.AnyTagClassName
{
color: #3AD353;
}
</style>
background-color css
<style>
a { background-color: #3AD353; }
a { background-color: rgb(58,211,83); }
div.DivClassName
{
background-color: #3AD353;
}
.BgClassName
{
background-color: #3AD353;
}
</style>
border-color css
<style>
span { border-color: #3AD353; }
span { border-color: rgb(58,211,83); }
td.TdClassName
{
border-color: #3AD353;
}
.TagClassName
{
border-color: #3AD353;
}
</style>