Shades of Lime Green #4FC53B
Tints of Lime Green #4FC53B
RGB
CMYK
RGB Variations
Color information
#4FC53B (or 0x4FC53B) is known color: Lime Green. HEX triplet: 4F, C5 and 3B. RGB value is (79,197,59). Sum of RGB (Red+Green+Blue) = 79+197+59=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC53B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC53B is #B03AC4. Grayscale: #929292. Windows color (decimal): -11549381 or 3917135. OLE color: 3917135.
HSL color Cylindrical-coordinate representation of color #4FC53B: hue angle of 111.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FC53B is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 79 | 197 | 59 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.23 |
| HSL | 111.3º | 0.54% | 0.5% | - |
| HSV(B) | 111.3º | 0.7% | 0.77% | - |
| XYZ | 23.98 | 41.91 | 10.96 | - |
| YUV | 145.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 197 | 59 | 0.60 | 0 | 0.70 | 0.23 | 111.3 | 0.54 | 0.5 |
| Hex | 4F | C5 | 3B | 3C | 0 | 46 | 17 | 6F | 36 | 32 |
| Octal | 117 | 305 | 73 | 74 | 0 | 106 | 27 | 157 | 66 | 62 |
| Binary | 1001111 | 11000101 | 111011 | 111100 | 0 | 1000110 | 10111 | 1101111 | 110110 | 110010 |
Color Harmonies of #4FC53B
Complementary color
Monochromatic Colors of #4FC53B
Black with #4FC53B
Text Example
Text Example
White with #4FC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC53B; }
p { color: rgb(79,197,59); }
H1.HeaderClassName
{
color: #4FC53B;
}
.AnyTagClassName
{
color: #4FC53B;
}
</style>
background-color css
<style>
a { background-color: #4FC53B; }
a { background-color: rgb(79,197,59); }
div.DivClassName
{
background-color: #4FC53B;
}
.BgClassName
{
background-color: #4FC53B;
}
</style>
border-color css
<style>
span { border-color: #4FC53B; }
span { border-color: rgb(79,197,59); }
td.TdClassName
{
border-color: #4FC53B;
}
.TagClassName
{
border-color: #4FC53B;
}
</style>