Shades of Lime Green #4FDA4B
Tints of Lime Green #4FDA4B
RGB
CMYK
RGB Variations
Color information
#4FDA4B (or 0x4FDA4B) is known color: Lime Green. HEX triplet: 4F, DA and 4B. RGB value is (79,218,75). Sum of RGB (Red+Green+Blue) = 79+218+75=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDA4B is #B025B4. Grayscale: #A0A0A0. Windows color (decimal): -11543989 or 4971087. OLE color: 4971087.
HSL color Cylindrical-coordinate representation of color #4FDA4B: hue angle of 118.32º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FDA4B is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 218 | 75 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.15 |
| HSL | 118.32º | 0.66% | 0.57% | - |
| HSV(B) | 118.32º | 0.66% | 0.85% | - |
| XYZ | 29.57 | 52.31 | 15.2 | - |
| YUV | 160.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 218 | 75 | 0.64 | 0 | 0.66 | 0.15 | 118.32 | 0.66 | 0.57 |
| Hex | 4F | DA | 4B | 40 | 0 | 42 | F | 76 | 42 | 39 |
| Octal | 117 | 332 | 113 | 100 | 0 | 102 | 17 | 166 | 102 | 71 |
| Binary | 1001111 | 11011010 | 1001011 | 1000000 | 0 | 1000010 | 1111 | 1110110 | 1000010 | 111001 |
Color Harmonies of #4FDA4B
Complementary color
Monochromatic Colors of #4FDA4B
Black with #4FDA4B
Text Example
Text Example
White with #4FDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDA4B; }
p { color: rgb(79,218,75); }
H1.HeaderClassName
{
color: #4FDA4B;
}
.AnyTagClassName
{
color: #4FDA4B;
}
</style>
background-color css
<style>
a { background-color: #4FDA4B; }
a { background-color: rgb(79,218,75); }
div.DivClassName
{
background-color: #4FDA4B;
}
.BgClassName
{
background-color: #4FDA4B;
}
</style>
border-color css
<style>
span { border-color: #4FDA4B; }
span { border-color: rgb(79,218,75); }
td.TdClassName
{
border-color: #4FDA4B;
}
.TagClassName
{
border-color: #4FDA4B;
}
</style>