Shades of Lime Green #4DC946
Tints of Lime Green #4DC946
RGB
CMYK
RGB Variations
Color information
#4DC946 (or 0x4DC946) is known color: Lime Green. HEX triplet: 4D, C9 and 46. RGB value is (77,201,70). Sum of RGB (Red+Green+Blue) = 77+201+70=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC946 is #B236B9. Grayscale: #959595. Windows color (decimal): -11679418 or 4639053. OLE color: 4639053.
HSL color Cylindrical-coordinate representation of color #4DC946: hue angle of 116.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC946 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 70 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.21 |
| HSL | 116.79º | 0.55% | 0.53% | - |
| HSV(B) | 116.79º | 0.65% | 0.79% | - |
| XYZ | 25.05 | 43.79 | 12.93 | - |
| YUV | 148.99 | 83.42 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 70 | 0.62 | 0 | 0.65 | 0.21 | 116.79 | 0.55 | 0.53 |
| Hex | 4D | C9 | 46 | 3E | 0 | 41 | 15 | 75 | 37 | 35 |
| Octal | 115 | 311 | 106 | 76 | 0 | 101 | 25 | 165 | 67 | 65 |
| Binary | 1001101 | 11001001 | 1000110 | 111110 | 0 | 1000001 | 10101 | 1110101 | 110111 | 110101 |
Color Harmonies of #4DC946
Complementary color
Monochromatic Colors of #4DC946
Black with #4DC946
Text Example
Text Example
White with #4DC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC946; }
p { color: rgb(77,201,70); }
H1.HeaderClassName
{
color: #4DC946;
}
.AnyTagClassName
{
color: #4DC946;
}
</style>
background-color css
<style>
a { background-color: #4DC946; }
a { background-color: rgb(77,201,70); }
div.DivClassName
{
background-color: #4DC946;
}
.BgClassName
{
background-color: #4DC946;
}
</style>
border-color css
<style>
span { border-color: #4DC946; }
span { border-color: rgb(77,201,70); }
td.TdClassName
{
border-color: #4DC946;
}
.TagClassName
{
border-color: #4DC946;
}
</style>