Shades of Lime Green #4CE726
Tints of Lime Green #4CE726
RGB
CMYK
RGB Variations
Color information
#4CE726 (or 0x4CE726) is known color: Lime Green. HEX triplet: 4C, E7 and 26. RGB value is (76,231,38). Sum of RGB (Red+Green+Blue) = 76+231+38=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE726 is #B318D9. Grayscale: #A3A3A3. Windows color (decimal): -11737306 or 2549580. OLE color: 2549580.
HSL color Cylindrical-coordinate representation of color #4CE726: hue angle of 108.19º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CE726 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 38 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.09 |
| HSL | 108.19º | 0.8% | 0.53% | - |
| HSV(B) | 108.19º | 0.84% | 0.91% | - |
| XYZ | 31.91 | 58.83 | 11.51 | - |
| YUV | 162.65 | 57.65 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 38 | 0.67 | 0 | 0.84 | 0.09 | 108.19 | 0.8 | 0.53 |
| Hex | 4C | E7 | 26 | 43 | 0 | 54 | 9 | 6C | 50 | 35 |
| Octal | 114 | 347 | 46 | 103 | 0 | 124 | 11 | 154 | 120 | 65 |
| Binary | 1001100 | 11100111 | 100110 | 1000011 | 0 | 1010100 | 1001 | 1101100 | 1010000 | 110101 |
Color Harmonies of #4CE726
Complementary color
Monochromatic Colors of #4CE726
Black with #4CE726
Text Example
Text Example
White with #4CE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE726; }
p { color: rgb(76,231,38); }
H1.HeaderClassName
{
color: #4CE726;
}
.AnyTagClassName
{
color: #4CE726;
}
</style>
background-color css
<style>
a { background-color: #4CE726; }
a { background-color: rgb(76,231,38); }
div.DivClassName
{
background-color: #4CE726;
}
.BgClassName
{
background-color: #4CE726;
}
</style>
border-color css
<style>
span { border-color: #4CE726; }
span { border-color: rgb(76,231,38); }
td.TdClassName
{
border-color: #4CE726;
}
.TagClassName
{
border-color: #4CE726;
}
</style>