Shades of Lime Green #3AD549
Tints of Lime Green #3AD549
RGB
CMYK
RGB Variations
Color information
#3AD549 (or 0x3AD549) is known color: Lime Green. HEX triplet: 3A, D5 and 49. RGB value is (58,213,73). Sum of RGB (Red+Green+Blue) = 58+213+73=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD549 is #C52AB6. Grayscale: #979797. Windows color (decimal): -12921527 or 4838714. OLE color: 4838714.
HSL color Cylindrical-coordinate representation of color #3AD549: hue angle of 125.81º 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 #3AD549 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 73 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.16 |
| HSL | 125.81º | 0.65% | 0.53% | - |
| HSV(B) | 125.81º | 0.73% | 0.84% | - |
| XYZ | 26.74 | 48.97 | 14.35 | - |
| YUV | 150.7 | 84.15 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 73 | 0.73 | 0 | 0.66 | 0.16 | 125.81 | 0.65 | 0.53 |
| Hex | 3A | D5 | 49 | 49 | 0 | 42 | 10 | 7E | 41 | 35 |
| Octal | 72 | 325 | 111 | 111 | 0 | 102 | 20 | 176 | 101 | 65 |
| Binary | 111010 | 11010101 | 1001001 | 1001001 | 0 | 1000010 | 10000 | 1111110 | 1000001 | 110101 |
Color Harmonies of #3AD549
Complementary color
Monochromatic Colors of #3AD549
Black with #3AD549
Text Example
Text Example
White with #3AD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD549; }
p { color: rgb(58,213,73); }
H1.HeaderClassName
{
color: #3AD549;
}
.AnyTagClassName
{
color: #3AD549;
}
</style>
background-color css
<style>
a { background-color: #3AD549; }
a { background-color: rgb(58,213,73); }
div.DivClassName
{
background-color: #3AD549;
}
.BgClassName
{
background-color: #3AD549;
}
</style>
border-color css
<style>
span { border-color: #3AD549; }
span { border-color: rgb(58,213,73); }
td.TdClassName
{
border-color: #3AD549;
}
.TagClassName
{
border-color: #3AD549;
}
</style>