Shades of Lime Green #4FC73F
Tints of Lime Green #4FC73F
RGB
CMYK
RGB Variations
Color information
#4FC73F (or 0x4FC73F) is known color: Lime Green. HEX triplet: 4F, C7 and 3F. RGB value is (79,199,63). Sum of RGB (Red+Green+Blue) = 79+199+63=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #4FC73F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC73F is #B038C0. Grayscale: #949494. Windows color (decimal): -11548865 or 4179791. OLE color: 4179791.
HSL color Cylindrical-coordinate representation of color #4FC73F: hue angle of 112.94º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FC73F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 199 | 63 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.22 |
| HSL | 112.94º | 0.55% | 0.51% | - |
| HSV(B) | 112.94º | 0.68% | 0.78% | - |
| XYZ | 24.55 | 42.87 | 11.68 | - |
| YUV | 147.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 199 | 63 | 0.60 | 0 | 0.68 | 0.22 | 112.94 | 0.55 | 0.51 |
| Hex | 4F | C7 | 3F | 3C | 0 | 44 | 16 | 71 | 37 | 33 |
| Octal | 117 | 307 | 77 | 74 | 0 | 104 | 26 | 161 | 67 | 63 |
| Binary | 1001111 | 11000111 | 111111 | 111100 | 0 | 1000100 | 10110 | 1110001 | 110111 | 110011 |
Color Harmonies of #4FC73F
Complementary color
Monochromatic Colors of #4FC73F
Black with #4FC73F
Text Example
Text Example
White with #4FC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC73F; }
p { color: rgb(79,199,63); }
H1.HeaderClassName
{
color: #4FC73F;
}
.AnyTagClassName
{
color: #4FC73F;
}
</style>
background-color css
<style>
a { background-color: #4FC73F; }
a { background-color: rgb(79,199,63); }
div.DivClassName
{
background-color: #4FC73F;
}
.BgClassName
{
background-color: #4FC73F;
}
</style>
border-color css
<style>
span { border-color: #4FC73F; }
span { border-color: rgb(79,199,63); }
td.TdClassName
{
border-color: #4FC73F;
}
.TagClassName
{
border-color: #4FC73F;
}
</style>