Shades of Lime Green #4FE940
Tints of Lime Green #4FE940
RGB
CMYK
RGB Variations
Color information
#4FE940 (or 0x4FE940) is known color: Lime Green. HEX triplet: 4F, E9 and 40. RGB value is (79,233,64). Sum of RGB (Red+Green+Blue) = 79+233+64=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE940 is #B016BF. Grayscale: #A8A8A8. Windows color (decimal): -11540160 or 4254031. OLE color: 4254031.
HSL color Cylindrical-coordinate representation of color #4FE940: hue angle of 114.67º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FE940 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 64 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.09 |
| HSL | 114.67º | 0.79% | 0.58% | - |
| HSV(B) | 114.67º | 0.73% | 0.91% | - |
| XYZ | 33.29 | 60.31 | 14.74 | - |
| YUV | 167.69 | 69.48 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 64 | 0.66 | 0 | 0.73 | 0.09 | 114.67 | 0.79 | 0.58 |
| Hex | 4F | E9 | 40 | 42 | 0 | 49 | 9 | 73 | 4F | 3A |
| Octal | 117 | 351 | 100 | 102 | 0 | 111 | 11 | 163 | 117 | 72 |
| Binary | 1001111 | 11101001 | 1000000 | 1000010 | 0 | 1001001 | 1001 | 1110011 | 1001111 | 111010 |
Color Harmonies of #4FE940
Complementary color
Monochromatic Colors of #4FE940
Black with #4FE940
Text Example
Text Example
White with #4FE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE940; }
p { color: rgb(79,233,64); }
H1.HeaderClassName
{
color: #4FE940;
}
.AnyTagClassName
{
color: #4FE940;
}
</style>
background-color css
<style>
a { background-color: #4FE940; }
a { background-color: rgb(79,233,64); }
div.DivClassName
{
background-color: #4FE940;
}
.BgClassName
{
background-color: #4FE940;
}
</style>
border-color css
<style>
span { border-color: #4FE940; }
span { border-color: rgb(79,233,64); }
td.TdClassName
{
border-color: #4FE940;
}
.TagClassName
{
border-color: #4FE940;
}
</style>