Shades of Lime Green #4FD94A
Tints of Lime Green #4FD94A
RGB
CMYK
RGB Variations
Color information
#4FD94A (or 0x4FD94A) is known color: Lime Green. HEX triplet: 4F, D9 and 4A. RGB value is (79,217,74). Sum of RGB (Red+Green+Blue) = 79+217+74=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #4FD94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD94A is #B026B5. Grayscale: #9F9F9F. Windows color (decimal): -11544246 or 4905295. OLE color: 4905295.
HSL color Cylindrical-coordinate representation of color #4FD94A: hue angle of 117.9º degrees, saturation: 0.65, 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 #4FD94A is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 217 | 74 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.15 |
| HSL | 117.9º | 0.65% | 0.57% | - |
| HSV(B) | 117.9º | 0.66% | 0.85% | - |
| XYZ | 29.27 | 51.78 | 14.93 | - |
| YUV | 159.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 217 | 74 | 0.64 | 0 | 0.66 | 0.15 | 117.9 | 0.65 | 0.57 |
| Hex | 4F | D9 | 4A | 40 | 0 | 42 | F | 76 | 41 | 39 |
| Octal | 117 | 331 | 112 | 100 | 0 | 102 | 17 | 166 | 101 | 71 |
| Binary | 1001111 | 11011001 | 1001010 | 1000000 | 0 | 1000010 | 1111 | 1110110 | 1000001 | 111001 |
Color Harmonies of #4FD94A
Complementary color
Monochromatic Colors of #4FD94A
Black with #4FD94A
Text Example
Text Example
White with #4FD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD94A; }
p { color: rgb(79,217,74); }
H1.HeaderClassName
{
color: #4FD94A;
}
.AnyTagClassName
{
color: #4FD94A;
}
</style>
background-color css
<style>
a { background-color: #4FD94A; }
a { background-color: rgb(79,217,74); }
div.DivClassName
{
background-color: #4FD94A;
}
.BgClassName
{
background-color: #4FD94A;
}
</style>
border-color css
<style>
span { border-color: #4FD94A; }
span { border-color: rgb(79,217,74); }
td.TdClassName
{
border-color: #4FD94A;
}
.TagClassName
{
border-color: #4FD94A;
}
</style>