Shades of Lime Green #4CDE51
Tints of Lime Green #4CDE51
RGB
CMYK
RGB Variations
Color information
#4CDE51 (or 0x4CDE51) is known color: Lime Green. HEX triplet: 4C, DE and 51. RGB value is (76,222,81). Sum of RGB (Red+Green+Blue) = 76+222+81=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE51 is #B321AE. Grayscale: #A2A2A2. Windows color (decimal): -11739567 or 5365324. OLE color: 5365324.
HSL color Cylindrical-coordinate representation of color #4CDE51: hue angle of 122.05º 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 #4CDE51 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 81 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.13 |
| HSL | 122.05º | 0.69% | 0.58% | - |
| HSV(B) | 122.05º | 0.66% | 0.87% | - |
| XYZ | 30.59 | 54.37 | 16.67 | - |
| YUV | 162.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 81 | 0.66 | 0 | 0.64 | 0.13 | 122.05 | 0.69 | 0.58 |
| Hex | 4C | DE | 51 | 42 | 0 | 40 | D | 7A | 45 | 3A |
| Octal | 114 | 336 | 121 | 102 | 0 | 100 | 15 | 172 | 105 | 72 |
| Binary | 1001100 | 11011110 | 1010001 | 1000010 | 0 | 1000000 | 1101 | 1111010 | 1000101 | 111010 |
Color Harmonies of #4CDE51
Complementary color
Monochromatic Colors of #4CDE51
Black with #4CDE51
Text Example
Text Example
White with #4CDE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE51; }
p { color: rgb(76,222,81); }
H1.HeaderClassName
{
color: #4CDE51;
}
.AnyTagClassName
{
color: #4CDE51;
}
</style>
background-color css
<style>
a { background-color: #4CDE51; }
a { background-color: rgb(76,222,81); }
div.DivClassName
{
background-color: #4CDE51;
}
.BgClassName
{
background-color: #4CDE51;
}
</style>
border-color css
<style>
span { border-color: #4CDE51; }
span { border-color: rgb(76,222,81); }
td.TdClassName
{
border-color: #4CDE51;
}
.TagClassName
{
border-color: #4CDE51;
}
</style>