Shades of Lime Green #3AC146
Tints of Lime Green #3AC146
RGB
CMYK
RGB Variations
Color information
#3AC146 (or 0x3AC146) is known color: Lime Green. HEX triplet: 3A, C1 and 46. RGB value is (58,193,70). Sum of RGB (Red+Green+Blue) = 58+193+70=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC146 is #C53EB9. Grayscale: #8A8A8A. Windows color (decimal): -12926650 or 4636986. OLE color: 4636986.
HSL color Cylindrical-coordinate representation of color #3AC146: hue angle of 125.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC146 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 70 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.24 |
| HSL | 125.33º | 0.54% | 0.49% | - |
| HSV(B) | 125.33º | 0.7% | 0.76% | - |
| XYZ | 21.92 | 39.48 | 12.26 | - |
| YUV | 138.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 70 | 0.70 | 0 | 0.64 | 0.24 | 125.33 | 0.54 | 0.49 |
| Hex | 3A | C1 | 46 | 46 | 0 | 40 | 18 | 7D | 36 | 31 |
| Octal | 72 | 301 | 106 | 106 | 0 | 100 | 30 | 175 | 66 | 61 |
| Binary | 111010 | 11000001 | 1000110 | 1000110 | 0 | 1000000 | 11000 | 1111101 | 110110 | 110001 |
Color Harmonies of #3AC146
Complementary color
Monochromatic Colors of #3AC146
Black with #3AC146
Text Example
Text Example
White with #3AC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC146; }
p { color: rgb(58,193,70); }
H1.HeaderClassName
{
color: #3AC146;
}
.AnyTagClassName
{
color: #3AC146;
}
</style>
background-color css
<style>
a { background-color: #3AC146; }
a { background-color: rgb(58,193,70); }
div.DivClassName
{
background-color: #3AC146;
}
.BgClassName
{
background-color: #3AC146;
}
</style>
border-color css
<style>
span { border-color: #3AC146; }
span { border-color: rgb(58,193,70); }
td.TdClassName
{
border-color: #3AC146;
}
.TagClassName
{
border-color: #3AC146;
}
</style>