Shades of Lime Green #3AD521
Tints of Lime Green #3AD521
RGB
CMYK
RGB Variations
Color information
#3AD521 (or 0x3AD521) is known color: Lime Green. HEX triplet: 3A, D5 and 21. RGB value is (58,213,33). Sum of RGB (Red+Green+Blue) = 58+213+33=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD521 is #C52ADE. Grayscale: #929292. Windows color (decimal): -12921567 or 2217274. OLE color: 2217274.
HSL color Cylindrical-coordinate representation of color #3AD521: hue angle of 111.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3AD521 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.16 |
| HSL | 111.67º | 0.73% | 0.48% | - |
| HSV(B) | 111.67º | 0.85% | 0.84% | - |
| XYZ | 25.81 | 48.6 | 9.46 | - |
| YUV | 146.14 | 64.15 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 33 | 0.73 | 0 | 0.85 | 0.16 | 111.67 | 0.73 | 0.48 |
| Hex | 3A | D5 | 21 | 49 | 0 | 55 | 10 | 70 | 49 | 30 |
| Octal | 72 | 325 | 41 | 111 | 0 | 125 | 20 | 160 | 111 | 60 |
| Binary | 111010 | 11010101 | 100001 | 1001001 | 0 | 1010101 | 10000 | 1110000 | 1001001 | 110000 |
Color Harmonies of #3AD521
Complementary color
Monochromatic Colors of #3AD521
Black with #3AD521
Text Example
Text Example
White with #3AD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD521; }
p { color: rgb(58,213,33); }
H1.HeaderClassName
{
color: #3AD521;
}
.AnyTagClassName
{
color: #3AD521;
}
</style>
background-color css
<style>
a { background-color: #3AD521; }
a { background-color: rgb(58,213,33); }
div.DivClassName
{
background-color: #3AD521;
}
.BgClassName
{
background-color: #3AD521;
}
</style>
border-color css
<style>
span { border-color: #3AD521; }
span { border-color: rgb(58,213,33); }
td.TdClassName
{
border-color: #3AD521;
}
.TagClassName
{
border-color: #3AD521;
}
</style>