Shades of Lime Green #4FE129
Tints of Lime Green #4FE129
RGB
CMYK
RGB Variations
Color information
#4FE129 (or 0x4FE129) is known color: Lime Green. HEX triplet: 4F, E1 and 29. RGB value is (79,225,41). Sum of RGB (Red+Green+Blue) = 79+225+41=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE129 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE129 is #B01ED6. Grayscale: #A0A0A0. Windows color (decimal): -11542231 or 2744655. OLE color: 2744655.
HSL color Cylindrical-coordinate representation of color #4FE129: hue angle of 107.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FE129 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 41 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.12 |
| HSL | 107.61º | 0.75% | 0.52% | - |
| HSV(B) | 107.61º | 0.82% | 0.88% | - |
| XYZ | 30.55 | 55.67 | 11.23 | - |
| YUV | 160.37 | 60.63 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 41 | 0.65 | 0 | 0.82 | 0.12 | 107.61 | 0.75 | 0.52 |
| Hex | 4F | E1 | 29 | 41 | 0 | 52 | C | 6C | 4B | 34 |
| Octal | 117 | 341 | 51 | 101 | 0 | 122 | 14 | 154 | 113 | 64 |
| Binary | 1001111 | 11100001 | 101001 | 1000001 | 0 | 1010010 | 1100 | 1101100 | 1001011 | 110100 |
Color Harmonies of #4FE129
Complementary color
Monochromatic Colors of #4FE129
Black with #4FE129
Text Example
Text Example
White with #4FE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE129; }
p { color: rgb(79,225,41); }
H1.HeaderClassName
{
color: #4FE129;
}
.AnyTagClassName
{
color: #4FE129;
}
</style>
background-color css
<style>
a { background-color: #4FE129; }
a { background-color: rgb(79,225,41); }
div.DivClassName
{
background-color: #4FE129;
}
.BgClassName
{
background-color: #4FE129;
}
</style>
border-color css
<style>
span { border-color: #4FE129; }
span { border-color: rgb(79,225,41); }
td.TdClassName
{
border-color: #4FE129;
}
.TagClassName
{
border-color: #4FE129;
}
</style>