Shades of Lime Green #4CE037
Tints of Lime Green #4CE037
RGB
CMYK
RGB Variations
Color information
#4CE037 (or 0x4CE037) is known color: Lime Green. HEX triplet: 4C, E0 and 37. RGB value is (76,224,55). Sum of RGB (Red+Green+Blue) = 76+224+55=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE037 is #B31FC8. Grayscale: #A1A1A1. Windows color (decimal): -11739081 or 3661900. OLE color: 3661900.
HSL color Cylindrical-coordinate representation of color #4CE037: hue angle of 112.54º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CE037 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 55 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.12 |
| HSL | 112.54º | 0.73% | 0.55% | - |
| HSV(B) | 112.54º | 0.75% | 0.88% | - |
| XYZ | 30.33 | 55.12 | 12.66 | - |
| YUV | 160.48 | 68.47 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 55 | 0.66 | 0 | 0.75 | 0.12 | 112.54 | 0.73 | 0.55 |
| Hex | 4C | E0 | 37 | 42 | 0 | 4B | C | 71 | 49 | 37 |
| Octal | 114 | 340 | 67 | 102 | 0 | 113 | 14 | 161 | 111 | 67 |
| Binary | 1001100 | 11100000 | 110111 | 1000010 | 0 | 1001011 | 1100 | 1110001 | 1001001 | 110111 |
Color Harmonies of #4CE037
Complementary color
Monochromatic Colors of #4CE037
Black with #4CE037
Text Example
Text Example
White with #4CE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE037; }
p { color: rgb(76,224,55); }
H1.HeaderClassName
{
color: #4CE037;
}
.AnyTagClassName
{
color: #4CE037;
}
</style>
background-color css
<style>
a { background-color: #4CE037; }
a { background-color: rgb(76,224,55); }
div.DivClassName
{
background-color: #4CE037;
}
.BgClassName
{
background-color: #4CE037;
}
</style>
border-color css
<style>
span { border-color: #4CE037; }
span { border-color: rgb(76,224,55); }
td.TdClassName
{
border-color: #4CE037;
}
.TagClassName
{
border-color: #4CE037;
}
</style>