Shades of Lime Green #3AC546
Tints of Lime Green #3AC546
RGB
CMYK
RGB Variations
Color information
#3AC546 (or 0x3AC546) is known color: Lime Green. HEX triplet: 3A, C5 and 46. RGB value is (58,197,70). Sum of RGB (Red+Green+Blue) = 58+197+70=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC546 is #C53AB9. Grayscale: #8D8D8D. Windows color (decimal): -12925626 or 4638010. OLE color: 4638010.
HSL color Cylindrical-coordinate representation of color #3AC546: hue angle of 125.18º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC546 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 70 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.23 |
| HSL | 125.18º | 0.55% | 0.5% | - |
| HSV(B) | 125.18º | 0.71% | 0.77% | - |
| XYZ | 22.82 | 41.27 | 12.56 | - |
| YUV | 140.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 70 | 0.71 | 0 | 0.64 | 0.23 | 125.18 | 0.55 | 0.5 |
| Hex | 3A | C5 | 46 | 47 | 0 | 40 | 17 | 7D | 37 | 32 |
| Octal | 72 | 305 | 106 | 107 | 0 | 100 | 27 | 175 | 67 | 62 |
| Binary | 111010 | 11000101 | 1000110 | 1000111 | 0 | 1000000 | 10111 | 1111101 | 110111 | 110010 |
Color Harmonies of #3AC546
Complementary color
Monochromatic Colors of #3AC546
Black with #3AC546
Text Example
Text Example
White with #3AC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC546; }
p { color: rgb(58,197,70); }
H1.HeaderClassName
{
color: #3AC546;
}
.AnyTagClassName
{
color: #3AC546;
}
</style>
background-color css
<style>
a { background-color: #3AC546; }
a { background-color: rgb(58,197,70); }
div.DivClassName
{
background-color: #3AC546;
}
.BgClassName
{
background-color: #3AC546;
}
</style>
border-color css
<style>
span { border-color: #3AC546; }
span { border-color: rgb(58,197,70); }
td.TdClassName
{
border-color: #3AC546;
}
.TagClassName
{
border-color: #3AC546;
}
</style>