Shades of Lime Green #4FE945
Tints of Lime Green #4FE945
RGB
CMYK
RGB Variations
Color information
#4FE945 (or 0x4FE945) is known color: Lime Green. HEX triplet: 4F, E9 and 45. RGB value is (79,233,69). Sum of RGB (Red+Green+Blue) = 79+233+69=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE945 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE945 is #B016BA. Grayscale: #A8A8A8. Windows color (decimal): -11540155 or 4581711. OLE color: 4581711.
HSL color Cylindrical-coordinate representation of color #4FE945: hue angle of 116.34º degrees, saturation: 0.79, 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 #4FE945 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 69 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.09 |
| HSL | 116.34º | 0.79% | 0.59% | - |
| HSV(B) | 116.34º | 0.7% | 0.91% | - |
| XYZ | 33.44 | 60.37 | 15.52 | - |
| YUV | 168.26 | 71.98 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 69 | 0.66 | 0 | 0.70 | 0.09 | 116.34 | 0.79 | 0.59 |
| Hex | 4F | E9 | 45 | 42 | 0 | 46 | 9 | 74 | 4F | 3B |
| Octal | 117 | 351 | 105 | 102 | 0 | 106 | 11 | 164 | 117 | 73 |
| Binary | 1001111 | 11101001 | 1000101 | 1000010 | 0 | 1000110 | 1001 | 1110100 | 1001111 | 111011 |
Color Harmonies of #4FE945
Complementary color
Monochromatic Colors of #4FE945
Black with #4FE945
Text Example
Text Example
White with #4FE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE945; }
p { color: rgb(79,233,69); }
H1.HeaderClassName
{
color: #4FE945;
}
.AnyTagClassName
{
color: #4FE945;
}
</style>
background-color css
<style>
a { background-color: #4FE945; }
a { background-color: rgb(79,233,69); }
div.DivClassName
{
background-color: #4FE945;
}
.BgClassName
{
background-color: #4FE945;
}
</style>
border-color css
<style>
span { border-color: #4FE945; }
span { border-color: rgb(79,233,69); }
td.TdClassName
{
border-color: #4FE945;
}
.TagClassName
{
border-color: #4FE945;
}
</style>