Shades of Lime Green #4CE146
Tints of Lime Green #4CE146
RGB
CMYK
RGB Variations
Color information
#4CE146 (or 0x4CE146) is known color: Lime Green. HEX triplet: 4C, E1 and 46. RGB value is (76,225,70). Sum of RGB (Red+Green+Blue) = 76+225+70=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE146 is #B31EB9. Grayscale: #A3A3A3. Windows color (decimal): -11738810 or 4645196. OLE color: 4645196.
HSL color Cylindrical-coordinate representation of color #4CE146: hue angle of 117.68º 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 #4CE146 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 70 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.12 |
| HSL | 117.68º | 0.72% | 0.58% | - |
| HSV(B) | 117.68º | 0.69% | 0.88% | - |
| XYZ | 31.01 | 55.83 | 14.94 | - |
| YUV | 162.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 70 | 0.66 | 0 | 0.69 | 0.12 | 117.68 | 0.72 | 0.58 |
| Hex | 4C | E1 | 46 | 42 | 0 | 45 | C | 76 | 48 | 3A |
| Octal | 114 | 341 | 106 | 102 | 0 | 105 | 14 | 166 | 110 | 72 |
| Binary | 1001100 | 11100001 | 1000110 | 1000010 | 0 | 1000101 | 1100 | 1110110 | 1001000 | 111010 |
Color Harmonies of #4CE146
Complementary color
Monochromatic Colors of #4CE146
Black with #4CE146
Text Example
Text Example
White with #4CE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE146; }
p { color: rgb(76,225,70); }
H1.HeaderClassName
{
color: #4CE146;
}
.AnyTagClassName
{
color: #4CE146;
}
</style>
background-color css
<style>
a { background-color: #4CE146; }
a { background-color: rgb(76,225,70); }
div.DivClassName
{
background-color: #4CE146;
}
.BgClassName
{
background-color: #4CE146;
}
</style>
border-color css
<style>
span { border-color: #4CE146; }
span { border-color: rgb(76,225,70); }
td.TdClassName
{
border-color: #4CE146;
}
.TagClassName
{
border-color: #4CE146;
}
</style>