Shades of Lime Green #4FDA4D
Tints of Lime Green #4FDA4D
RGB
CMYK
RGB Variations
Color information
#4FDA4D (or 0x4FDA4D) is known color: Lime Green. HEX triplet: 4F, DA and 4D. RGB value is (79,218,77). Sum of RGB (Red+Green+Blue) = 79+218+77=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDA4D is #B025B2. Grayscale: #A0A0A0. Windows color (decimal): -11543987 or 5102159. OLE color: 5102159.
HSL color Cylindrical-coordinate representation of color #4FDA4D: hue angle of 119.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDA4D is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 77 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.15 |
| HSL | 119.15º | 0.66% | 0.58% | - |
| HSV(B) | 119.15º | 0.65% | 0.85% | - |
| XYZ | 29.64 | 52.34 | 15.56 | - |
| YUV | 160.37 | 80.95 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 77 | 0.64 | 0 | 0.65 | 0.15 | 119.15 | 0.66 | 0.58 |
| Hex | 4F | DA | 4D | 40 | 0 | 41 | F | 77 | 42 | 3A |
| Octal | 117 | 332 | 115 | 100 | 0 | 101 | 17 | 167 | 102 | 72 |
| Binary | 1001111 | 11011010 | 1001101 | 1000000 | 0 | 1000001 | 1111 | 1110111 | 1000010 | 111010 |
Color Harmonies of #4FDA4D
Complementary color
Monochromatic Colors of #4FDA4D
Black with #4FDA4D
Text Example
Text Example
White with #4FDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA4D; }
p { color: rgb(79,218,77); }
H1.HeaderClassName
{
color: #4FDA4D;
}
.AnyTagClassName
{
color: #4FDA4D;
}
</style>
background-color css
<style>
a { background-color: #4FDA4D; }
a { background-color: rgb(79,218,77); }
div.DivClassName
{
background-color: #4FDA4D;
}
.BgClassName
{
background-color: #4FDA4D;
}
</style>
border-color css
<style>
span { border-color: #4FDA4D; }
span { border-color: rgb(79,218,77); }
td.TdClassName
{
border-color: #4FDA4D;
}
.TagClassName
{
border-color: #4FDA4D;
}
</style>