Shades of Lime Green #4CDF4E
Tints of Lime Green #4CDF4E
RGB
CMYK
RGB Variations
Color information
#4CDF4E (or 0x4CDF4E) is known color: Lime Green. HEX triplet: 4C, DF and 4E. RGB value is (76,223,78). Sum of RGB (Red+Green+Blue) = 76+223+78=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDF4E is #B320B1. Grayscale: #A2A2A2. Windows color (decimal): -11739314 or 5168972. OLE color: 5168972.
HSL color Cylindrical-coordinate representation of color #4CDF4E: hue angle of 120.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDF4E is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 78 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.13 |
| HSL | 120.82º | 0.7% | 0.59% | - |
| HSV(B) | 120.82º | 0.66% | 0.87% | - |
| XYZ | 30.74 | 54.86 | 16.18 | - |
| YUV | 162.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 78 | 0.66 | 0 | 0.65 | 0.13 | 120.82 | 0.7 | 0.59 |
| Hex | 4C | DF | 4E | 42 | 0 | 41 | D | 79 | 46 | 3B |
| Octal | 114 | 337 | 116 | 102 | 0 | 101 | 15 | 171 | 106 | 73 |
| Binary | 1001100 | 11011111 | 1001110 | 1000010 | 0 | 1000001 | 1101 | 1111001 | 1000110 | 111011 |
Color Harmonies of #4CDF4E
Complementary color
Monochromatic Colors of #4CDF4E
Black with #4CDF4E
Text Example
Text Example
White with #4CDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDF4E; }
p { color: rgb(76,223,78); }
H1.HeaderClassName
{
color: #4CDF4E;
}
.AnyTagClassName
{
color: #4CDF4E;
}
</style>
background-color css
<style>
a { background-color: #4CDF4E; }
a { background-color: rgb(76,223,78); }
div.DivClassName
{
background-color: #4CDF4E;
}
.BgClassName
{
background-color: #4CDF4E;
}
</style>
border-color css
<style>
span { border-color: #4CDF4E; }
span { border-color: rgb(76,223,78); }
td.TdClassName
{
border-color: #4CDF4E;
}
.TagClassName
{
border-color: #4CDF4E;
}
</style>