Shades of Lime Green #4DC93D
Tints of Lime Green #4DC93D
RGB
CMYK
RGB Variations
Color information
#4DC93D (or 0x4DC93D) is known color: Lime Green. HEX triplet: 4D, C9 and 3D. RGB value is (77,201,61). Sum of RGB (Red+Green+Blue) = 77+201+61=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC93D is #B236C2. Grayscale: #949494. Windows color (decimal): -11679427 or 4049229. OLE color: 4049229.
HSL color Cylindrical-coordinate representation of color #4DC93D: hue angle of 113.14º 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 #4DC93D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 61 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.21 |
| HSL | 113.14º | 0.56% | 0.51% | - |
| HSV(B) | 113.14º | 0.7% | 0.79% | - |
| XYZ | 24.79 | 43.69 | 11.54 | - |
| YUV | 147.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 61 | 0.62 | 0 | 0.70 | 0.21 | 113.14 | 0.56 | 0.51 |
| Hex | 4D | C9 | 3D | 3E | 0 | 46 | 15 | 71 | 38 | 33 |
| Octal | 115 | 311 | 75 | 76 | 0 | 106 | 25 | 161 | 70 | 63 |
| Binary | 1001101 | 11001001 | 111101 | 111110 | 0 | 1000110 | 10101 | 1110001 | 111000 | 110011 |
Color Harmonies of #4DC93D
Complementary color
Monochromatic Colors of #4DC93D
Black with #4DC93D
Text Example
Text Example
White with #4DC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC93D; }
p { color: rgb(77,201,61); }
H1.HeaderClassName
{
color: #4DC93D;
}
.AnyTagClassName
{
color: #4DC93D;
}
</style>
background-color css
<style>
a { background-color: #4DC93D; }
a { background-color: rgb(77,201,61); }
div.DivClassName
{
background-color: #4DC93D;
}
.BgClassName
{
background-color: #4DC93D;
}
</style>
border-color css
<style>
span { border-color: #4DC93D; }
span { border-color: rgb(77,201,61); }
td.TdClassName
{
border-color: #4DC93D;
}
.TagClassName
{
border-color: #4DC93D;
}
</style>