Shades of Lime Green #4CE22C
Tints of Lime Green #4CE22C
RGB
CMYK
RGB Variations
Color information
#4CE22C (or 0x4CE22C) is known color: Lime Green. HEX triplet: 4C, E2 and 2C. RGB value is (76,226,44). Sum of RGB (Red+Green+Blue) = 76+226+44=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE22C is #B31DD3. Grayscale: #A0A0A0. Windows color (decimal): -11738580 or 2941516. OLE color: 2941516.
HSL color Cylindrical-coordinate representation of color #4CE22C: hue angle of 109.45º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CE22C is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 44 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.11 |
| HSL | 109.45º | 0.76% | 0.53% | - |
| HSV(B) | 109.45º | 0.81% | 0.89% | - |
| XYZ | 30.63 | 56.11 | 11.6 | - |
| YUV | 160.4 | 62.31 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 44 | 0.66 | 0 | 0.81 | 0.11 | 109.45 | 0.76 | 0.53 |
| Hex | 4C | E2 | 2C | 42 | 0 | 51 | B | 6D | 4C | 35 |
| Octal | 114 | 342 | 54 | 102 | 0 | 121 | 13 | 155 | 114 | 65 |
| Binary | 1001100 | 11100010 | 101100 | 1000010 | 0 | 1010001 | 1011 | 1101101 | 1001100 | 110101 |
Color Harmonies of #4CE22C
Complementary color
Monochromatic Colors of #4CE22C
Black with #4CE22C
Text Example
Text Example
White with #4CE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE22C; }
p { color: rgb(76,226,44); }
H1.HeaderClassName
{
color: #4CE22C;
}
.AnyTagClassName
{
color: #4CE22C;
}
</style>
background-color css
<style>
a { background-color: #4CE22C; }
a { background-color: rgb(76,226,44); }
div.DivClassName
{
background-color: #4CE22C;
}
.BgClassName
{
background-color: #4CE22C;
}
</style>
border-color css
<style>
span { border-color: #4CE22C; }
span { border-color: rgb(76,226,44); }
td.TdClassName
{
border-color: #4CE22C;
}
.TagClassName
{
border-color: #4CE22C;
}
</style>