Shades of Lime Green #4FE649
Tints of Lime Green #4FE649
RGB
CMYK
RGB Variations
Color information
#4FE649 (or 0x4FE649) is known color: Lime Green. HEX triplet: 4F, E6 and 49. RGB value is (79,230,73). Sum of RGB (Red+Green+Blue) = 79+230+73=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #4FE649 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE649 is #B019B6. Grayscale: #A7A7A7. Windows color (decimal): -11540919 or 4843087. OLE color: 4843087.
HSL color Cylindrical-coordinate representation of color #4FE649: hue angle of 117.71º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FE649 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 230 | 73 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.10 |
| HSL | 117.71º | 0.76% | 0.59% | - |
| HSV(B) | 117.71º | 0.68% | 0.9% | - |
| XYZ | 32.72 | 58.74 | 15.92 | - |
| YUV | 166.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 230 | 73 | 0.66 | 0 | 0.68 | 0.10 | 117.71 | 0.76 | 0.59 |
| Hex | 4F | E6 | 49 | 42 | 0 | 44 | A | 76 | 4C | 3B |
| Octal | 117 | 346 | 111 | 102 | 0 | 104 | 12 | 166 | 114 | 73 |
| Binary | 1001111 | 11100110 | 1001001 | 1000010 | 0 | 1000100 | 1010 | 1110110 | 1001100 | 111011 |
Color Harmonies of #4FE649
Complementary color
Monochromatic Colors of #4FE649
Black with #4FE649
Text Example
Text Example
White with #4FE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE649; }
p { color: rgb(79,230,73); }
H1.HeaderClassName
{
color: #4FE649;
}
.AnyTagClassName
{
color: #4FE649;
}
</style>
background-color css
<style>
a { background-color: #4FE649; }
a { background-color: rgb(79,230,73); }
div.DivClassName
{
background-color: #4FE649;
}
.BgClassName
{
background-color: #4FE649;
}
</style>
border-color css
<style>
span { border-color: #4FE649; }
span { border-color: rgb(79,230,73); }
td.TdClassName
{
border-color: #4FE649;
}
.TagClassName
{
border-color: #4FE649;
}
</style>