Shades of Lime Green #4FE146
Tints of Lime Green #4FE146
RGB
CMYK
RGB Variations
Color information
#4FE146 (or 0x4FE146) is known color: Lime Green. HEX triplet: 4F, E1 and 46. RGB value is (79,225,70). Sum of RGB (Red+Green+Blue) = 79+225+70=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE146 is #B01EB9. Grayscale: #A4A4A4. Windows color (decimal): -11542202 or 4645199. OLE color: 4645199.
HSL color Cylindrical-coordinate representation of color #4FE146: hue angle of 116.52º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE146 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 70 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.12 |
| HSL | 116.52º | 0.72% | 0.58% | - |
| HSV(B) | 116.52º | 0.69% | 0.88% | - |
| XYZ | 31.26 | 55.95 | 14.95 | - |
| YUV | 163.68 | 75.13 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 70 | 0.65 | 0 | 0.69 | 0.12 | 116.52 | 0.72 | 0.58 |
| Hex | 4F | E1 | 46 | 41 | 0 | 45 | C | 75 | 48 | 3A |
| Octal | 117 | 341 | 106 | 101 | 0 | 105 | 14 | 165 | 110 | 72 |
| Binary | 1001111 | 11100001 | 1000110 | 1000001 | 0 | 1000101 | 1100 | 1110101 | 1001000 | 111010 |
Color Harmonies of #4FE146
Complementary color
Monochromatic Colors of #4FE146
Black with #4FE146
Text Example
Text Example
White with #4FE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE146; }
p { color: rgb(79,225,70); }
H1.HeaderClassName
{
color: #4FE146;
}
.AnyTagClassName
{
color: #4FE146;
}
</style>
background-color css
<style>
a { background-color: #4FE146; }
a { background-color: rgb(79,225,70); }
div.DivClassName
{
background-color: #4FE146;
}
.BgClassName
{
background-color: #4FE146;
}
</style>
border-color css
<style>
span { border-color: #4FE146; }
span { border-color: rgb(79,225,70); }
td.TdClassName
{
border-color: #4FE146;
}
.TagClassName
{
border-color: #4FE146;
}
</style>