Shades of Lime Green #4FE446
Tints of Lime Green #4FE446
RGB
CMYK
RGB Variations
Color information
#4FE446 (or 0x4FE446) is known color: Lime Green. HEX triplet: 4F, E4 and 46. RGB value is (79,228,70). Sum of RGB (Red+Green+Blue) = 79+228+70=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 228 (89.45% from 255 or 60.48% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE446 is #B01BB9. Grayscale: #A5A5A5. Windows color (decimal): -11541434 or 4645967. OLE color: 4645967.
HSL color Cylindrical-coordinate representation of color #4FE446: hue angle of 116.58º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE446 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 70 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.11 |
| HSL | 116.58º | 0.75% | 0.58% | - |
| HSV(B) | 116.58º | 0.69% | 0.89% | - |
| XYZ | 32.07 | 57.59 | 15.22 | - |
| YUV | 165.44 | 74.14 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 70 | 0.65 | 0 | 0.69 | 0.11 | 116.58 | 0.75 | 0.58 |
| Hex | 4F | E4 | 46 | 41 | 0 | 45 | B | 75 | 4B | 3A |
| Octal | 117 | 344 | 106 | 101 | 0 | 105 | 13 | 165 | 113 | 72 |
| Binary | 1001111 | 11100100 | 1000110 | 1000001 | 0 | 1000101 | 1011 | 1110101 | 1001011 | 111010 |
Color Harmonies of #4FE446
Complementary color
Monochromatic Colors of #4FE446
Black with #4FE446
Text Example
Text Example
White with #4FE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE446; }
p { color: rgb(79,228,70); }
H1.HeaderClassName
{
color: #4FE446;
}
.AnyTagClassName
{
color: #4FE446;
}
</style>
background-color css
<style>
a { background-color: #4FE446; }
a { background-color: rgb(79,228,70); }
div.DivClassName
{
background-color: #4FE446;
}
.BgClassName
{
background-color: #4FE446;
}
</style>
border-color css
<style>
span { border-color: #4FE446; }
span { border-color: rgb(79,228,70); }
td.TdClassName
{
border-color: #4FE446;
}
.TagClassName
{
border-color: #4FE446;
}
</style>