Shades of Lime Green #3AD550
Tints of Lime Green #3AD550
RGB
CMYK
RGB Variations
Color information
#3AD550 (or 0x3AD550) is known color: Lime Green. HEX triplet: 3A, D5 and 50. RGB value is (58,213,80). Sum of RGB (Red+Green+Blue) = 58+213+80=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD550 is #C52AAF. Grayscale: #979797. Windows color (decimal): -12921520 or 5297466. OLE color: 5297466.
HSL color Cylindrical-coordinate representation of color #3AD550: hue angle of 128.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD550 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 80 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.16 |
| HSL | 128.52º | 0.65% | 0.53% | - |
| HSV(B) | 128.52º | 0.73% | 0.84% | - |
| XYZ | 26.99 | 49.07 | 15.64 | - |
| YUV | 151.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 80 | 0.73 | 0 | 0.62 | 0.16 | 128.52 | 0.65 | 0.53 |
| Hex | 3A | D5 | 50 | 49 | 0 | 3E | 10 | 81 | 41 | 35 |
| Octal | 72 | 325 | 120 | 111 | 0 | 76 | 20 | 201 | 101 | 65 |
| Binary | 111010 | 11010101 | 1010000 | 1001001 | 0 | 111110 | 10000 | 10000001 | 1000001 | 110101 |
Color Harmonies of #3AD550
Complementary color
Monochromatic Colors of #3AD550
Black with #3AD550
Text Example
Text Example
White with #3AD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD550; }
p { color: rgb(58,213,80); }
H1.HeaderClassName
{
color: #3AD550;
}
.AnyTagClassName
{
color: #3AD550;
}
</style>
background-color css
<style>
a { background-color: #3AD550; }
a { background-color: rgb(58,213,80); }
div.DivClassName
{
background-color: #3AD550;
}
.BgClassName
{
background-color: #3AD550;
}
</style>
border-color css
<style>
span { border-color: #3AD550; }
span { border-color: rgb(58,213,80); }
td.TdClassName
{
border-color: #3AD550;
}
.TagClassName
{
border-color: #3AD550;
}
</style>