Shades of Lime Green #4AC346
Tints of Lime Green #4AC346
RGB
CMYK
RGB Variations
Color information
#4AC346 (or 0x4AC346) is known color: Lime Green. HEX triplet: 4A, C3 and 46. RGB value is (74,195,70). Sum of RGB (Red+Green+Blue) = 74+195+70=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC346 is #B53CB9. Grayscale: #909090. Windows color (decimal): -11877562 or 4637514. OLE color: 4637514.
HSL color Cylindrical-coordinate representation of color #4AC346: hue angle of 118.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AC346 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 70 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.24 |
| HSL | 118.08º | 0.51% | 0.52% | - |
| HSV(B) | 118.08º | 0.64% | 0.76% | - |
| XYZ | 23.44 | 40.93 | 12.46 | - |
| YUV | 144.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 70 | 0.62 | 0 | 0.64 | 0.24 | 118.08 | 0.51 | 0.52 |
| Hex | 4A | C3 | 46 | 3E | 0 | 40 | 18 | 76 | 33 | 34 |
| Octal | 112 | 303 | 106 | 76 | 0 | 100 | 30 | 166 | 63 | 64 |
| Binary | 1001010 | 11000011 | 1000110 | 111110 | 0 | 1000000 | 11000 | 1110110 | 110011 | 110100 |
Color Harmonies of #4AC346
Complementary color
Monochromatic Colors of #4AC346
Black with #4AC346
Text Example
Text Example
White with #4AC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC346; }
p { color: rgb(74,195,70); }
H1.HeaderClassName
{
color: #4AC346;
}
.AnyTagClassName
{
color: #4AC346;
}
</style>
background-color css
<style>
a { background-color: #4AC346; }
a { background-color: rgb(74,195,70); }
div.DivClassName
{
background-color: #4AC346;
}
.BgClassName
{
background-color: #4AC346;
}
</style>
border-color css
<style>
span { border-color: #4AC346; }
span { border-color: rgb(74,195,70); }
td.TdClassName
{
border-color: #4AC346;
}
.TagClassName
{
border-color: #4AC346;
}
</style>