Shades of Lime Green #4FD64A
Tints of Lime Green #4FD64A
RGB
CMYK
RGB Variations
Color information
#4FD64A (or 0x4FD64A) is known color: Lime Green. HEX triplet: 4F, D6 and 4A. RGB value is (79,214,74). Sum of RGB (Red+Green+Blue) = 79+214+74=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #4FD64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD64A is #B029B5. Grayscale: #9E9E9E. Windows color (decimal): -11545014 or 4904527. OLE color: 4904527.
HSL color Cylindrical-coordinate representation of color #4FD64A: hue angle of 117.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FD64A is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 214 | 74 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.16 |
| HSL | 117.86º | 0.63% | 0.56% | - |
| HSV(B) | 117.86º | 0.65% | 0.84% | - |
| XYZ | 28.51 | 50.25 | 14.68 | - |
| YUV | 157.68 | 80.77 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 214 | 74 | 0.63 | 0 | 0.65 | 0.16 | 117.86 | 0.63 | 0.56 |
| Hex | 4F | D6 | 4A | 3F | 0 | 41 | 10 | 76 | 3F | 38 |
| Octal | 117 | 326 | 112 | 77 | 0 | 101 | 20 | 166 | 77 | 70 |
| Binary | 1001111 | 11010110 | 1001010 | 111111 | 0 | 1000001 | 10000 | 1110110 | 111111 | 111000 |
Color Harmonies of #4FD64A
Complementary color
Monochromatic Colors of #4FD64A
Black with #4FD64A
Text Example
Text Example
White with #4FD64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD64A; }
p { color: rgb(79,214,74); }
H1.HeaderClassName
{
color: #4FD64A;
}
.AnyTagClassName
{
color: #4FD64A;
}
</style>
background-color css
<style>
a { background-color: #4FD64A; }
a { background-color: rgb(79,214,74); }
div.DivClassName
{
background-color: #4FD64A;
}
.BgClassName
{
background-color: #4FD64A;
}
</style>
border-color css
<style>
span { border-color: #4FD64A; }
span { border-color: rgb(79,214,74); }
td.TdClassName
{
border-color: #4FD64A;
}
.TagClassName
{
border-color: #4FD64A;
}
</style>