Shades of Lime Green #4FC83D
Tints of Lime Green #4FC83D
RGB
CMYK
RGB Variations
Color information
#4FC83D (or 0x4FC83D) is known color: Lime Green. HEX triplet: 4F, C8 and 3D. RGB value is (79,200,61). Sum of RGB (Red+Green+Blue) = 79+200+61=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #4FC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC83D is #B037C2. Grayscale: #949494. Windows color (decimal): -11548611 or 4048975. OLE color: 4048975.
HSL color Cylindrical-coordinate representation of color #4FC83D: hue angle of 112.23º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FC83D is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 200 | 61 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.22 |
| HSL | 112.23º | 0.56% | 0.51% | - |
| HSV(B) | 112.23º | 0.7% | 0.78% | - |
| XYZ | 24.72 | 43.31 | 11.47 | - |
| YUV | 147.98 | 78.91 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 200 | 61 | 0.60 | 0 | 0.69 | 0.22 | 112.23 | 0.56 | 0.51 |
| Hex | 4F | C8 | 3D | 3C | 0 | 45 | 16 | 70 | 38 | 33 |
| Octal | 117 | 310 | 75 | 74 | 0 | 105 | 26 | 160 | 70 | 63 |
| Binary | 1001111 | 11001000 | 111101 | 111100 | 0 | 1000101 | 10110 | 1110000 | 111000 | 110011 |
Color Harmonies of #4FC83D
Complementary color
Monochromatic Colors of #4FC83D
Black with #4FC83D
Text Example
Text Example
White with #4FC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC83D; }
p { color: rgb(79,200,61); }
H1.HeaderClassName
{
color: #4FC83D;
}
.AnyTagClassName
{
color: #4FC83D;
}
</style>
background-color css
<style>
a { background-color: #4FC83D; }
a { background-color: rgb(79,200,61); }
div.DivClassName
{
background-color: #4FC83D;
}
.BgClassName
{
background-color: #4FC83D;
}
</style>
border-color css
<style>
span { border-color: #4FC83D; }
span { border-color: rgb(79,200,61); }
td.TdClassName
{
border-color: #4FC83D;
}
.TagClassName
{
border-color: #4FC83D;
}
</style>