Shades of Lime Green #4CE144
Tints of Lime Green #4CE144
RGB
CMYK
RGB Variations
Color information
#4CE144 (or 0x4CE144) is known color: Lime Green. HEX triplet: 4C, E1 and 44. RGB value is (76,225,68). Sum of RGB (Red+Green+Blue) = 76+225+68=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE144 is #B31EBB. Grayscale: #A3A3A3. Windows color (decimal): -11738812 or 4514124. OLE color: 4514124.
HSL color Cylindrical-coordinate representation of color #4CE144: hue angle of 116.94º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE144 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 68 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.12 |
| HSL | 116.94º | 0.72% | 0.57% | - |
| HSV(B) | 116.94º | 0.7% | 0.88% | - |
| XYZ | 30.95 | 55.8 | 14.61 | - |
| YUV | 162.55 | 74.64 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 68 | 0.66 | 0 | 0.70 | 0.12 | 116.94 | 0.72 | 0.57 |
| Hex | 4C | E1 | 44 | 42 | 0 | 46 | C | 75 | 48 | 39 |
| Octal | 114 | 341 | 104 | 102 | 0 | 106 | 14 | 165 | 110 | 71 |
| Binary | 1001100 | 11100001 | 1000100 | 1000010 | 0 | 1000110 | 1100 | 1110101 | 1001000 | 111001 |
Color Harmonies of #4CE144
Complementary color
Monochromatic Colors of #4CE144
Black with #4CE144
Text Example
Text Example
White with #4CE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE144; }
p { color: rgb(76,225,68); }
H1.HeaderClassName
{
color: #4CE144;
}
.AnyTagClassName
{
color: #4CE144;
}
</style>
background-color css
<style>
a { background-color: #4CE144; }
a { background-color: rgb(76,225,68); }
div.DivClassName
{
background-color: #4CE144;
}
.BgClassName
{
background-color: #4CE144;
}
</style>
border-color css
<style>
span { border-color: #4CE144; }
span { border-color: rgb(76,225,68); }
td.TdClassName
{
border-color: #4CE144;
}
.TagClassName
{
border-color: #4CE144;
}
</style>