Shades of Lime Green #4FE130
Tints of Lime Green #4FE130
RGB
CMYK
RGB Variations
Color information
#4FE130 (or 0x4FE130) is known color: Lime Green. HEX triplet: 4F, E1 and 30. RGB value is (79,225,48). Sum of RGB (Red+Green+Blue) = 79+225+48=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE130 is #B01ECF. Grayscale: #A1A1A1. Windows color (decimal): -11542224 or 3203407. OLE color: 3203407.
HSL color Cylindrical-coordinate representation of color #4FE130: hue angle of 109.49º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FE130 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 48 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.12 |
| HSL | 109.49º | 0.75% | 0.54% | - |
| HSV(B) | 109.49º | 0.79% | 0.88% | - |
| XYZ | 30.68 | 55.73 | 11.94 | - |
| YUV | 161.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 48 | 0.65 | 0 | 0.79 | 0.12 | 109.49 | 0.75 | 0.54 |
| Hex | 4F | E1 | 30 | 41 | 0 | 4F | C | 6D | 4B | 36 |
| Octal | 117 | 341 | 60 | 101 | 0 | 117 | 14 | 155 | 113 | 66 |
| Binary | 1001111 | 11100001 | 110000 | 1000001 | 0 | 1001111 | 1100 | 1101101 | 1001011 | 110110 |
Color Harmonies of #4FE130
Complementary color
Monochromatic Colors of #4FE130
Black with #4FE130
Text Example
Text Example
White with #4FE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE130; }
p { color: rgb(79,225,48); }
H1.HeaderClassName
{
color: #4FE130;
}
.AnyTagClassName
{
color: #4FE130;
}
</style>
background-color css
<style>
a { background-color: #4FE130; }
a { background-color: rgb(79,225,48); }
div.DivClassName
{
background-color: #4FE130;
}
.BgClassName
{
background-color: #4FE130;
}
</style>
border-color css
<style>
span { border-color: #4FE130; }
span { border-color: rgb(79,225,48); }
td.TdClassName
{
border-color: #4FE130;
}
.TagClassName
{
border-color: #4FE130;
}
</style>