Shades of Lime Green #4FC53A
Tints of Lime Green #4FC53A
RGB
CMYK
RGB Variations
Color information
#4FC53A (or 0x4FC53A) is known color: Lime Green. HEX triplet: 4F, C5 and 3A. RGB value is (79,197,58). Sum of RGB (Red+Green+Blue) = 79+197+58=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC53A is #B03AC5. Grayscale: #929292. Windows color (decimal): -11549382 or 3851599. OLE color: 3851599.
HSL color Cylindrical-coordinate representation of color #4FC53A: hue angle of 110.94º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FC53A is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 58 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.23 |
| HSL | 110.94º | 0.55% | 0.5% | - |
| HSV(B) | 110.94º | 0.71% | 0.77% | - |
| XYZ | 23.95 | 41.9 | 10.83 | - |
| YUV | 145.87 | 78.41 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 58 | 0.60 | 0 | 0.71 | 0.23 | 110.94 | 0.55 | 0.5 |
| Hex | 4F | C5 | 3A | 3C | 0 | 47 | 17 | 6F | 37 | 32 |
| Octal | 117 | 305 | 72 | 74 | 0 | 107 | 27 | 157 | 67 | 62 |
| Binary | 1001111 | 11000101 | 111010 | 111100 | 0 | 1000111 | 10111 | 1101111 | 110111 | 110010 |
Color Harmonies of #4FC53A
Complementary color
Monochromatic Colors of #4FC53A
Black with #4FC53A
Text Example
Text Example
White with #4FC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC53A; }
p { color: rgb(79,197,58); }
H1.HeaderClassName
{
color: #4FC53A;
}
.AnyTagClassName
{
color: #4FC53A;
}
</style>
background-color css
<style>
a { background-color: #4FC53A; }
a { background-color: rgb(79,197,58); }
div.DivClassName
{
background-color: #4FC53A;
}
.BgClassName
{
background-color: #4FC53A;
}
</style>
border-color css
<style>
span { border-color: #4FC53A; }
span { border-color: rgb(79,197,58); }
td.TdClassName
{
border-color: #4FC53A;
}
.TagClassName
{
border-color: #4FC53A;
}
</style>