Shades of Lime Green #4CC644
Tints of Lime Green #4CC644
RGB
CMYK
RGB Variations
Color information
#4CC644 (or 0x4CC644) is known color: Lime Green. HEX triplet: 4C, C6 and 44. RGB value is (76,198,68). Sum of RGB (Red+Green+Blue) = 76+198+68=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC644 is #B339BB. Grayscale: #939393. Windows color (decimal): -11745724 or 4507212. OLE color: 4507212.
HSL color Cylindrical-coordinate representation of color #4CC644: hue angle of 116.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CC644 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 198 | 68 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.22 |
| HSL | 116.31º | 0.53% | 0.52% | - |
| HSV(B) | 116.31º | 0.66% | 0.78% | - |
| XYZ | 24.22 | 42.34 | 12.37 | - |
| YUV | 146.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 198 | 68 | 0.62 | 0 | 0.66 | 0.22 | 116.31 | 0.53 | 0.52 |
| Hex | 4C | C6 | 44 | 3E | 0 | 42 | 16 | 74 | 35 | 34 |
| Octal | 114 | 306 | 104 | 76 | 0 | 102 | 26 | 164 | 65 | 64 |
| Binary | 1001100 | 11000110 | 1000100 | 111110 | 0 | 1000010 | 10110 | 1110100 | 110101 | 110100 |
Color Harmonies of #4CC644
Complementary color
Monochromatic Colors of #4CC644
Black with #4CC644
Text Example
Text Example
White with #4CC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC644; }
p { color: rgb(76,198,68); }
H1.HeaderClassName
{
color: #4CC644;
}
.AnyTagClassName
{
color: #4CC644;
}
</style>
background-color css
<style>
a { background-color: #4CC644; }
a { background-color: rgb(76,198,68); }
div.DivClassName
{
background-color: #4CC644;
}
.BgClassName
{
background-color: #4CC644;
}
</style>
border-color css
<style>
span { border-color: #4CC644; }
span { border-color: rgb(76,198,68); }
td.TdClassName
{
border-color: #4CC644;
}
.TagClassName
{
border-color: #4CC644;
}
</style>