Shades of Lime Green #4FDC52
Tints of Lime Green #4FDC52
RGB
CMYK
RGB Variations
Color information
#4FDC52 (or 0x4FDC52) is known color: Lime Green. HEX triplet: 4F, DC and 52. RGB value is (79,220,82). Sum of RGB (Red+Green+Blue) = 79+220+82=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDC52 is #B023AD. Grayscale: #A2A2A2. Windows color (decimal): -11543470 or 5430351. OLE color: 5430351.
HSL color Cylindrical-coordinate representation of color #4FDC52: hue angle of 121.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDC52 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 82 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.14 |
| HSL | 121.28º | 0.67% | 0.59% | - |
| HSV(B) | 121.28º | 0.64% | 0.86% | - |
| XYZ | 30.34 | 53.46 | 16.7 | - |
| YUV | 162.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 82 | 0.64 | 0 | 0.63 | 0.14 | 121.28 | 0.67 | 0.59 |
| Hex | 4F | DC | 52 | 40 | 0 | 3F | E | 79 | 43 | 3B |
| Octal | 117 | 334 | 122 | 100 | 0 | 77 | 16 | 171 | 103 | 73 |
| Binary | 1001111 | 11011100 | 1010010 | 1000000 | 0 | 111111 | 1110 | 1111001 | 1000011 | 111011 |
Color Harmonies of #4FDC52
Complementary color
Monochromatic Colors of #4FDC52
Black with #4FDC52
Text Example
Text Example
White with #4FDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC52; }
p { color: rgb(79,220,82); }
H1.HeaderClassName
{
color: #4FDC52;
}
.AnyTagClassName
{
color: #4FDC52;
}
</style>
background-color css
<style>
a { background-color: #4FDC52; }
a { background-color: rgb(79,220,82); }
div.DivClassName
{
background-color: #4FDC52;
}
.BgClassName
{
background-color: #4FDC52;
}
</style>
border-color css
<style>
span { border-color: #4FDC52; }
span { border-color: rgb(79,220,82); }
td.TdClassName
{
border-color: #4FDC52;
}
.TagClassName
{
border-color: #4FDC52;
}
</style>