Shades of Lime Green #3AC346
Tints of Lime Green #3AC346
RGB
CMYK
RGB Variations
Color information
#3AC346 (or 0x3AC346) is known color: Lime Green. HEX triplet: 3A, C3 and 46. RGB value is (58,195,70). Sum of RGB (Red+Green+Blue) = 58+195+70=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC346 is #C53CB9. Grayscale: #8C8C8C. Windows color (decimal): -12926138 or 4637498. OLE color: 4637498.
HSL color Cylindrical-coordinate representation of color #3AC346: hue angle of 125.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC346 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 70 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.24 |
| HSL | 125.26º | 0.54% | 0.5% | - |
| HSV(B) | 125.26º | 0.7% | 0.76% | - |
| XYZ | 22.37 | 40.37 | 12.41 | - |
| YUV | 139.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 70 | 0.70 | 0 | 0.64 | 0.24 | 125.26 | 0.54 | 0.5 |
| Hex | 3A | C3 | 46 | 46 | 0 | 40 | 18 | 7D | 36 | 32 |
| Octal | 72 | 303 | 106 | 106 | 0 | 100 | 30 | 175 | 66 | 62 |
| Binary | 111010 | 11000011 | 1000110 | 1000110 | 0 | 1000000 | 11000 | 1111101 | 110110 | 110010 |
Color Harmonies of #3AC346
Complementary color
Monochromatic Colors of #3AC346
Black with #3AC346
Text Example
Text Example
White with #3AC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC346; }
p { color: rgb(58,195,70); }
H1.HeaderClassName
{
color: #3AC346;
}
.AnyTagClassName
{
color: #3AC346;
}
</style>
background-color css
<style>
a { background-color: #3AC346; }
a { background-color: rgb(58,195,70); }
div.DivClassName
{
background-color: #3AC346;
}
.BgClassName
{
background-color: #3AC346;
}
</style>
border-color css
<style>
span { border-color: #3AC346; }
span { border-color: rgb(58,195,70); }
td.TdClassName
{
border-color: #3AC346;
}
.TagClassName
{
border-color: #3AC346;
}
</style>