Shades of Lime Green #4FD532
Tints of Lime Green #4FD532
RGB
CMYK
RGB Variations
Color information
#4FD532 (or 0x4FD532) is known color: Lime Green. HEX triplet: 4F, D5 and 32. RGB value is (79,213,50). Sum of RGB (Red+Green+Blue) = 79+213+50=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD532 is #B02ACD. Grayscale: #9A9A9A. Windows color (decimal): -11545294 or 3331407. OLE color: 3331407.
HSL color Cylindrical-coordinate representation of color #4FD532: hue angle of 109.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FD532 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 213 | 50 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.16 |
| HSL | 109.33º | 0.66% | 0.52% | - |
| HSV(B) | 109.33º | 0.77% | 0.84% | - |
| XYZ | 27.59 | 49.48 | 11.11 | - |
| YUV | 154.35 | 69.11 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 213 | 50 | 0.63 | 0 | 0.77 | 0.16 | 109.33 | 0.66 | 0.52 |
| Hex | 4F | D5 | 32 | 3F | 0 | 4D | 10 | 6D | 42 | 34 |
| Octal | 117 | 325 | 62 | 77 | 0 | 115 | 20 | 155 | 102 | 64 |
| Binary | 1001111 | 11010101 | 110010 | 111111 | 0 | 1001101 | 10000 | 1101101 | 1000010 | 110100 |
Color Harmonies of #4FD532
Complementary color
Monochromatic Colors of #4FD532
Black with #4FD532
Text Example
Text Example
White with #4FD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD532; }
p { color: rgb(79,213,50); }
H1.HeaderClassName
{
color: #4FD532;
}
.AnyTagClassName
{
color: #4FD532;
}
</style>
background-color css
<style>
a { background-color: #4FD532; }
a { background-color: rgb(79,213,50); }
div.DivClassName
{
background-color: #4FD532;
}
.BgClassName
{
background-color: #4FD532;
}
</style>
border-color css
<style>
span { border-color: #4FD532; }
span { border-color: rgb(79,213,50); }
td.TdClassName
{
border-color: #4FD532;
}
.TagClassName
{
border-color: #4FD532;
}
</style>