Shades of Lime Green #4DC74A
Tints of Lime Green #4DC74A
RGB
CMYK
RGB Variations
Color information
#4DC74A (or 0x4DC74A) is known color: Lime Green. HEX triplet: 4D, C7 and 4A. RGB value is (77,199,74). Sum of RGB (Red+Green+Blue) = 77+199+74=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC74A is #B238B5. Grayscale: #949494. Windows color (decimal): -11679926 or 4900685. OLE color: 4900685.
HSL color Cylindrical-coordinate representation of color #4DC74A: hue angle of 118.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC74A is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 74 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.22 |
| HSL | 118.56º | 0.53% | 0.54% | - |
| HSV(B) | 118.56º | 0.63% | 0.78% | - |
| XYZ | 24.72 | 42.92 | 13.46 | - |
| YUV | 148.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 74 | 0.61 | 0 | 0.63 | 0.22 | 118.56 | 0.53 | 0.54 |
| Hex | 4D | C7 | 4A | 3D | 0 | 3F | 16 | 77 | 35 | 36 |
| Octal | 115 | 307 | 112 | 75 | 0 | 77 | 26 | 167 | 65 | 66 |
| Binary | 1001101 | 11000111 | 1001010 | 111101 | 0 | 111111 | 10110 | 1110111 | 110101 | 110110 |
Color Harmonies of #4DC74A
Complementary color
Monochromatic Colors of #4DC74A
Black with #4DC74A
Text Example
Text Example
White with #4DC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC74A; }
p { color: rgb(77,199,74); }
H1.HeaderClassName
{
color: #4DC74A;
}
.AnyTagClassName
{
color: #4DC74A;
}
</style>
background-color css
<style>
a { background-color: #4DC74A; }
a { background-color: rgb(77,199,74); }
div.DivClassName
{
background-color: #4DC74A;
}
.BgClassName
{
background-color: #4DC74A;
}
</style>
border-color css
<style>
span { border-color: #4DC74A; }
span { border-color: rgb(77,199,74); }
td.TdClassName
{
border-color: #4DC74A;
}
.TagClassName
{
border-color: #4DC74A;
}
</style>