Shades of Lime Green #4CE035
Tints of Lime Green #4CE035
RGB
CMYK
RGB Variations
Color information
#4CE035 (or 0x4CE035) is known color: Lime Green. HEX triplet: 4C, E0 and 35. RGB value is (76,224,53). Sum of RGB (Red+Green+Blue) = 76+224+53=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE035 is #B31FCA. Grayscale: #A0A0A0. Windows color (decimal): -11739083 or 3530828. OLE color: 3530828.
HSL color Cylindrical-coordinate representation of color #4CE035: hue angle of 111.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4CE035 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 53 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.12 |
| HSL | 111.93º | 0.73% | 0.54% | - |
| HSV(B) | 111.93º | 0.76% | 0.88% | - |
| XYZ | 30.28 | 55.1 | 12.41 | - |
| YUV | 160.25 | 67.47 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 53 | 0.66 | 0 | 0.76 | 0.12 | 111.93 | 0.73 | 0.54 |
| Hex | 4C | E0 | 35 | 42 | 0 | 4C | C | 70 | 49 | 36 |
| Octal | 114 | 340 | 65 | 102 | 0 | 114 | 14 | 160 | 111 | 66 |
| Binary | 1001100 | 11100000 | 110101 | 1000010 | 0 | 1001100 | 1100 | 1110000 | 1001001 | 110110 |
Color Harmonies of #4CE035
Complementary color
Monochromatic Colors of #4CE035
Black with #4CE035
Text Example
Text Example
White with #4CE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE035; }
p { color: rgb(76,224,53); }
H1.HeaderClassName
{
color: #4CE035;
}
.AnyTagClassName
{
color: #4CE035;
}
</style>
background-color css
<style>
a { background-color: #4CE035; }
a { background-color: rgb(76,224,53); }
div.DivClassName
{
background-color: #4CE035;
}
.BgClassName
{
background-color: #4CE035;
}
</style>
border-color css
<style>
span { border-color: #4CE035; }
span { border-color: rgb(76,224,53); }
td.TdClassName
{
border-color: #4CE035;
}
.TagClassName
{
border-color: #4CE035;
}
</style>