Shades of Lime Green #4AC649
Tints of Lime Green #4AC649
RGB
CMYK
RGB Variations
Color information
#4AC649 (or 0x4AC649) is known color: Lime Green. HEX triplet: 4A, C6 and 49. RGB value is (74,198,73). Sum of RGB (Red+Green+Blue) = 74+198+73=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC649 is #B539B6. Grayscale: #939393. Windows color (decimal): -11876791 or 4834890. OLE color: 4834890.
HSL color Cylindrical-coordinate representation of color #4AC649: hue angle of 119.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC649 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 73 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.22 |
| HSL | 119.52º | 0.52% | 0.53% | - |
| HSV(B) | 119.52º | 0.63% | 0.78% | - |
| XYZ | 24.22 | 42.33 | 13.2 | - |
| YUV | 146.67 | 86.42 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 73 | 0.63 | 0 | 0.63 | 0.22 | 119.52 | 0.52 | 0.53 |
| Hex | 4A | C6 | 49 | 3F | 0 | 3F | 16 | 78 | 34 | 35 |
| Octal | 112 | 306 | 111 | 77 | 0 | 77 | 26 | 170 | 64 | 65 |
| Binary | 1001010 | 11000110 | 1001001 | 111111 | 0 | 111111 | 10110 | 1111000 | 110100 | 110101 |
Color Harmonies of #4AC649
Complementary color
Monochromatic Colors of #4AC649
Black with #4AC649
Text Example
Text Example
White with #4AC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC649; }
p { color: rgb(74,198,73); }
H1.HeaderClassName
{
color: #4AC649;
}
.AnyTagClassName
{
color: #4AC649;
}
</style>
background-color css
<style>
a { background-color: #4AC649; }
a { background-color: rgb(74,198,73); }
div.DivClassName
{
background-color: #4AC649;
}
.BgClassName
{
background-color: #4AC649;
}
</style>
border-color css
<style>
span { border-color: #4AC649; }
span { border-color: rgb(74,198,73); }
td.TdClassName
{
border-color: #4AC649;
}
.TagClassName
{
border-color: #4AC649;
}
</style>