Shades of Lime Green #4FDC29
Tints of Lime Green #4FDC29
RGB
CMYK
RGB Variations
Color information
#4FDC29 (or 0x4FDC29) is known color: Lime Green. HEX triplet: 4F, DC and 29. RGB value is (79,220,41). Sum of RGB (Red+Green+Blue) = 79+220+41=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC29 is #B023D6. Grayscale: #9E9E9E. Windows color (decimal): -11543511 or 2743375. OLE color: 2743375.
HSL color Cylindrical-coordinate representation of color #4FDC29: hue angle of 107.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FDC29 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 41 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.14 |
| HSL | 107.26º | 0.72% | 0.51% | - |
| HSV(B) | 107.26º | 0.81% | 0.86% | - |
| XYZ | 29.22 | 53.01 | 10.79 | - |
| YUV | 157.44 | 62.29 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 41 | 0.64 | 0 | 0.81 | 0.14 | 107.26 | 0.72 | 0.51 |
| Hex | 4F | DC | 29 | 40 | 0 | 51 | E | 6B | 48 | 33 |
| Octal | 117 | 334 | 51 | 100 | 0 | 121 | 16 | 153 | 110 | 63 |
| Binary | 1001111 | 11011100 | 101001 | 1000000 | 0 | 1010001 | 1110 | 1101011 | 1001000 | 110011 |
Color Harmonies of #4FDC29
Complementary color
Monochromatic Colors of #4FDC29
Black with #4FDC29
Text Example
Text Example
White with #4FDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC29; }
p { color: rgb(79,220,41); }
H1.HeaderClassName
{
color: #4FDC29;
}
.AnyTagClassName
{
color: #4FDC29;
}
</style>
background-color css
<style>
a { background-color: #4FDC29; }
a { background-color: rgb(79,220,41); }
div.DivClassName
{
background-color: #4FDC29;
}
.BgClassName
{
background-color: #4FDC29;
}
</style>
border-color css
<style>
span { border-color: #4FDC29; }
span { border-color: rgb(79,220,41); }
td.TdClassName
{
border-color: #4FDC29;
}
.TagClassName
{
border-color: #4FDC29;
}
</style>