Shades of Lime Green #4CC649
Tints of Lime Green #4CC649
RGB
CMYK
RGB Variations
Color information
#4CC649 (or 0x4CC649) is known color: Lime Green. HEX triplet: 4C, C6 and 49. RGB value is (76,198,73). Sum of RGB (Red+Green+Blue) = 76+198+73=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC649 is #B339B6. Grayscale: #939393. Windows color (decimal): -11745719 or 4834892. OLE color: 4834892.
HSL color Cylindrical-coordinate representation of color #4CC649: hue angle of 118.56º 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 #4CC649 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 198 | 73 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.22 |
| HSL | 118.56º | 0.52% | 0.53% | - |
| HSV(B) | 118.56º | 0.63% | 0.78% | - |
| XYZ | 24.38 | 42.41 | 13.2 | - |
| YUV | 147.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 198 | 73 | 0.62 | 0 | 0.63 | 0.22 | 118.56 | 0.52 | 0.53 |
| Hex | 4C | C6 | 49 | 3E | 0 | 3F | 16 | 77 | 34 | 35 |
| Octal | 114 | 306 | 111 | 76 | 0 | 77 | 26 | 167 | 64 | 65 |
| Binary | 1001100 | 11000110 | 1001001 | 111110 | 0 | 111111 | 10110 | 1110111 | 110100 | 110101 |
Color Harmonies of #4CC649
Complementary color
Monochromatic Colors of #4CC649
Black with #4CC649
Text Example
Text Example
White with #4CC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC649; }
p { color: rgb(76,198,73); }
H1.HeaderClassName
{
color: #4CC649;
}
.AnyTagClassName
{
color: #4CC649;
}
</style>
background-color css
<style>
a { background-color: #4CC649; }
a { background-color: rgb(76,198,73); }
div.DivClassName
{
background-color: #4CC649;
}
.BgClassName
{
background-color: #4CC649;
}
</style>
border-color css
<style>
span { border-color: #4CC649; }
span { border-color: rgb(76,198,73); }
td.TdClassName
{
border-color: #4CC649;
}
.TagClassName
{
border-color: #4CC649;
}
</style>