Shades of Lime Green #4FCF40
Tints of Lime Green #4FCF40
RGB
CMYK
RGB Variations
Color information
#4FCF40 (or 0x4FCF40) is known color: Lime Green. HEX triplet: 4F, CF and 40. RGB value is (79,207,64). Sum of RGB (Red+Green+Blue) = 79+207+64=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCF40 is #B030BF. Grayscale: #989898. Windows color (decimal): -11546816 or 4247375. OLE color: 4247375.
HSL color Cylindrical-coordinate representation of color #4FCF40: hue angle of 113.71º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FCF40 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.19 |
| HSL | 113.71º | 0.6% | 0.53% | - |
| HSV(B) | 113.71º | 0.69% | 0.81% | - |
| XYZ | 26.46 | 46.66 | 12.46 | - |
| YUV | 152.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 64 | 0.62 | 0 | 0.69 | 0.19 | 113.71 | 0.6 | 0.53 |
| Hex | 4F | CF | 40 | 3E | 0 | 45 | 13 | 72 | 3C | 35 |
| Octal | 117 | 317 | 100 | 76 | 0 | 105 | 23 | 162 | 74 | 65 |
| Binary | 1001111 | 11001111 | 1000000 | 111110 | 0 | 1000101 | 10011 | 1110010 | 111100 | 110101 |
Color Harmonies of #4FCF40
Complementary color
Monochromatic Colors of #4FCF40
Black with #4FCF40
Text Example
Text Example
White with #4FCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF40; }
p { color: rgb(79,207,64); }
H1.HeaderClassName
{
color: #4FCF40;
}
.AnyTagClassName
{
color: #4FCF40;
}
</style>
background-color css
<style>
a { background-color: #4FCF40; }
a { background-color: rgb(79,207,64); }
div.DivClassName
{
background-color: #4FCF40;
}
.BgClassName
{
background-color: #4FCF40;
}
</style>
border-color css
<style>
span { border-color: #4FCF40; }
span { border-color: rgb(79,207,64); }
td.TdClassName
{
border-color: #4FCF40;
}
.TagClassName
{
border-color: #4FCF40;
}
</style>