Shades of Lime Green #4CE22A
Tints of Lime Green #4CE22A
RGB
CMYK
RGB Variations
Color information
#4CE22A (or 0x4CE22A) is known color: Lime Green. HEX triplet: 4C, E2 and 2A. RGB value is (76,226,42). Sum of RGB (Red+Green+Blue) = 76+226+42=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE22A is #B31DD5. Grayscale: #A0A0A0. Windows color (decimal): -11738582 or 2810444. OLE color: 2810444.
HSL color Cylindrical-coordinate representation of color #4CE22A: hue angle of 108.91º 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 #4CE22A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 42 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.11 |
| HSL | 108.91º | 0.76% | 0.53% | - |
| HSV(B) | 108.91º | 0.81% | 0.89% | - |
| XYZ | 30.59 | 56.1 | 11.41 | - |
| YUV | 160.17 | 61.31 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 42 | 0.66 | 0 | 0.81 | 0.11 | 108.91 | 0.76 | 0.53 |
| Hex | 4C | E2 | 2A | 42 | 0 | 51 | B | 6D | 4C | 35 |
| Octal | 114 | 342 | 52 | 102 | 0 | 121 | 13 | 155 | 114 | 65 |
| Binary | 1001100 | 11100010 | 101010 | 1000010 | 0 | 1010001 | 1011 | 1101101 | 1001100 | 110101 |
Color Harmonies of #4CE22A
Complementary color
Monochromatic Colors of #4CE22A
Black with #4CE22A
Text Example
Text Example
White with #4CE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE22A; }
p { color: rgb(76,226,42); }
H1.HeaderClassName
{
color: #4CE22A;
}
.AnyTagClassName
{
color: #4CE22A;
}
</style>
background-color css
<style>
a { background-color: #4CE22A; }
a { background-color: rgb(76,226,42); }
div.DivClassName
{
background-color: #4CE22A;
}
.BgClassName
{
background-color: #4CE22A;
}
</style>
border-color css
<style>
span { border-color: #4CE22A; }
span { border-color: rgb(76,226,42); }
td.TdClassName
{
border-color: #4CE22A;
}
.TagClassName
{
border-color: #4CE22A;
}
</style>