Shades of Lime Green #4CE051
Tints of Lime Green #4CE051
RGB
CMYK
RGB Variations
Color information
#4CE051 (or 0x4CE051) is known color: Lime Green. HEX triplet: 4C, E0 and 51. RGB value is (76,224,81). Sum of RGB (Red+Green+Blue) = 76+224+81=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CE051 is #B31FAE. Grayscale: #A3A3A3. Windows color (decimal): -11739055 or 5365836. OLE color: 5365836.
HSL color Cylindrical-coordinate representation of color #4CE051: hue angle of 122.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE051 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 81 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.12 |
| HSL | 122.03º | 0.7% | 0.59% | - |
| HSV(B) | 122.03º | 0.66% | 0.88% | - |
| XYZ | 31.12 | 55.44 | 16.85 | - |
| YUV | 163.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 81 | 0.66 | 0 | 0.64 | 0.12 | 122.03 | 0.7 | 0.59 |
| Hex | 4C | E0 | 51 | 42 | 0 | 40 | C | 7A | 46 | 3B |
| Octal | 114 | 340 | 121 | 102 | 0 | 100 | 14 | 172 | 106 | 73 |
| Binary | 1001100 | 11100000 | 1010001 | 1000010 | 0 | 1000000 | 1100 | 1111010 | 1000110 | 111011 |
Color Harmonies of #4CE051
Complementary color
Monochromatic Colors of #4CE051
Black with #4CE051
Text Example
Text Example
White with #4CE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE051; }
p { color: rgb(76,224,81); }
H1.HeaderClassName
{
color: #4CE051;
}
.AnyTagClassName
{
color: #4CE051;
}
</style>
background-color css
<style>
a { background-color: #4CE051; }
a { background-color: rgb(76,224,81); }
div.DivClassName
{
background-color: #4CE051;
}
.BgClassName
{
background-color: #4CE051;
}
</style>
border-color css
<style>
span { border-color: #4CE051; }
span { border-color: rgb(76,224,81); }
td.TdClassName
{
border-color: #4CE051;
}
.TagClassName
{
border-color: #4CE051;
}
</style>