Shades of Lime Green #4DCC44
Tints of Lime Green #4DCC44
RGB
CMYK
RGB Variations
Color information
#4DCC44 (or 0x4DCC44) is known color: Lime Green. HEX triplet: 4D, CC and 44. RGB value is (77,204,68). Sum of RGB (Red+Green+Blue) = 77+204+68=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC44 is #B233BB. Grayscale: #969696. Windows color (decimal): -11678652 or 4508749. OLE color: 4508749.
HSL color Cylindrical-coordinate representation of color #4DCC44: hue angle of 116.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCC44 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 68 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.2 |
| HSL | 116.03º | 0.57% | 0.53% | - |
| HSV(B) | 116.03º | 0.67% | 0.8% | - |
| XYZ | 25.7 | 45.18 | 12.84 | - |
| YUV | 150.52 | 81.42 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 68 | 0.62 | 0 | 0.67 | 0.2 | 116.03 | 0.57 | 0.53 |
| Hex | 4D | CC | 44 | 3E | 0 | 43 | 14 | 74 | 39 | 35 |
| Octal | 115 | 314 | 104 | 76 | 0 | 103 | 24 | 164 | 71 | 65 |
| Binary | 1001101 | 11001100 | 1000100 | 111110 | 0 | 1000011 | 10100 | 1110100 | 111001 | 110101 |
Color Harmonies of #4DCC44
Complementary color
Monochromatic Colors of #4DCC44
Black with #4DCC44
Text Example
Text Example
White with #4DCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC44; }
p { color: rgb(77,204,68); }
H1.HeaderClassName
{
color: #4DCC44;
}
.AnyTagClassName
{
color: #4DCC44;
}
</style>
background-color css
<style>
a { background-color: #4DCC44; }
a { background-color: rgb(77,204,68); }
div.DivClassName
{
background-color: #4DCC44;
}
.BgClassName
{
background-color: #4DCC44;
}
</style>
border-color css
<style>
span { border-color: #4DCC44; }
span { border-color: rgb(77,204,68); }
td.TdClassName
{
border-color: #4DCC44;
}
.TagClassName
{
border-color: #4DCC44;
}
</style>