Shades of Lime Green #4FE745
Tints of Lime Green #4FE745
RGB
CMYK
RGB Variations
Color information
#4FE745 (or 0x4FE745) is known color: Lime Green. HEX triplet: 4F, E7 and 45. RGB value is (79,231,69). Sum of RGB (Red+Green+Blue) = 79+231+69=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE745 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE745 is #B018BA. Grayscale: #A7A7A7. Windows color (decimal): -11540667 or 4581199. OLE color: 4581199.
HSL color Cylindrical-coordinate representation of color #4FE745: hue angle of 116.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FE745 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 69 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.09 |
| HSL | 116.3º | 0.77% | 0.59% | - |
| HSV(B) | 116.3º | 0.7% | 0.91% | - |
| XYZ | 32.87 | 59.24 | 15.33 | - |
| YUV | 167.08 | 72.64 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 69 | 0.66 | 0 | 0.70 | 0.09 | 116.3 | 0.77 | 0.59 |
| Hex | 4F | E7 | 45 | 42 | 0 | 46 | 9 | 74 | 4D | 3B |
| Octal | 117 | 347 | 105 | 102 | 0 | 106 | 11 | 164 | 115 | 73 |
| Binary | 1001111 | 11100111 | 1000101 | 1000010 | 0 | 1000110 | 1001 | 1110100 | 1001101 | 111011 |
Color Harmonies of #4FE745
Complementary color
Monochromatic Colors of #4FE745
Black with #4FE745
Text Example
Text Example
White with #4FE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE745; }
p { color: rgb(79,231,69); }
H1.HeaderClassName
{
color: #4FE745;
}
.AnyTagClassName
{
color: #4FE745;
}
</style>
background-color css
<style>
a { background-color: #4FE745; }
a { background-color: rgb(79,231,69); }
div.DivClassName
{
background-color: #4FE745;
}
.BgClassName
{
background-color: #4FE745;
}
</style>
border-color css
<style>
span { border-color: #4FE745; }
span { border-color: rgb(79,231,69); }
td.TdClassName
{
border-color: #4FE745;
}
.TagClassName
{
border-color: #4FE745;
}
</style>