Shades of Lime Green #4FE132
Tints of Lime Green #4FE132
RGB
CMYK
RGB Variations
Color information
#4FE132 (or 0x4FE132) is known color: Lime Green. HEX triplet: 4F, E1 and 32. RGB value is (79,225,50). Sum of RGB (Red+Green+Blue) = 79+225+50=354 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.32% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE132 is #B01ECD. Grayscale: #A1A1A1. Windows color (decimal): -11542222 or 3334479. OLE color: 3334479.
HSL color Cylindrical-coordinate representation of color #4FE132: hue angle of 110.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FE132 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 50 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.12 |
| HSL | 110.06º | 0.74% | 0.54% | - |
| HSV(B) | 110.06º | 0.78% | 0.88% | - |
| XYZ | 30.73 | 55.74 | 12.16 | - |
| YUV | 161.4 | 65.13 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 50 | 0.65 | 0 | 0.78 | 0.12 | 110.06 | 0.74 | 0.54 |
| Hex | 4F | E1 | 32 | 41 | 0 | 4E | C | 6E | 4A | 36 |
| Octal | 117 | 341 | 62 | 101 | 0 | 116 | 14 | 156 | 112 | 66 |
| Binary | 1001111 | 11100001 | 110010 | 1000001 | 0 | 1001110 | 1100 | 1101110 | 1001010 | 110110 |
Color Harmonies of #4FE132
Complementary color
Monochromatic Colors of #4FE132
Black with #4FE132
Text Example
Text Example
White with #4FE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE132; }
p { color: rgb(79,225,50); }
H1.HeaderClassName
{
color: #4FE132;
}
.AnyTagClassName
{
color: #4FE132;
}
</style>
background-color css
<style>
a { background-color: #4FE132; }
a { background-color: rgb(79,225,50); }
div.DivClassName
{
background-color: #4FE132;
}
.BgClassName
{
background-color: #4FE132;
}
</style>
border-color css
<style>
span { border-color: #4FE132; }
span { border-color: rgb(79,225,50); }
td.TdClassName
{
border-color: #4FE132;
}
.TagClassName
{
border-color: #4FE132;
}
</style>