Shades of Lime Green #4CE145
Tints of Lime Green #4CE145
RGB
CMYK
RGB Variations
Color information
#4CE145 (or 0x4CE145) is known color: Lime Green. HEX triplet: 4C, E1 and 45. RGB value is (76,225,69). Sum of RGB (Red+Green+Blue) = 76+225+69=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE145 is #B31EBA. Grayscale: #A3A3A3. Windows color (decimal): -11738811 or 4579660. OLE color: 4579660.
HSL color Cylindrical-coordinate representation of color #4CE145: hue angle of 117.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CE145 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 69 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.12 |
| HSL | 117.31º | 0.72% | 0.58% | - |
| HSV(B) | 117.31º | 0.69% | 0.88% | - |
| XYZ | 30.98 | 55.82 | 14.77 | - |
| YUV | 162.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 69 | 0.66 | 0 | 0.69 | 0.12 | 117.31 | 0.72 | 0.58 |
| Hex | 4C | E1 | 45 | 42 | 0 | 45 | C | 75 | 48 | 3A |
| Octal | 114 | 341 | 105 | 102 | 0 | 105 | 14 | 165 | 110 | 72 |
| Binary | 1001100 | 11100001 | 1000101 | 1000010 | 0 | 1000101 | 1100 | 1110101 | 1001000 | 111010 |
Color Harmonies of #4CE145
Complementary color
Monochromatic Colors of #4CE145
Black with #4CE145
Text Example
Text Example
White with #4CE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE145; }
p { color: rgb(76,225,69); }
H1.HeaderClassName
{
color: #4CE145;
}
.AnyTagClassName
{
color: #4CE145;
}
</style>
background-color css
<style>
a { background-color: #4CE145; }
a { background-color: rgb(76,225,69); }
div.DivClassName
{
background-color: #4CE145;
}
.BgClassName
{
background-color: #4CE145;
}
</style>
border-color css
<style>
span { border-color: #4CE145; }
span { border-color: rgb(76,225,69); }
td.TdClassName
{
border-color: #4CE145;
}
.TagClassName
{
border-color: #4CE145;
}
</style>