Shades of Lime Green #4AC540
Tints of Lime Green #4AC540
RGB
CMYK
RGB Variations
Color information
#4AC540 (or 0x4AC540) is known color: Lime Green. HEX triplet: 4A, C5 and 40. RGB value is (74,197,64). Sum of RGB (Red+Green+Blue) = 74+197+64=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC540 is #B53ABF. Grayscale: #919191. Windows color (decimal): -11877056 or 4244810. OLE color: 4244810.
HSL color Cylindrical-coordinate representation of color #4AC540: hue angle of 115.49º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AC540 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 64 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.23 |
| HSL | 115.49º | 0.53% | 0.51% | - |
| HSV(B) | 115.49º | 0.68% | 0.77% | - |
| XYZ | 23.72 | 41.76 | 11.66 | - |
| YUV | 145.06 | 82.25 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 64 | 0.62 | 0 | 0.68 | 0.23 | 115.49 | 0.53 | 0.51 |
| Hex | 4A | C5 | 40 | 3E | 0 | 44 | 17 | 73 | 35 | 33 |
| Octal | 112 | 305 | 100 | 76 | 0 | 104 | 27 | 163 | 65 | 63 |
| Binary | 1001010 | 11000101 | 1000000 | 111110 | 0 | 1000100 | 10111 | 1110011 | 110101 | 110011 |
Color Harmonies of #4AC540
Complementary color
Monochromatic Colors of #4AC540
Black with #4AC540
Text Example
Text Example
White with #4AC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC540; }
p { color: rgb(74,197,64); }
H1.HeaderClassName
{
color: #4AC540;
}
.AnyTagClassName
{
color: #4AC540;
}
</style>
background-color css
<style>
a { background-color: #4AC540; }
a { background-color: rgb(74,197,64); }
div.DivClassName
{
background-color: #4AC540;
}
.BgClassName
{
background-color: #4AC540;
}
</style>
border-color css
<style>
span { border-color: #4AC540; }
span { border-color: rgb(74,197,64); }
td.TdClassName
{
border-color: #4AC540;
}
.TagClassName
{
border-color: #4AC540;
}
</style>