Shades of Lime Green #3AC620
Tints of Lime Green #3AC620
RGB
CMYK
RGB Variations
Color information
#3AC620 (or 0x3AC620) is known color: Lime Green. HEX triplet: 3A, C6 and 20. RGB value is (58,198,32). Sum of RGB (Red+Green+Blue) = 58+198+32=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC620 is #C539DF. Grayscale: #898989. Windows color (decimal): -12925408 or 2147898. OLE color: 2147898.
HSL color Cylindrical-coordinate representation of color #3AC620: hue angle of 110.6º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AC620 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 32 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.22 |
| HSL | 110.6º | 0.72% | 0.45% | - |
| HSV(B) | 110.6º | 0.84% | 0.78% | - |
| XYZ | 22.2 | 41.39 | 8.19 | - |
| YUV | 137.22 | 68.62 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 32 | 0.71 | 0 | 0.84 | 0.22 | 110.6 | 0.72 | 0.45 |
| Hex | 3A | C6 | 20 | 47 | 0 | 54 | 16 | 6F | 48 | 2D |
| Octal | 72 | 306 | 40 | 107 | 0 | 124 | 26 | 157 | 110 | 55 |
| Binary | 111010 | 11000110 | 100000 | 1000111 | 0 | 1010100 | 10110 | 1101111 | 1001000 | 101101 |
Color Harmonies of #3AC620
Complementary color
Monochromatic Colors of #3AC620
Black with #3AC620
Text Example
Text Example
White with #3AC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC620; }
p { color: rgb(58,198,32); }
H1.HeaderClassName
{
color: #3AC620;
}
.AnyTagClassName
{
color: #3AC620;
}
</style>
background-color css
<style>
a { background-color: #3AC620; }
a { background-color: rgb(58,198,32); }
div.DivClassName
{
background-color: #3AC620;
}
.BgClassName
{
background-color: #3AC620;
}
</style>
border-color css
<style>
span { border-color: #3AC620; }
span { border-color: rgb(58,198,32); }
td.TdClassName
{
border-color: #3AC620;
}
.TagClassName
{
border-color: #3AC620;
}
</style>