Shades of Lime Green #4FD533
Tints of Lime Green #4FD533
RGB
CMYK
RGB Variations
Color information
#4FD533 (or 0x4FD533) is known color: Lime Green. HEX triplet: 4F, D5 and 33. RGB value is (79,213,51). Sum of RGB (Red+Green+Blue) = 79+213+51=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD533 is #B02ACC. Grayscale: #9A9A9A. Windows color (decimal): -11545293 or 3396943. OLE color: 3396943.
HSL color Cylindrical-coordinate representation of color #4FD533: hue angle of 109.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4FD533 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 51 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.16 |
| HSL | 109.63º | 0.66% | 0.52% | - |
| HSV(B) | 109.63º | 0.76% | 0.84% | - |
| XYZ | 27.62 | 49.49 | 11.23 | - |
| YUV | 154.47 | 69.61 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 51 | 0.63 | 0 | 0.76 | 0.16 | 109.63 | 0.66 | 0.52 |
| Hex | 4F | D5 | 33 | 3F | 0 | 4C | 10 | 6E | 42 | 34 |
| Octal | 117 | 325 | 63 | 77 | 0 | 114 | 20 | 156 | 102 | 64 |
| Binary | 1001111 | 11010101 | 110011 | 111111 | 0 | 1001100 | 10000 | 1101110 | 1000010 | 110100 |
Color Harmonies of #4FD533
Complementary color
Monochromatic Colors of #4FD533
Black with #4FD533
Text Example
Text Example
White with #4FD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD533; }
p { color: rgb(79,213,51); }
H1.HeaderClassName
{
color: #4FD533;
}
.AnyTagClassName
{
color: #4FD533;
}
</style>
background-color css
<style>
a { background-color: #4FD533; }
a { background-color: rgb(79,213,51); }
div.DivClassName
{
background-color: #4FD533;
}
.BgClassName
{
background-color: #4FD533;
}
</style>
border-color css
<style>
span { border-color: #4FD533; }
span { border-color: rgb(79,213,51); }
td.TdClassName
{
border-color: #4FD533;
}
.TagClassName
{
border-color: #4FD533;
}
</style>