Shades of Lime Green #4DCC40
Tints of Lime Green #4DCC40
RGB
CMYK
RGB Variations
Color information
#4DCC40 (or 0x4DCC40) is known color: Lime Green. HEX triplet: 4D, CC and 40. RGB value is (77,204,64). Sum of RGB (Red+Green+Blue) = 77+204+64=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCC40 is #B233BF. Grayscale: #969696. Windows color (decimal): -11678656 or 4246605. OLE color: 4246605.
HSL color Cylindrical-coordinate representation of color #4DCC40: hue angle of 114.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCC40 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.2 |
| HSL | 114.43º | 0.58% | 0.53% | - |
| HSV(B) | 114.43º | 0.69% | 0.8% | - |
| XYZ | 25.58 | 45.13 | 12.21 | - |
| YUV | 150.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 64 | 0.62 | 0 | 0.69 | 0.2 | 114.43 | 0.58 | 0.53 |
| Hex | 4D | CC | 40 | 3E | 0 | 45 | 14 | 72 | 3A | 35 |
| Octal | 115 | 314 | 100 | 76 | 0 | 105 | 24 | 162 | 72 | 65 |
| Binary | 1001101 | 11001100 | 1000000 | 111110 | 0 | 1000101 | 10100 | 1110010 | 111010 | 110101 |
Color Harmonies of #4DCC40
Complementary color
Monochromatic Colors of #4DCC40
Black with #4DCC40
Text Example
Text Example
White with #4DCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCC40; }
p { color: rgb(77,204,64); }
H1.HeaderClassName
{
color: #4DCC40;
}
.AnyTagClassName
{
color: #4DCC40;
}
</style>
background-color css
<style>
a { background-color: #4DCC40; }
a { background-color: rgb(77,204,64); }
div.DivClassName
{
background-color: #4DCC40;
}
.BgClassName
{
background-color: #4DCC40;
}
</style>
border-color css
<style>
span { border-color: #4DCC40; }
span { border-color: rgb(77,204,64); }
td.TdClassName
{
border-color: #4DCC40;
}
.TagClassName
{
border-color: #4DCC40;
}
</style>