Shades of Lime Green #3AD350
Tints of Lime Green #3AD350
RGB
CMYK
RGB Variations
Color information
#3AD350 (or 0x3AD350) is known color: Lime Green. HEX triplet: 3A, D3 and 50. RGB value is (58,211,80). Sum of RGB (Red+Green+Blue) = 58+211+80=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD350 is #C52CAF. Grayscale: #969696. Windows color (decimal): -12922032 or 5296954. OLE color: 5296954.
HSL color Cylindrical-coordinate representation of color #3AD350: hue angle of 128.63º 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 #3AD350 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 80 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.17 |
| HSL | 128.63º | 0.63% | 0.53% | - |
| HSV(B) | 128.63º | 0.73% | 0.83% | - |
| XYZ | 26.49 | 48.07 | 15.47 | - |
| YUV | 150.32 | 88.31 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 80 | 0.73 | 0 | 0.62 | 0.17 | 128.63 | 0.63 | 0.53 |
| Hex | 3A | D3 | 50 | 49 | 0 | 3E | 11 | 81 | 3F | 35 |
| Octal | 72 | 323 | 120 | 111 | 0 | 76 | 21 | 201 | 77 | 65 |
| Binary | 111010 | 11010011 | 1010000 | 1001001 | 0 | 111110 | 10001 | 10000001 | 111111 | 110101 |
Color Harmonies of #3AD350
Complementary color
Monochromatic Colors of #3AD350
Black with #3AD350
Text Example
Text Example
White with #3AD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD350; }
p { color: rgb(58,211,80); }
H1.HeaderClassName
{
color: #3AD350;
}
.AnyTagClassName
{
color: #3AD350;
}
</style>
background-color css
<style>
a { background-color: #3AD350; }
a { background-color: rgb(58,211,80); }
div.DivClassName
{
background-color: #3AD350;
}
.BgClassName
{
background-color: #3AD350;
}
</style>
border-color css
<style>
span { border-color: #3AD350; }
span { border-color: rgb(58,211,80); }
td.TdClassName
{
border-color: #3AD350;
}
.TagClassName
{
border-color: #3AD350;
}
</style>