Shades of Lime Green #4CC740
Tints of Lime Green #4CC740
RGB
CMYK
RGB Variations
Color information
#4CC740 (or 0x4CC740) is known color: Lime Green. HEX triplet: 4C, C7 and 40. RGB value is (76,199,64). Sum of RGB (Red+Green+Blue) = 76+199+64=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC740 is #B338BF. Grayscale: #939393. Windows color (decimal): -11745472 or 4245324. OLE color: 4245324.
HSL color Cylindrical-coordinate representation of color #4CC740: hue angle of 114.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CC740 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 199 | 64 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.22 |
| HSL | 114.67º | 0.55% | 0.52% | - |
| HSV(B) | 114.67º | 0.68% | 0.78% | - |
| XYZ | 24.33 | 42.75 | 11.82 | - |
| YUV | 146.83 | 81.25 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 199 | 64 | 0.62 | 0 | 0.68 | 0.22 | 114.67 | 0.55 | 0.52 |
| Hex | 4C | C7 | 40 | 3E | 0 | 44 | 16 | 73 | 37 | 34 |
| Octal | 114 | 307 | 100 | 76 | 0 | 104 | 26 | 163 | 67 | 64 |
| Binary | 1001100 | 11000111 | 1000000 | 111110 | 0 | 1000100 | 10110 | 1110011 | 110111 | 110100 |
Color Harmonies of #4CC740
Complementary color
Monochromatic Colors of #4CC740
Black with #4CC740
Text Example
Text Example
White with #4CC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC740; }
p { color: rgb(76,199,64); }
H1.HeaderClassName
{
color: #4CC740;
}
.AnyTagClassName
{
color: #4CC740;
}
</style>
background-color css
<style>
a { background-color: #4CC740; }
a { background-color: rgb(76,199,64); }
div.DivClassName
{
background-color: #4CC740;
}
.BgClassName
{
background-color: #4CC740;
}
</style>
border-color css
<style>
span { border-color: #4CC740; }
span { border-color: rgb(76,199,64); }
td.TdClassName
{
border-color: #4CC740;
}
.TagClassName
{
border-color: #4CC740;
}
</style>