Shades of Lime Green #4FE63F
Tints of Lime Green #4FE63F
RGB
CMYK
RGB Variations
Color information
#4FE63F (or 0x4FE63F) is known color: Lime Green. HEX triplet: 4F, E6 and 3F. RGB value is (79,230,63). Sum of RGB (Red+Green+Blue) = 79+230+63=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 230 (90.23% from 255 or 61.83% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE63F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE63F is #B019C0. Grayscale: #A6A6A6. Windows color (decimal): -11540929 or 4187727. OLE color: 4187727.
HSL color Cylindrical-coordinate representation of color #4FE63F: hue angle of 114.25º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FE63F is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 230 | 63 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.10 |
| HSL | 114.25º | 0.77% | 0.57% | - |
| HSV(B) | 114.25º | 0.73% | 0.9% | - |
| XYZ | 32.42 | 58.61 | 14.31 | - |
| YUV | 165.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 63 | 0.66 | 0 | 0.73 | 0.10 | 114.25 | 0.77 | 0.57 |
| Hex | 4F | E6 | 3F | 42 | 0 | 49 | A | 72 | 4D | 39 |
| Octal | 117 | 346 | 77 | 102 | 0 | 111 | 12 | 162 | 115 | 71 |
| Binary | 1001111 | 11100110 | 111111 | 1000010 | 0 | 1001001 | 1010 | 1110010 | 1001101 | 111001 |
Color Harmonies of #4FE63F
Complementary color
Monochromatic Colors of #4FE63F
Black with #4FE63F
Text Example
Text Example
White with #4FE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE63F; }
p { color: rgb(79,230,63); }
H1.HeaderClassName
{
color: #4FE63F;
}
.AnyTagClassName
{
color: #4FE63F;
}
</style>
background-color css
<style>
a { background-color: #4FE63F; }
a { background-color: rgb(79,230,63); }
div.DivClassName
{
background-color: #4FE63F;
}
.BgClassName
{
background-color: #4FE63F;
}
</style>
border-color css
<style>
span { border-color: #4FE63F; }
span { border-color: rgb(79,230,63); }
td.TdClassName
{
border-color: #4FE63F;
}
.TagClassName
{
border-color: #4FE63F;
}
</style>