Shades of Lime Green #4FCD47
Tints of Lime Green #4FCD47
RGB
CMYK
RGB Variations
Color information
#4FCD47 (or 0x4FCD47) is known color: Lime Green. HEX triplet: 4F, CD and 47. RGB value is (79,205,71). Sum of RGB (Red+Green+Blue) = 79+205+71=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD47 is #B032B8. Grayscale: #989898. Windows color (decimal): -11547321 or 4705615. OLE color: 4705615.
HSL color Cylindrical-coordinate representation of color #4FCD47: hue angle of 116.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCD47 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 71 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.20 |
| HSL | 116.42º | 0.57% | 0.54% | - |
| HSV(B) | 116.42º | 0.65% | 0.8% | - |
| XYZ | 26.19 | 45.78 | 13.42 | - |
| YUV | 152.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 71 | 0.61 | 0 | 0.65 | 0.20 | 116.42 | 0.57 | 0.54 |
| Hex | 4F | CD | 47 | 3D | 0 | 41 | 14 | 74 | 39 | 36 |
| Octal | 117 | 315 | 107 | 75 | 0 | 101 | 24 | 164 | 71 | 66 |
| Binary | 1001111 | 11001101 | 1000111 | 111101 | 0 | 1000001 | 10100 | 1110100 | 111001 | 110110 |
Color Harmonies of #4FCD47
Complementary color
Monochromatic Colors of #4FCD47
Black with #4FCD47
Text Example
Text Example
White with #4FCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCD47; }
p { color: rgb(79,205,71); }
H1.HeaderClassName
{
color: #4FCD47;
}
.AnyTagClassName
{
color: #4FCD47;
}
</style>
background-color css
<style>
a { background-color: #4FCD47; }
a { background-color: rgb(79,205,71); }
div.DivClassName
{
background-color: #4FCD47;
}
.BgClassName
{
background-color: #4FCD47;
}
</style>
border-color css
<style>
span { border-color: #4FCD47; }
span { border-color: rgb(79,205,71); }
td.TdClassName
{
border-color: #4FCD47;
}
.TagClassName
{
border-color: #4FCD47;
}
</style>