Shades of Lime Green #4FC93D
Tints of Lime Green #4FC93D
RGB
CMYK
RGB Variations
Color information
#4FC93D (or 0x4FC93D) is known color: Lime Green. HEX triplet: 4F, C9 and 3D. RGB value is (79,201,61). Sum of RGB (Red+Green+Blue) = 79+201+61=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #4FC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FC93D is #B036C2. Grayscale: #959595. Windows color (decimal): -11548355 or 4049231. OLE color: 4049231.
HSL color Cylindrical-coordinate representation of color #4FC93D: hue angle of 112.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FC93D is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 201 | 61 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.21 |
| HSL | 112.29º | 0.56% | 0.51% | - |
| HSV(B) | 112.29º | 0.7% | 0.79% | - |
| XYZ | 24.95 | 43.77 | 11.55 | - |
| YUV | 148.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 61 | 0.61 | 0 | 0.70 | 0.21 | 112.29 | 0.56 | 0.51 |
| Hex | 4F | C9 | 3D | 3D | 0 | 46 | 15 | 70 | 38 | 33 |
| Octal | 117 | 311 | 75 | 75 | 0 | 106 | 25 | 160 | 70 | 63 |
| Binary | 1001111 | 11001001 | 111101 | 111101 | 0 | 1000110 | 10101 | 1110000 | 111000 | 110011 |
Color Harmonies of #4FC93D
Complementary color
Monochromatic Colors of #4FC93D
Black with #4FC93D
Text Example
Text Example
White with #4FC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC93D; }
p { color: rgb(79,201,61); }
H1.HeaderClassName
{
color: #4FC93D;
}
.AnyTagClassName
{
color: #4FC93D;
}
</style>
background-color css
<style>
a { background-color: #4FC93D; }
a { background-color: rgb(79,201,61); }
div.DivClassName
{
background-color: #4FC93D;
}
.BgClassName
{
background-color: #4FC93D;
}
</style>
border-color css
<style>
span { border-color: #4FC93D; }
span { border-color: rgb(79,201,61); }
td.TdClassName
{
border-color: #4FC93D;
}
.TagClassName
{
border-color: #4FC93D;
}
</style>