Shades of Lime Green #4FEA40
Tints of Lime Green #4FEA40
RGB
CMYK
RGB Variations
Color information
#4FEA40 (or 0x4FEA40) is known color: Lime Green. HEX triplet: 4F, EA and 40. RGB value is (79,234,64). Sum of RGB (Red+Green+Blue) = 79+234+64=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA40 is #B015BF. Grayscale: #A8A8A8. Windows color (decimal): -11539904 or 4254287. OLE color: 4254287.
HSL color Cylindrical-coordinate representation of color #4FEA40: hue angle of 114.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FEA40 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 64 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.08 |
| HSL | 114.71º | 0.8% | 0.58% | - |
| HSV(B) | 114.71º | 0.73% | 0.92% | - |
| XYZ | 33.57 | 60.88 | 14.83 | - |
| YUV | 168.28 | 69.15 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 64 | 0.66 | 0 | 0.73 | 0.08 | 114.71 | 0.8 | 0.58 |
| Hex | 4F | EA | 40 | 42 | 0 | 49 | 8 | 73 | 50 | 3A |
| Octal | 117 | 352 | 100 | 102 | 0 | 111 | 10 | 163 | 120 | 72 |
| Binary | 1001111 | 11101010 | 1000000 | 1000010 | 0 | 1001001 | 1000 | 1110011 | 1010000 | 111010 |
Color Harmonies of #4FEA40
Complementary color
Monochromatic Colors of #4FEA40
Black with #4FEA40
Text Example
Text Example
White with #4FEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA40; }
p { color: rgb(79,234,64); }
H1.HeaderClassName
{
color: #4FEA40;
}
.AnyTagClassName
{
color: #4FEA40;
}
</style>
background-color css
<style>
a { background-color: #4FEA40; }
a { background-color: rgb(79,234,64); }
div.DivClassName
{
background-color: #4FEA40;
}
.BgClassName
{
background-color: #4FEA40;
}
</style>
border-color css
<style>
span { border-color: #4FEA40; }
span { border-color: rgb(79,234,64); }
td.TdClassName
{
border-color: #4FEA40;
}
.TagClassName
{
border-color: #4FEA40;
}
</style>