Shades of Lime Green #4FDC3C
Tints of Lime Green #4FDC3C
RGB
CMYK
RGB Variations
Color information
#4FDC3C (or 0x4FDC3C) is known color: Lime Green. HEX triplet: 4F, DC and 3C. RGB value is (79,220,60). Sum of RGB (Red+Green+Blue) = 79+220+60=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC3C is #B023C3. Grayscale: #A0A0A0. Windows color (decimal): -11543492 or 3988559. OLE color: 3988559.
HSL color Cylindrical-coordinate representation of color #4FDC3C: hue angle of 112.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FDC3C is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 60 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.14 |
| HSL | 112.88º | 0.7% | 0.55% | - |
| HSV(B) | 112.88º | 0.73% | 0.86% | - |
| XYZ | 29.63 | 53.17 | 12.98 | - |
| YUV | 159.6 | 71.79 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 60 | 0.64 | 0 | 0.73 | 0.14 | 112.88 | 0.7 | 0.55 |
| Hex | 4F | DC | 3C | 40 | 0 | 49 | E | 71 | 46 | 37 |
| Octal | 117 | 334 | 74 | 100 | 0 | 111 | 16 | 161 | 106 | 67 |
| Binary | 1001111 | 11011100 | 111100 | 1000000 | 0 | 1001001 | 1110 | 1110001 | 1000110 | 110111 |
Color Harmonies of #4FDC3C
Complementary color
Monochromatic Colors of #4FDC3C
Black with #4FDC3C
Text Example
Text Example
White with #4FDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC3C; }
p { color: rgb(79,220,60); }
H1.HeaderClassName
{
color: #4FDC3C;
}
.AnyTagClassName
{
color: #4FDC3C;
}
</style>
background-color css
<style>
a { background-color: #4FDC3C; }
a { background-color: rgb(79,220,60); }
div.DivClassName
{
background-color: #4FDC3C;
}
.BgClassName
{
background-color: #4FDC3C;
}
</style>
border-color css
<style>
span { border-color: #4FDC3C; }
span { border-color: rgb(79,220,60); }
td.TdClassName
{
border-color: #4FDC3C;
}
.TagClassName
{
border-color: #4FDC3C;
}
</style>