Shades of Lime Green #4CC440
Tints of Lime Green #4CC440
RGB
CMYK
RGB Variations
Color information
#4CC440 (or 0x4CC440) is known color: Lime Green. HEX triplet: 4C, C4 and 40. RGB value is (76,196,64). Sum of RGB (Red+Green+Blue) = 76+196+64=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC440 is #B33BBF. Grayscale: #919191. Windows color (decimal): -11746240 or 4244556. OLE color: 4244556.
HSL color Cylindrical-coordinate representation of color #4CC440: hue angle of 114.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC440 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 64 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.23 |
| HSL | 114.55º | 0.53% | 0.51% | - |
| HSV(B) | 114.55º | 0.67% | 0.77% | - |
| XYZ | 23.65 | 41.39 | 11.59 | - |
| YUV | 145.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 64 | 0.61 | 0 | 0.67 | 0.23 | 114.55 | 0.53 | 0.51 |
| Hex | 4C | C4 | 40 | 3D | 0 | 43 | 17 | 73 | 35 | 33 |
| Octal | 114 | 304 | 100 | 75 | 0 | 103 | 27 | 163 | 65 | 63 |
| Binary | 1001100 | 11000100 | 1000000 | 111101 | 0 | 1000011 | 10111 | 1110011 | 110101 | 110011 |
Color Harmonies of #4CC440
Complementary color
Monochromatic Colors of #4CC440
Black with #4CC440
Text Example
Text Example
White with #4CC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC440; }
p { color: rgb(76,196,64); }
H1.HeaderClassName
{
color: #4CC440;
}
.AnyTagClassName
{
color: #4CC440;
}
</style>
background-color css
<style>
a { background-color: #4CC440; }
a { background-color: rgb(76,196,64); }
div.DivClassName
{
background-color: #4CC440;
}
.BgClassName
{
background-color: #4CC440;
}
</style>
border-color css
<style>
span { border-color: #4CC440; }
span { border-color: rgb(76,196,64); }
td.TdClassName
{
border-color: #4CC440;
}
.TagClassName
{
border-color: #4CC440;
}
</style>