Shades of Lime Green #4CE139
Tints of Lime Green #4CE139
RGB
CMYK
RGB Variations
Color information
#4CE139 (or 0x4CE139) is known color: Lime Green. HEX triplet: 4C, E1 and 39. RGB value is (76,225,57). Sum of RGB (Red+Green+Blue) = 76+225+57=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE139 is #B31EC6. Grayscale: #A1A1A1. Windows color (decimal): -11738823 or 3793228. OLE color: 3793228.
HSL color Cylindrical-coordinate representation of color #4CE139: hue angle of 113.21º degrees, saturation: 0.74, 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 #4CE139 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 57 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.12 |
| HSL | 113.21º | 0.74% | 0.55% | - |
| HSV(B) | 113.21º | 0.75% | 0.88% | - |
| XYZ | 30.64 | 55.68 | 13 | - |
| YUV | 161.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 57 | 0.66 | 0 | 0.75 | 0.12 | 113.21 | 0.74 | 0.55 |
| Hex | 4C | E1 | 39 | 42 | 0 | 4B | C | 71 | 4A | 37 |
| Octal | 114 | 341 | 71 | 102 | 0 | 113 | 14 | 161 | 112 | 67 |
| Binary | 1001100 | 11100001 | 111001 | 1000010 | 0 | 1001011 | 1100 | 1110001 | 1001010 | 110111 |
Color Harmonies of #4CE139
Complementary color
Monochromatic Colors of #4CE139
Black with #4CE139
Text Example
Text Example
White with #4CE139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE139; }
p { color: rgb(76,225,57); }
H1.HeaderClassName
{
color: #4CE139;
}
.AnyTagClassName
{
color: #4CE139;
}
</style>
background-color css
<style>
a { background-color: #4CE139; }
a { background-color: rgb(76,225,57); }
div.DivClassName
{
background-color: #4CE139;
}
.BgClassName
{
background-color: #4CE139;
}
</style>
border-color css
<style>
span { border-color: #4CE139; }
span { border-color: rgb(76,225,57); }
td.TdClassName
{
border-color: #4CE139;
}
.TagClassName
{
border-color: #4CE139;
}
</style>