Shades of Lime Green #4AC548
Tints of Lime Green #4AC548
RGB
CMYK
RGB Variations
Color information
#4AC548 (or 0x4AC548) is known color: Lime Green. HEX triplet: 4A, C5 and 48. RGB value is (74,197,72). Sum of RGB (Red+Green+Blue) = 74+197+72=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC548 is #B53AB7. Grayscale: #929292. Windows color (decimal): -11877048 or 4769098. OLE color: 4769098.
HSL color Cylindrical-coordinate representation of color #4AC548: hue angle of 119.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC548 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 72 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.23 |
| HSL | 119.04º | 0.52% | 0.53% | - |
| HSV(B) | 119.04º | 0.63% | 0.77% | - |
| XYZ | 23.96 | 41.86 | 12.95 | - |
| YUV | 145.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 72 | 0.62 | 0 | 0.63 | 0.23 | 119.04 | 0.52 | 0.53 |
| Hex | 4A | C5 | 48 | 3E | 0 | 3F | 17 | 77 | 34 | 35 |
| Octal | 112 | 305 | 110 | 76 | 0 | 77 | 27 | 167 | 64 | 65 |
| Binary | 1001010 | 11000101 | 1001000 | 111110 | 0 | 111111 | 10111 | 1110111 | 110100 | 110101 |
Color Harmonies of #4AC548
Complementary color
Monochromatic Colors of #4AC548
Black with #4AC548
Text Example
Text Example
White with #4AC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC548; }
p { color: rgb(74,197,72); }
H1.HeaderClassName
{
color: #4AC548;
}
.AnyTagClassName
{
color: #4AC548;
}
</style>
background-color css
<style>
a { background-color: #4AC548; }
a { background-color: rgb(74,197,72); }
div.DivClassName
{
background-color: #4AC548;
}
.BgClassName
{
background-color: #4AC548;
}
</style>
border-color css
<style>
span { border-color: #4AC548; }
span { border-color: rgb(74,197,72); }
td.TdClassName
{
border-color: #4AC548;
}
.TagClassName
{
border-color: #4AC548;
}
</style>