Shades of Lime Green #4FC947
Tints of Lime Green #4FC947
RGB
CMYK
RGB Variations
Color information
#4FC947 (or 0x4FC947) is known color: Lime Green. HEX triplet: 4F, C9 and 47. RGB value is (79,201,71). Sum of RGB (Red+Green+Blue) = 79+201+71=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #4FC947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC947 is #B036B8. Grayscale: #969696. Windows color (decimal): -11548345 or 4704591. OLE color: 4704591.
HSL color Cylindrical-coordinate representation of color #4FC947: hue angle of 116.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FC947 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 201 | 71 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.21 |
| HSL | 116.31º | 0.55% | 0.53% | - |
| HSV(B) | 116.31º | 0.65% | 0.79% | - |
| XYZ | 25.25 | 43.89 | 13.1 | - |
| YUV | 149.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 71 | 0.61 | 0 | 0.65 | 0.21 | 116.31 | 0.55 | 0.53 |
| Hex | 4F | C9 | 47 | 3D | 0 | 41 | 15 | 74 | 37 | 35 |
| Octal | 117 | 311 | 107 | 75 | 0 | 101 | 25 | 164 | 67 | 65 |
| Binary | 1001111 | 11001001 | 1000111 | 111101 | 0 | 1000001 | 10101 | 1110100 | 110111 | 110101 |
Color Harmonies of #4FC947
Complementary color
Monochromatic Colors of #4FC947
Black with #4FC947
Text Example
Text Example
White with #4FC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC947; }
p { color: rgb(79,201,71); }
H1.HeaderClassName
{
color: #4FC947;
}
.AnyTagClassName
{
color: #4FC947;
}
</style>
background-color css
<style>
a { background-color: #4FC947; }
a { background-color: rgb(79,201,71); }
div.DivClassName
{
background-color: #4FC947;
}
.BgClassName
{
background-color: #4FC947;
}
</style>
border-color css
<style>
span { border-color: #4FC947; }
span { border-color: rgb(79,201,71); }
td.TdClassName
{
border-color: #4FC947;
}
.TagClassName
{
border-color: #4FC947;
}
</style>