Shades of Lime Green #4CC640
Tints of Lime Green #4CC640
RGB
CMYK
RGB Variations
Color information
#4CC640 (or 0x4CC640) is known color: Lime Green. HEX triplet: 4C, C6 and 40. RGB value is (76,198,64). Sum of RGB (Red+Green+Blue) = 76+198+64=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC640 is #B339BF. Grayscale: #929292. Windows color (decimal): -11745728 or 4245068. OLE color: 4245068.
HSL color Cylindrical-coordinate representation of color #4CC640: hue angle of 114.63º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC640 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 198 | 64 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.22 |
| HSL | 114.63º | 0.54% | 0.51% | - |
| HSV(B) | 114.63º | 0.68% | 0.78% | - |
| XYZ | 24.1 | 42.29 | 11.74 | - |
| YUV | 146.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 198 | 64 | 0.62 | 0 | 0.68 | 0.22 | 114.63 | 0.54 | 0.51 |
| Hex | 4C | C6 | 40 | 3E | 0 | 44 | 16 | 73 | 36 | 33 |
| Octal | 114 | 306 | 100 | 76 | 0 | 104 | 26 | 163 | 66 | 63 |
| Binary | 1001100 | 11000110 | 1000000 | 111110 | 0 | 1000100 | 10110 | 1110011 | 110110 | 110011 |
Color Harmonies of #4CC640
Complementary color
Monochromatic Colors of #4CC640
Black with #4CC640
Text Example
Text Example
White with #4CC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC640; }
p { color: rgb(76,198,64); }
H1.HeaderClassName
{
color: #4CC640;
}
.AnyTagClassName
{
color: #4CC640;
}
</style>
background-color css
<style>
a { background-color: #4CC640; }
a { background-color: rgb(76,198,64); }
div.DivClassName
{
background-color: #4CC640;
}
.BgClassName
{
background-color: #4CC640;
}
</style>
border-color css
<style>
span { border-color: #4CC640; }
span { border-color: rgb(76,198,64); }
td.TdClassName
{
border-color: #4CC640;
}
.TagClassName
{
border-color: #4CC640;
}
</style>