Shades of Lime Green #4CE150
Tints of Lime Green #4CE150
RGB
CMYK
RGB Variations
Color information
#4CE150 (or 0x4CE150) is known color: Lime Green. HEX triplet: 4C, E1 and 50. RGB value is (76,225,80). Sum of RGB (Red+Green+Blue) = 76+225+80=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CE150 is #B31EAF. Grayscale: #A4A4A4. Windows color (decimal): -11738800 or 5300556. OLE color: 5300556.
HSL color Cylindrical-coordinate representation of color #4CE150: hue angle of 121.61º degrees, saturation: 0.71, 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 #4CE150 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 80 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.12 |
| HSL | 121.61º | 0.71% | 0.59% | - |
| HSV(B) | 121.61º | 0.66% | 0.88% | - |
| XYZ | 31.35 | 55.97 | 16.74 | - |
| YUV | 163.92 | 80.64 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 80 | 0.66 | 0 | 0.64 | 0.12 | 121.61 | 0.71 | 0.59 |
| Hex | 4C | E1 | 50 | 42 | 0 | 40 | C | 7A | 47 | 3B |
| Octal | 114 | 341 | 120 | 102 | 0 | 100 | 14 | 172 | 107 | 73 |
| Binary | 1001100 | 11100001 | 1010000 | 1000010 | 0 | 1000000 | 1100 | 1111010 | 1000111 | 111011 |
Color Harmonies of #4CE150
Complementary color
Monochromatic Colors of #4CE150
Black with #4CE150
Text Example
Text Example
White with #4CE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE150; }
p { color: rgb(76,225,80); }
H1.HeaderClassName
{
color: #4CE150;
}
.AnyTagClassName
{
color: #4CE150;
}
</style>
background-color css
<style>
a { background-color: #4CE150; }
a { background-color: rgb(76,225,80); }
div.DivClassName
{
background-color: #4CE150;
}
.BgClassName
{
background-color: #4CE150;
}
</style>
border-color css
<style>
span { border-color: #4CE150; }
span { border-color: rgb(76,225,80); }
td.TdClassName
{
border-color: #4CE150;
}
.TagClassName
{
border-color: #4CE150;
}
</style>