Shades of Lime Green #4CE422
Tints of Lime Green #4CE422
RGB
CMYK
RGB Variations
Color information
#4CE422 (or 0x4CE422) is known color: Lime Green. HEX triplet: 4C, E4 and 22. RGB value is (76,228,34). Sum of RGB (Red+Green+Blue) = 76+228+34=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE422 is #B31BDD. Grayscale: #A1A1A1. Windows color (decimal): -11738078 or 2286668. OLE color: 2286668.
HSL color Cylindrical-coordinate representation of color #4CE422: hue angle of 107.01º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4CE422 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 34 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.11 |
| HSL | 107.01º | 0.78% | 0.51% | - |
| HSV(B) | 107.01º | 0.85% | 0.89% | - |
| XYZ | 31.01 | 57.14 | 10.91 | - |
| YUV | 160.44 | 56.64 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 34 | 0.67 | 0 | 0.85 | 0.11 | 107.01 | 0.78 | 0.51 |
| Hex | 4C | E4 | 22 | 43 | 0 | 55 | B | 6B | 4E | 33 |
| Octal | 114 | 344 | 42 | 103 | 0 | 125 | 13 | 153 | 116 | 63 |
| Binary | 1001100 | 11100100 | 100010 | 1000011 | 0 | 1010101 | 1011 | 1101011 | 1001110 | 110011 |
Color Harmonies of #4CE422
Complementary color
Monochromatic Colors of #4CE422
Black with #4CE422
Text Example
Text Example
White with #4CE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE422; }
p { color: rgb(76,228,34); }
H1.HeaderClassName
{
color: #4CE422;
}
.AnyTagClassName
{
color: #4CE422;
}
</style>
background-color css
<style>
a { background-color: #4CE422; }
a { background-color: rgb(76,228,34); }
div.DivClassName
{
background-color: #4CE422;
}
.BgClassName
{
background-color: #4CE422;
}
</style>
border-color css
<style>
span { border-color: #4CE422; }
span { border-color: rgb(76,228,34); }
td.TdClassName
{
border-color: #4CE422;
}
.TagClassName
{
border-color: #4CE422;
}
</style>