Shades of Lime Green #4CC444
Tints of Lime Green #4CC444
RGB
CMYK
RGB Variations
Color information
#4CC444 (or 0x4CC444) is known color: Lime Green. HEX triplet: 4C, C4 and 44. RGB value is (76,196,68). Sum of RGB (Red+Green+Blue) = 76+196+68=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC444 is #B33BBB. Grayscale: #919191. Windows color (decimal): -11746236 or 4506700. OLE color: 4506700.
HSL color Cylindrical-coordinate representation of color #4CC444: hue angle of 116.25º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC444 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 68 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.23 |
| HSL | 116.25º | 0.52% | 0.52% | - |
| HSV(B) | 116.25º | 0.65% | 0.77% | - |
| XYZ | 23.76 | 41.43 | 12.21 | - |
| YUV | 145.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 68 | 0.61 | 0 | 0.65 | 0.23 | 116.25 | 0.52 | 0.52 |
| Hex | 4C | C4 | 44 | 3D | 0 | 41 | 17 | 74 | 34 | 34 |
| Octal | 114 | 304 | 104 | 75 | 0 | 101 | 27 | 164 | 64 | 64 |
| Binary | 1001100 | 11000100 | 1000100 | 111101 | 0 | 1000001 | 10111 | 1110100 | 110100 | 110100 |
Color Harmonies of #4CC444
Complementary color
Monochromatic Colors of #4CC444
Black with #4CC444
Text Example
Text Example
White with #4CC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC444; }
p { color: rgb(76,196,68); }
H1.HeaderClassName
{
color: #4CC444;
}
.AnyTagClassName
{
color: #4CC444;
}
</style>
background-color css
<style>
a { background-color: #4CC444; }
a { background-color: rgb(76,196,68); }
div.DivClassName
{
background-color: #4CC444;
}
.BgClassName
{
background-color: #4CC444;
}
</style>
border-color css
<style>
span { border-color: #4CC444; }
span { border-color: rgb(76,196,68); }
td.TdClassName
{
border-color: #4CC444;
}
.TagClassName
{
border-color: #4CC444;
}
</style>