Shades of Lime Green #4AC544
Tints of Lime Green #4AC544
RGB
CMYK
RGB Variations
Color information
#4AC544 (or 0x4AC544) is known color: Lime Green. HEX triplet: 4A, C5 and 44. RGB value is (74,197,68). Sum of RGB (Red+Green+Blue) = 74+197+68=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC544 is #B53ABB. Grayscale: #919191. Windows color (decimal): -11877052 or 4506954. OLE color: 4506954.
HSL color Cylindrical-coordinate representation of color #4AC544: hue angle of 117.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AC544 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 68 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.23 |
| HSL | 117.21º | 0.53% | 0.52% | - |
| HSV(B) | 117.21º | 0.65% | 0.77% | - |
| XYZ | 23.83 | 41.81 | 12.28 | - |
| YUV | 145.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 68 | 0.62 | 0 | 0.65 | 0.23 | 117.21 | 0.53 | 0.52 |
| Hex | 4A | C5 | 44 | 3E | 0 | 41 | 17 | 75 | 35 | 34 |
| Octal | 112 | 305 | 104 | 76 | 0 | 101 | 27 | 165 | 65 | 64 |
| Binary | 1001010 | 11000101 | 1000100 | 111110 | 0 | 1000001 | 10111 | 1110101 | 110101 | 110100 |
Color Harmonies of #4AC544
Complementary color
Monochromatic Colors of #4AC544
Black with #4AC544
Text Example
Text Example
White with #4AC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC544; }
p { color: rgb(74,197,68); }
H1.HeaderClassName
{
color: #4AC544;
}
.AnyTagClassName
{
color: #4AC544;
}
</style>
background-color css
<style>
a { background-color: #4AC544; }
a { background-color: rgb(74,197,68); }
div.DivClassName
{
background-color: #4AC544;
}
.BgClassName
{
background-color: #4AC544;
}
</style>
border-color css
<style>
span { border-color: #4AC544; }
span { border-color: rgb(74,197,68); }
td.TdClassName
{
border-color: #4AC544;
}
.TagClassName
{
border-color: #4AC544;
}
</style>