Shades of Lime Green #4FDC30
Tints of Lime Green #4FDC30
RGB
CMYK
RGB Variations
Color information
#4FDC30 (or 0x4FDC30) is known color: Lime Green. HEX triplet: 4F, DC and 30. RGB value is (79,220,48). Sum of RGB (Red+Green+Blue) = 79+220+48=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDC30 is #B023CF. Grayscale: #9E9E9E. Windows color (decimal): -11543504 or 3202127. OLE color: 3202127.
HSL color Cylindrical-coordinate representation of color #4FDC30: hue angle of 109.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FDC30 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 48 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.14 |
| HSL | 109.19º | 0.71% | 0.53% | - |
| HSV(B) | 109.19º | 0.78% | 0.86% | - |
| XYZ | 29.35 | 53.06 | 11.49 | - |
| YUV | 158.23 | 65.79 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 48 | 0.64 | 0 | 0.78 | 0.14 | 109.19 | 0.71 | 0.53 |
| Hex | 4F | DC | 30 | 40 | 0 | 4E | E | 6D | 47 | 35 |
| Octal | 117 | 334 | 60 | 100 | 0 | 116 | 16 | 155 | 107 | 65 |
| Binary | 1001111 | 11011100 | 110000 | 1000000 | 0 | 1001110 | 1110 | 1101101 | 1000111 | 110101 |
Color Harmonies of #4FDC30
Complementary color
Monochromatic Colors of #4FDC30
Black with #4FDC30
Text Example
Text Example
White with #4FDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC30; }
p { color: rgb(79,220,48); }
H1.HeaderClassName
{
color: #4FDC30;
}
.AnyTagClassName
{
color: #4FDC30;
}
</style>
background-color css
<style>
a { background-color: #4FDC30; }
a { background-color: rgb(79,220,48); }
div.DivClassName
{
background-color: #4FDC30;
}
.BgClassName
{
background-color: #4FDC30;
}
</style>
border-color css
<style>
span { border-color: #4FDC30; }
span { border-color: rgb(79,220,48); }
td.TdClassName
{
border-color: #4FDC30;
}
.TagClassName
{
border-color: #4FDC30;
}
</style>