Shades of Lime Green #4FE445
Tints of Lime Green #4FE445
RGB
CMYK
RGB Variations
Color information
#4FE445 (or 0x4FE445) is known color: Lime Green. HEX triplet: 4F, E4 and 45. RGB value is (79,228,69). Sum of RGB (Red+Green+Blue) = 79+228+69=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE445 is #B01BBA. Grayscale: #A5A5A5. Windows color (decimal): -11541435 or 4580431. OLE color: 4580431.
HSL color Cylindrical-coordinate representation of color #4FE445: hue angle of 116.23º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FE445 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 69 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.11 |
| HSL | 116.23º | 0.75% | 0.58% | - |
| HSV(B) | 116.23º | 0.7% | 0.89% | - |
| XYZ | 32.04 | 57.58 | 15.06 | - |
| YUV | 165.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 69 | 0.65 | 0 | 0.70 | 0.11 | 116.23 | 0.75 | 0.58 |
| Hex | 4F | E4 | 45 | 41 | 0 | 46 | B | 74 | 4B | 3A |
| Octal | 117 | 344 | 105 | 101 | 0 | 106 | 13 | 164 | 113 | 72 |
| Binary | 1001111 | 11100100 | 1000101 | 1000001 | 0 | 1000110 | 1011 | 1110100 | 1001011 | 111010 |
Color Harmonies of #4FE445
Complementary color
Monochromatic Colors of #4FE445
Black with #4FE445
Text Example
Text Example
White with #4FE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE445; }
p { color: rgb(79,228,69); }
H1.HeaderClassName
{
color: #4FE445;
}
.AnyTagClassName
{
color: #4FE445;
}
</style>
background-color css
<style>
a { background-color: #4FE445; }
a { background-color: rgb(79,228,69); }
div.DivClassName
{
background-color: #4FE445;
}
.BgClassName
{
background-color: #4FE445;
}
</style>
border-color css
<style>
span { border-color: #4FE445; }
span { border-color: rgb(79,228,69); }
td.TdClassName
{
border-color: #4FE445;
}
.TagClassName
{
border-color: #4FE445;
}
</style>