Shades of Lime Green #4CD844
Tints of Lime Green #4CD844
RGB
CMYK
RGB Variations
Color information
#4CD844 (or 0x4CD844) is known color: Lime Green. HEX triplet: 4C, D8 and 44. RGB value is (76,216,68). Sum of RGB (Red+Green+Blue) = 76+216+68=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD844 is #B327BB. Grayscale: #9D9D9D. Windows color (decimal): -11741116 or 4511820. OLE color: 4511820.
HSL color Cylindrical-coordinate representation of color #4CD844: hue angle of 116.76º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CD844 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 216 | 68 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.15 |
| HSL | 116.76º | 0.65% | 0.56% | - |
| HSV(B) | 116.76º | 0.69% | 0.85% | - |
| XYZ | 28.58 | 51.07 | 13.82 | - |
| YUV | 157.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 216 | 68 | 0.65 | 0 | 0.69 | 0.15 | 116.76 | 0.65 | 0.56 |
| Hex | 4C | D8 | 44 | 41 | 0 | 45 | F | 75 | 41 | 38 |
| Octal | 114 | 330 | 104 | 101 | 0 | 105 | 17 | 165 | 101 | 70 |
| Binary | 1001100 | 11011000 | 1000100 | 1000001 | 0 | 1000101 | 1111 | 1110101 | 1000001 | 111000 |
Color Harmonies of #4CD844
Complementary color
Monochromatic Colors of #4CD844
Black with #4CD844
Text Example
Text Example
White with #4CD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD844; }
p { color: rgb(76,216,68); }
H1.HeaderClassName
{
color: #4CD844;
}
.AnyTagClassName
{
color: #4CD844;
}
</style>
background-color css
<style>
a { background-color: #4CD844; }
a { background-color: rgb(76,216,68); }
div.DivClassName
{
background-color: #4CD844;
}
.BgClassName
{
background-color: #4CD844;
}
</style>
border-color css
<style>
span { border-color: #4CD844; }
span { border-color: rgb(76,216,68); }
td.TdClassName
{
border-color: #4CD844;
}
.TagClassName
{
border-color: #4CD844;
}
</style>