Shades of Lime Green #4CC240
Tints of Lime Green #4CC240
RGB
CMYK
RGB Variations
Color information
#4CC240 (or 0x4CC240) is known color: Lime Green. HEX triplet: 4C, C2 and 40. RGB value is (76,194,64). Sum of RGB (Red+Green+Blue) = 76+194+64=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC240 is #B33DBF. Grayscale: #909090. Windows color (decimal): -11746752 or 4244044. OLE color: 4244044.
HSL color Cylindrical-coordinate representation of color #4CC240: hue angle of 114.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC240 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 64 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.24 |
| HSL | 114.46º | 0.52% | 0.51% | - |
| HSV(B) | 114.46º | 0.67% | 0.76% | - |
| XYZ | 23.2 | 40.49 | 11.44 | - |
| YUV | 143.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 64 | 0.61 | 0 | 0.67 | 0.24 | 114.46 | 0.52 | 0.51 |
| Hex | 4C | C2 | 40 | 3D | 0 | 43 | 18 | 72 | 34 | 33 |
| Octal | 114 | 302 | 100 | 75 | 0 | 103 | 30 | 162 | 64 | 63 |
| Binary | 1001100 | 11000010 | 1000000 | 111101 | 0 | 1000011 | 11000 | 1110010 | 110100 | 110011 |
Color Harmonies of #4CC240
Complementary color
Monochromatic Colors of #4CC240
Black with #4CC240
Text Example
Text Example
White with #4CC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC240; }
p { color: rgb(76,194,64); }
H1.HeaderClassName
{
color: #4CC240;
}
.AnyTagClassName
{
color: #4CC240;
}
</style>
background-color css
<style>
a { background-color: #4CC240; }
a { background-color: rgb(76,194,64); }
div.DivClassName
{
background-color: #4CC240;
}
.BgClassName
{
background-color: #4CC240;
}
</style>
border-color css
<style>
span { border-color: #4CC240; }
span { border-color: rgb(76,194,64); }
td.TdClassName
{
border-color: #4CC240;
}
.TagClassName
{
border-color: #4CC240;
}
</style>