Shades of Lime Green #4FDC2B
Tints of Lime Green #4FDC2B
RGB
CMYK
RGB Variations
Color information
#4FDC2B (or 0x4FDC2B) is known color: Lime Green. HEX triplet: 4F, DC and 2B. RGB value is (79,220,43). Sum of RGB (Red+Green+Blue) = 79+220+43=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC2B is #B023D4. Grayscale: #9E9E9E. Windows color (decimal): -11543509 or 2874447. OLE color: 2874447.
HSL color Cylindrical-coordinate representation of color #4FDC2B: hue angle of 107.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FDC2B is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 43 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.14 |
| HSL | 107.8º | 0.72% | 0.52% | - |
| HSV(B) | 107.8º | 0.8% | 0.86% | - |
| XYZ | 29.25 | 53.02 | 10.98 | - |
| YUV | 157.66 | 63.29 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 43 | 0.64 | 0 | 0.80 | 0.14 | 107.8 | 0.72 | 0.52 |
| Hex | 4F | DC | 2B | 40 | 0 | 50 | E | 6C | 48 | 34 |
| Octal | 117 | 334 | 53 | 100 | 0 | 120 | 16 | 154 | 110 | 64 |
| Binary | 1001111 | 11011100 | 101011 | 1000000 | 0 | 1010000 | 1110 | 1101100 | 1001000 | 110100 |
Color Harmonies of #4FDC2B
Complementary color
Monochromatic Colors of #4FDC2B
Black with #4FDC2B
Text Example
Text Example
White with #4FDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC2B; }
p { color: rgb(79,220,43); }
H1.HeaderClassName
{
color: #4FDC2B;
}
.AnyTagClassName
{
color: #4FDC2B;
}
</style>
background-color css
<style>
a { background-color: #4FDC2B; }
a { background-color: rgb(79,220,43); }
div.DivClassName
{
background-color: #4FDC2B;
}
.BgClassName
{
background-color: #4FDC2B;
}
</style>
border-color css
<style>
span { border-color: #4FDC2B; }
span { border-color: rgb(79,220,43); }
td.TdClassName
{
border-color: #4FDC2B;
}
.TagClassName
{
border-color: #4FDC2B;
}
</style>