Shades of Lime Green #4FCF42
Tints of Lime Green #4FCF42
RGB
CMYK
RGB Variations
Color information
#4FCF42 (or 0x4FCF42) is known color: Lime Green. HEX triplet: 4F, CF and 42. RGB value is (79,207,66). Sum of RGB (Red+Green+Blue) = 79+207+66=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCF42 is #B030BD. Grayscale: #999999. Windows color (decimal): -11546814 or 4378447. OLE color: 4378447.
HSL color Cylindrical-coordinate representation of color #4FCF42: hue angle of 114.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FCF42 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 66 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.19 |
| HSL | 114.47º | 0.59% | 0.54% | - |
| HSV(B) | 114.47º | 0.68% | 0.81% | - |
| XYZ | 26.52 | 46.68 | 12.77 | - |
| YUV | 152.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 66 | 0.62 | 0 | 0.68 | 0.19 | 114.47 | 0.59 | 0.54 |
| Hex | 4F | CF | 42 | 3E | 0 | 44 | 13 | 72 | 3B | 36 |
| Octal | 117 | 317 | 102 | 76 | 0 | 104 | 23 | 162 | 73 | 66 |
| Binary | 1001111 | 11001111 | 1000010 | 111110 | 0 | 1000100 | 10011 | 1110010 | 111011 | 110110 |
Color Harmonies of #4FCF42
Complementary color
Monochromatic Colors of #4FCF42
Black with #4FCF42
Text Example
Text Example
White with #4FCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF42; }
p { color: rgb(79,207,66); }
H1.HeaderClassName
{
color: #4FCF42;
}
.AnyTagClassName
{
color: #4FCF42;
}
</style>
background-color css
<style>
a { background-color: #4FCF42; }
a { background-color: rgb(79,207,66); }
div.DivClassName
{
background-color: #4FCF42;
}
.BgClassName
{
background-color: #4FCF42;
}
</style>
border-color css
<style>
span { border-color: #4FCF42; }
span { border-color: rgb(79,207,66); }
td.TdClassName
{
border-color: #4FCF42;
}
.TagClassName
{
border-color: #4FCF42;
}
</style>