Shades of Lime Green #4CE126
Tints of Lime Green #4CE126
RGB
CMYK
RGB Variations
Color information
#4CE126 (or 0x4CE126) is known color: Lime Green. HEX triplet: 4C, E1 and 26. RGB value is (76,225,38). Sum of RGB (Red+Green+Blue) = 76+225+38=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE126 is #B31ED9. Grayscale: #9F9F9F. Windows color (decimal): -11738842 or 2548044. OLE color: 2548044.
HSL color Cylindrical-coordinate representation of color #4CE126: hue angle of 107.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CE126 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 38 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.12 |
| HSL | 107.81º | 0.76% | 0.52% | - |
| HSV(B) | 107.81º | 0.83% | 0.88% | - |
| XYZ | 30.26 | 55.53 | 10.96 | - |
| YUV | 159.13 | 59.64 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 38 | 0.66 | 0 | 0.83 | 0.12 | 107.81 | 0.76 | 0.52 |
| Hex | 4C | E1 | 26 | 42 | 0 | 53 | C | 6C | 4C | 34 |
| Octal | 114 | 341 | 46 | 102 | 0 | 123 | 14 | 154 | 114 | 64 |
| Binary | 1001100 | 11100001 | 100110 | 1000010 | 0 | 1010011 | 1100 | 1101100 | 1001100 | 110100 |
Color Harmonies of #4CE126
Complementary color
Monochromatic Colors of #4CE126
Black with #4CE126
Text Example
Text Example
White with #4CE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE126; }
p { color: rgb(76,225,38); }
H1.HeaderClassName
{
color: #4CE126;
}
.AnyTagClassName
{
color: #4CE126;
}
</style>
background-color css
<style>
a { background-color: #4CE126; }
a { background-color: rgb(76,225,38); }
div.DivClassName
{
background-color: #4CE126;
}
.BgClassName
{
background-color: #4CE126;
}
</style>
border-color css
<style>
span { border-color: #4CE126; }
span { border-color: rgb(76,225,38); }
td.TdClassName
{
border-color: #4CE126;
}
.TagClassName
{
border-color: #4CE126;
}
</style>