Shades of Lime Green #3AC520
Tints of Lime Green #3AC520
RGB
CMYK
RGB Variations
Color information
#3AC520 (or 0x3AC520) is known color: Lime Green. HEX triplet: 3A, C5 and 20. RGB value is (58,197,32). Sum of RGB (Red+Green+Blue) = 58+197+32=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC520 is #C53ADF. Grayscale: #898989. Windows color (decimal): -12925664 or 2147642. OLE color: 2147642.
HSL color Cylindrical-coordinate representation of color #3AC520: hue angle of 110.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AC520 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.23 |
| HSL | 110.55º | 0.72% | 0.45% | - |
| HSV(B) | 110.55º | 0.84% | 0.77% | - |
| XYZ | 21.97 | 40.94 | 8.11 | - |
| YUV | 136.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 32 | 0.71 | 0 | 0.84 | 0.23 | 110.55 | 0.72 | 0.45 |
| Hex | 3A | C5 | 20 | 47 | 0 | 54 | 17 | 6F | 48 | 2D |
| Octal | 72 | 305 | 40 | 107 | 0 | 124 | 27 | 157 | 110 | 55 |
| Binary | 111010 | 11000101 | 100000 | 1000111 | 0 | 1010100 | 10111 | 1101111 | 1001000 | 101101 |
Color Harmonies of #3AC520
Complementary color
Monochromatic Colors of #3AC520
Black with #3AC520
Text Example
Text Example
White with #3AC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC520; }
p { color: rgb(58,197,32); }
H1.HeaderClassName
{
color: #3AC520;
}
.AnyTagClassName
{
color: #3AC520;
}
</style>
background-color css
<style>
a { background-color: #3AC520; }
a { background-color: rgb(58,197,32); }
div.DivClassName
{
background-color: #3AC520;
}
.BgClassName
{
background-color: #3AC520;
}
</style>
border-color css
<style>
span { border-color: #3AC520; }
span { border-color: rgb(58,197,32); }
td.TdClassName
{
border-color: #3AC520;
}
.TagClassName
{
border-color: #3AC520;
}
</style>