Shades of Lime Green #3AC64D
Tints of Lime Green #3AC64D
RGB
CMYK
RGB Variations
Color information
#3AC64D (or 0x3AC64D) is known color: Lime Green. HEX triplet: 3A, C6 and 4D. RGB value is (58,198,77). Sum of RGB (Red+Green+Blue) = 58+198+77=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC64D is #C539B2. Grayscale: #8E8E8E. Windows color (decimal): -12925363 or 5097018. OLE color: 5097018.
HSL color Cylindrical-coordinate representation of color #3AC64D: hue angle of 128.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC64D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 77 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.22 |
| HSL | 128.14º | 0.55% | 0.5% | - |
| HSV(B) | 128.14º | 0.71% | 0.78% | - |
| XYZ | 23.28 | 41.82 | 13.87 | - |
| YUV | 142.35 | 91.12 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 77 | 0.71 | 0 | 0.61 | 0.22 | 128.14 | 0.55 | 0.5 |
| Hex | 3A | C6 | 4D | 47 | 0 | 3D | 16 | 80 | 37 | 32 |
| Octal | 72 | 306 | 115 | 107 | 0 | 75 | 26 | 200 | 67 | 62 |
| Binary | 111010 | 11000110 | 1001101 | 1000111 | 0 | 111101 | 10110 | 10000000 | 110111 | 110010 |
Color Harmonies of #3AC64D
Complementary color
Monochromatic Colors of #3AC64D
Black with #3AC64D
Text Example
Text Example
White with #3AC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC64D; }
p { color: rgb(58,198,77); }
H1.HeaderClassName
{
color: #3AC64D;
}
.AnyTagClassName
{
color: #3AC64D;
}
</style>
background-color css
<style>
a { background-color: #3AC64D; }
a { background-color: rgb(58,198,77); }
div.DivClassName
{
background-color: #3AC64D;
}
.BgClassName
{
background-color: #3AC64D;
}
</style>
border-color css
<style>
span { border-color: #3AC64D; }
span { border-color: rgb(58,198,77); }
td.TdClassName
{
border-color: #3AC64D;
}
.TagClassName
{
border-color: #3AC64D;
}
</style>