Shades of Lime Green #4FD547
Tints of Lime Green #4FD547
RGB
CMYK
RGB Variations
Color information
#4FD547 (or 0x4FD547) is known color: Lime Green. HEX triplet: 4F, D5 and 47. RGB value is (79,213,71). Sum of RGB (Red+Green+Blue) = 79+213+71=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD547 is #B02AB8. Grayscale: #9D9D9D. Windows color (decimal): -11545273 or 4707663. OLE color: 4707663.
HSL color Cylindrical-coordinate representation of color #4FD547: hue angle of 116.62º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FD547 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 71 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.16 |
| HSL | 116.62º | 0.63% | 0.56% | - |
| HSV(B) | 116.62º | 0.67% | 0.84% | - |
| XYZ | 28.16 | 49.71 | 14.07 | - |
| YUV | 156.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 71 | 0.63 | 0 | 0.67 | 0.16 | 116.62 | 0.63 | 0.56 |
| Hex | 4F | D5 | 47 | 3F | 0 | 43 | 10 | 75 | 3F | 38 |
| Octal | 117 | 325 | 107 | 77 | 0 | 103 | 20 | 165 | 77 | 70 |
| Binary | 1001111 | 11010101 | 1000111 | 111111 | 0 | 1000011 | 10000 | 1110101 | 111111 | 111000 |
Color Harmonies of #4FD547
Complementary color
Monochromatic Colors of #4FD547
Black with #4FD547
Text Example
Text Example
White with #4FD547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD547; }
p { color: rgb(79,213,71); }
H1.HeaderClassName
{
color: #4FD547;
}
.AnyTagClassName
{
color: #4FD547;
}
</style>
background-color css
<style>
a { background-color: #4FD547; }
a { background-color: rgb(79,213,71); }
div.DivClassName
{
background-color: #4FD547;
}
.BgClassName
{
background-color: #4FD547;
}
</style>
border-color css
<style>
span { border-color: #4FD547; }
span { border-color: rgb(79,213,71); }
td.TdClassName
{
border-color: #4FD547;
}
.TagClassName
{
border-color: #4FD547;
}
</style>