Shades of Lime Green #4FE126
Tints of Lime Green #4FE126
RGB
CMYK
RGB Variations
Color information
#4FE126 (or 0x4FE126) is known color: Lime Green. HEX triplet: 4F, E1 and 26. RGB value is (79,225,38). Sum of RGB (Red+Green+Blue) = 79+225+38=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE126 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE126 is #B01ED9. Grayscale: #A0A0A0. Windows color (decimal): -11542234 or 2548047. OLE color: 2548047.
HSL color Cylindrical-coordinate representation of color #4FE126: hue angle of 106.84º 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 #4FE126 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 38 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.12 |
| HSL | 106.84º | 0.76% | 0.52% | - |
| HSV(B) | 106.84º | 0.83% | 0.88% | - |
| XYZ | 30.5 | 55.65 | 10.97 | - |
| YUV | 160.03 | 59.13 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 38 | 0.65 | 0 | 0.83 | 0.12 | 106.84 | 0.76 | 0.52 |
| Hex | 4F | E1 | 26 | 41 | 0 | 53 | C | 6B | 4C | 34 |
| Octal | 117 | 341 | 46 | 101 | 0 | 123 | 14 | 153 | 114 | 64 |
| Binary | 1001111 | 11100001 | 100110 | 1000001 | 0 | 1010011 | 1100 | 1101011 | 1001100 | 110100 |
Color Harmonies of #4FE126
Complementary color
Monochromatic Colors of #4FE126
Black with #4FE126
Text Example
Text Example
White with #4FE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE126; }
p { color: rgb(79,225,38); }
H1.HeaderClassName
{
color: #4FE126;
}
.AnyTagClassName
{
color: #4FE126;
}
</style>
background-color css
<style>
a { background-color: #4FE126; }
a { background-color: rgb(79,225,38); }
div.DivClassName
{
background-color: #4FE126;
}
.BgClassName
{
background-color: #4FE126;
}
</style>
border-color css
<style>
span { border-color: #4FE126; }
span { border-color: rgb(79,225,38); }
td.TdClassName
{
border-color: #4FE126;
}
.TagClassName
{
border-color: #4FE126;
}
</style>