Shades of Lime Green #4CDE4F
Tints of Lime Green #4CDE4F
RGB
CMYK
RGB Variations
Color information
#4CDE4F (or 0x4CDE4F) is known color: Lime Green. HEX triplet: 4C, DE and 4F. RGB value is (76,222,79). Sum of RGB (Red+Green+Blue) = 76+222+79=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE4F is #B321B0. Grayscale: #A2A2A2. Windows color (decimal): -11739569 or 5234252. OLE color: 5234252.
HSL color Cylindrical-coordinate representation of color #4CDE4F: hue angle of 121.23º 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 #4CDE4F is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 79 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.13 |
| HSL | 121.23º | 0.69% | 0.58% | - |
| HSV(B) | 121.23º | 0.66% | 0.87% | - |
| XYZ | 30.51 | 54.34 | 16.28 | - |
| YUV | 162.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 79 | 0.66 | 0 | 0.64 | 0.13 | 121.23 | 0.69 | 0.58 |
| Hex | 4C | DE | 4F | 42 | 0 | 40 | D | 79 | 45 | 3A |
| Octal | 114 | 336 | 117 | 102 | 0 | 100 | 15 | 171 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1001111 | 1000010 | 0 | 1000000 | 1101 | 1111001 | 1000101 | 111010 |
Color Harmonies of #4CDE4F
Complementary color
Monochromatic Colors of #4CDE4F
Black with #4CDE4F
Text Example
Text Example
White with #4CDE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE4F; }
p { color: rgb(76,222,79); }
H1.HeaderClassName
{
color: #4CDE4F;
}
.AnyTagClassName
{
color: #4CDE4F;
}
</style>
background-color css
<style>
a { background-color: #4CDE4F; }
a { background-color: rgb(76,222,79); }
div.DivClassName
{
background-color: #4CDE4F;
}
.BgClassName
{
background-color: #4CDE4F;
}
</style>
border-color css
<style>
span { border-color: #4CDE4F; }
span { border-color: rgb(76,222,79); }
td.TdClassName
{
border-color: #4CDE4F;
}
.TagClassName
{
border-color: #4CDE4F;
}
</style>