Shades of Lime Green #4FD63A
Tints of Lime Green #4FD63A
RGB
CMYK
RGB Variations
Color information
#4FD63A (or 0x4FD63A) is known color: Lime Green. HEX triplet: 4F, D6 and 3A. RGB value is (79,214,58). Sum of RGB (Red+Green+Blue) = 79+214+58=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #4FD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD63A is #B029C5. Grayscale: #9C9C9C. Windows color (decimal): -11545030 or 3855951. OLE color: 3855951.
HSL color Cylindrical-coordinate representation of color #4FD63A: hue angle of 111.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FD63A is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 214 | 58 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.16 |
| HSL | 111.92º | 0.66% | 0.53% | - |
| HSV(B) | 111.92º | 0.73% | 0.84% | - |
| XYZ | 28.03 | 50.06 | 12.19 | - |
| YUV | 155.85 | 72.77 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 214 | 58 | 0.63 | 0 | 0.73 | 0.16 | 111.92 | 0.66 | 0.53 |
| Hex | 4F | D6 | 3A | 3F | 0 | 49 | 10 | 70 | 42 | 35 |
| Octal | 117 | 326 | 72 | 77 | 0 | 111 | 20 | 160 | 102 | 65 |
| Binary | 1001111 | 11010110 | 111010 | 111111 | 0 | 1001001 | 10000 | 1110000 | 1000010 | 110101 |
Color Harmonies of #4FD63A
Complementary color
Monochromatic Colors of #4FD63A
Black with #4FD63A
Text Example
Text Example
White with #4FD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD63A; }
p { color: rgb(79,214,58); }
H1.HeaderClassName
{
color: #4FD63A;
}
.AnyTagClassName
{
color: #4FD63A;
}
</style>
background-color css
<style>
a { background-color: #4FD63A; }
a { background-color: rgb(79,214,58); }
div.DivClassName
{
background-color: #4FD63A;
}
.BgClassName
{
background-color: #4FD63A;
}
</style>
border-color css
<style>
span { border-color: #4FD63A; }
span { border-color: rgb(79,214,58); }
td.TdClassName
{
border-color: #4FD63A;
}
.TagClassName
{
border-color: #4FD63A;
}
</style>