Shades of Lime Green #4AC340
Tints of Lime Green #4AC340
RGB
CMYK
RGB Variations
Color information
#4AC340 (or 0x4AC340) is known color: Lime Green. HEX triplet: 4A, C3 and 40. RGB value is (74,195,64). Sum of RGB (Red+Green+Blue) = 74+195+64=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC340 is #B53CBF. Grayscale: #909090. Windows color (decimal): -11877568 or 4244298. OLE color: 4244298.
HSL color Cylindrical-coordinate representation of color #4AC340: hue angle of 115.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC340 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 64 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.24 |
| HSL | 115.42º | 0.52% | 0.51% | - |
| HSV(B) | 115.42º | 0.67% | 0.76% | - |
| XYZ | 23.26 | 40.86 | 11.51 | - |
| YUV | 143.89 | 82.91 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 64 | 0.62 | 0 | 0.67 | 0.24 | 115.42 | 0.52 | 0.51 |
| Hex | 4A | C3 | 40 | 3E | 0 | 43 | 18 | 73 | 34 | 33 |
| Octal | 112 | 303 | 100 | 76 | 0 | 103 | 30 | 163 | 64 | 63 |
| Binary | 1001010 | 11000011 | 1000000 | 111110 | 0 | 1000011 | 11000 | 1110011 | 110100 | 110011 |
Color Harmonies of #4AC340
Complementary color
Monochromatic Colors of #4AC340
Black with #4AC340
Text Example
Text Example
White with #4AC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC340; }
p { color: rgb(74,195,64); }
H1.HeaderClassName
{
color: #4AC340;
}
.AnyTagClassName
{
color: #4AC340;
}
</style>
background-color css
<style>
a { background-color: #4AC340; }
a { background-color: rgb(74,195,64); }
div.DivClassName
{
background-color: #4AC340;
}
.BgClassName
{
background-color: #4AC340;
}
</style>
border-color css
<style>
span { border-color: #4AC340; }
span { border-color: rgb(74,195,64); }
td.TdClassName
{
border-color: #4AC340;
}
.TagClassName
{
border-color: #4AC340;
}
</style>