Shades of Lime Green #4CDD50
Tints of Lime Green #4CDD50
RGB
CMYK
RGB Variations
Color information
#4CDD50 (or 0x4CDD50) is known color: Lime Green. HEX triplet: 4C, DD and 50. RGB value is (76,221,80). Sum of RGB (Red+Green+Blue) = 76+221+80=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD50 is #B322AF. Grayscale: #A1A1A1. Windows color (decimal): -11739824 or 5299532. OLE color: 5299532.
HSL color Cylindrical-coordinate representation of color #4CDD50: hue angle of 121.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD50 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 80 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.13 |
| HSL | 121.66º | 0.68% | 0.58% | - |
| HSV(B) | 121.66º | 0.66% | 0.87% | - |
| XYZ | 30.28 | 53.83 | 16.38 | - |
| YUV | 161.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 80 | 0.66 | 0 | 0.64 | 0.13 | 121.66 | 0.68 | 0.58 |
| Hex | 4C | DD | 50 | 42 | 0 | 40 | D | 7A | 44 | 3A |
| Octal | 114 | 335 | 120 | 102 | 0 | 100 | 15 | 172 | 104 | 72 |
| Binary | 1001100 | 11011101 | 1010000 | 1000010 | 0 | 1000000 | 1101 | 1111010 | 1000100 | 111010 |
Color Harmonies of #4CDD50
Complementary color
Monochromatic Colors of #4CDD50
Black with #4CDD50
Text Example
Text Example
White with #4CDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDD50; }
p { color: rgb(76,221,80); }
H1.HeaderClassName
{
color: #4CDD50;
}
.AnyTagClassName
{
color: #4CDD50;
}
</style>
background-color css
<style>
a { background-color: #4CDD50; }
a { background-color: rgb(76,221,80); }
div.DivClassName
{
background-color: #4CDD50;
}
.BgClassName
{
background-color: #4CDD50;
}
</style>
border-color css
<style>
span { border-color: #4CDD50; }
span { border-color: rgb(76,221,80); }
td.TdClassName
{
border-color: #4CDD50;
}
.TagClassName
{
border-color: #4CDD50;
}
</style>