Shades of Lime Green #4CDE50
Tints of Lime Green #4CDE50
RGB
CMYK
RGB Variations
Color information
#4CDE50 (or 0x4CDE50) is known color: Lime Green. HEX triplet: 4C, DE and 50. RGB value is (76,222,80). Sum of RGB (Red+Green+Blue) = 76+222+80=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE50 is #B321AF. Grayscale: #A2A2A2. Windows color (decimal): -11739568 or 5299788. OLE color: 5299788.
HSL color Cylindrical-coordinate representation of color #4CDE50: hue angle of 121.64º degrees, saturation: 0.69, 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 #4CDE50 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 80 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.13 |
| HSL | 121.64º | 0.69% | 0.58% | - |
| HSV(B) | 121.64º | 0.66% | 0.87% | - |
| XYZ | 30.55 | 54.36 | 16.47 | - |
| YUV | 162.16 | 81.63 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 80 | 0.66 | 0 | 0.64 | 0.13 | 121.64 | 0.69 | 0.58 |
| Hex | 4C | DE | 50 | 42 | 0 | 40 | D | 7A | 45 | 3A |
| Octal | 114 | 336 | 120 | 102 | 0 | 100 | 15 | 172 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1010000 | 1000010 | 0 | 1000000 | 1101 | 1111010 | 1000101 | 111010 |
Color Harmonies of #4CDE50
Complementary color
Monochromatic Colors of #4CDE50
Black with #4CDE50
Text Example
Text Example
White with #4CDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE50; }
p { color: rgb(76,222,80); }
H1.HeaderClassName
{
color: #4CDE50;
}
.AnyTagClassName
{
color: #4CDE50;
}
</style>
background-color css
<style>
a { background-color: #4CDE50; }
a { background-color: rgb(76,222,80); }
div.DivClassName
{
background-color: #4CDE50;
}
.BgClassName
{
background-color: #4CDE50;
}
</style>
border-color css
<style>
span { border-color: #4CDE50; }
span { border-color: rgb(76,222,80); }
td.TdClassName
{
border-color: #4CDE50;
}
.TagClassName
{
border-color: #4CDE50;
}
</style>