Shades of Lime Green #4FE73F
Tints of Lime Green #4FE73F
RGB
CMYK
RGB Variations
Color information
#4FE73F (or 0x4FE73F) is known color: Lime Green. HEX triplet: 4F, E7 and 3F. RGB value is (79,231,63). Sum of RGB (Red+Green+Blue) = 79+231+63=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 231 (90.62% from 255 or 61.93% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE73F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE73F is #B018C0. Grayscale: #A6A6A6. Windows color (decimal): -11540673 or 4187983. OLE color: 4187983.
HSL color Cylindrical-coordinate representation of color #4FE73F: hue angle of 114.29º degrees, saturation: 0.78, 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 #4FE73F is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 63 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.09 |
| HSL | 114.29º | 0.78% | 0.58% | - |
| HSV(B) | 114.29º | 0.73% | 0.91% | - |
| XYZ | 32.7 | 59.17 | 14.4 | - |
| YUV | 166.4 | 69.64 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 63 | 0.66 | 0 | 0.73 | 0.09 | 114.29 | 0.78 | 0.58 |
| Hex | 4F | E7 | 3F | 42 | 0 | 49 | 9 | 72 | 4E | 3A |
| Octal | 117 | 347 | 77 | 102 | 0 | 111 | 11 | 162 | 116 | 72 |
| Binary | 1001111 | 11100111 | 111111 | 1000010 | 0 | 1001001 | 1001 | 1110010 | 1001110 | 111010 |
Color Harmonies of #4FE73F
Complementary color
Monochromatic Colors of #4FE73F
Black with #4FE73F
Text Example
Text Example
White with #4FE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE73F; }
p { color: rgb(79,231,63); }
H1.HeaderClassName
{
color: #4FE73F;
}
.AnyTagClassName
{
color: #4FE73F;
}
</style>
background-color css
<style>
a { background-color: #4FE73F; }
a { background-color: rgb(79,231,63); }
div.DivClassName
{
background-color: #4FE73F;
}
.BgClassName
{
background-color: #4FE73F;
}
</style>
border-color css
<style>
span { border-color: #4FE73F; }
span { border-color: rgb(79,231,63); }
td.TdClassName
{
border-color: #4FE73F;
}
.TagClassName
{
border-color: #4FE73F;
}
</style>