Shades of Lime Green #4FDA4E
Tints of Lime Green #4FDA4E
RGB
CMYK
RGB Variations
Color information
#4FDA4E (or 0x4FDA4E) is known color: Lime Green. HEX triplet: 4F, DA and 4E. RGB value is (79,218,78). Sum of RGB (Red+Green+Blue) = 79+218+78=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDA4E is #B025B1. Grayscale: #A0A0A0. Windows color (decimal): -11543986 or 5167695. OLE color: 5167695.
HSL color Cylindrical-coordinate representation of color #4FDA4E: hue angle of 119.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDA4E is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 78 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.15 |
| HSL | 119.57º | 0.65% | 0.58% | - |
| HSV(B) | 119.57º | 0.64% | 0.85% | - |
| XYZ | 29.67 | 52.36 | 15.75 | - |
| YUV | 160.48 | 81.45 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 78 | 0.64 | 0 | 0.64 | 0.15 | 119.57 | 0.65 | 0.58 |
| Hex | 4F | DA | 4E | 40 | 0 | 40 | F | 78 | 41 | 3A |
| Octal | 117 | 332 | 116 | 100 | 0 | 100 | 17 | 170 | 101 | 72 |
| Binary | 1001111 | 11011010 | 1001110 | 1000000 | 0 | 1000000 | 1111 | 1111000 | 1000001 | 111010 |
Color Harmonies of #4FDA4E
Complementary color
Monochromatic Colors of #4FDA4E
Black with #4FDA4E
Text Example
Text Example
White with #4FDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA4E; }
p { color: rgb(79,218,78); }
H1.HeaderClassName
{
color: #4FDA4E;
}
.AnyTagClassName
{
color: #4FDA4E;
}
</style>
background-color css
<style>
a { background-color: #4FDA4E; }
a { background-color: rgb(79,218,78); }
div.DivClassName
{
background-color: #4FDA4E;
}
.BgClassName
{
background-color: #4FDA4E;
}
</style>
border-color css
<style>
span { border-color: #4FDA4E; }
span { border-color: rgb(79,218,78); }
td.TdClassName
{
border-color: #4FDA4E;
}
.TagClassName
{
border-color: #4FDA4E;
}
</style>