Shades of Lime Green #4DCA3C
Tints of Lime Green #4DCA3C
RGB
CMYK
RGB Variations
Color information
#4DCA3C (or 0x4DCA3C) is known color: Lime Green. HEX triplet: 4D, CA and 3C. RGB value is (77,202,60). Sum of RGB (Red+Green+Blue) = 77+202+60=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA3C is #B235C3. Grayscale: #949494. Windows color (decimal): -11679172 or 3983949. OLE color: 3983949.
HSL color Cylindrical-coordinate representation of color #4DCA3C: hue angle of 112.82º degrees, saturation: 0.57, 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 #4DCA3C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 60 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.21 |
| HSL | 112.82º | 0.57% | 0.51% | - |
| HSV(B) | 112.82º | 0.7% | 0.79% | - |
| XYZ | 25 | 44.15 | 11.48 | - |
| YUV | 148.44 | 78.09 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 60 | 0.62 | 0 | 0.70 | 0.21 | 112.82 | 0.57 | 0.51 |
| Hex | 4D | CA | 3C | 3E | 0 | 46 | 15 | 71 | 39 | 33 |
| Octal | 115 | 312 | 74 | 76 | 0 | 106 | 25 | 161 | 71 | 63 |
| Binary | 1001101 | 11001010 | 111100 | 111110 | 0 | 1000110 | 10101 | 1110001 | 111001 | 110011 |
Color Harmonies of #4DCA3C
Complementary color
Monochromatic Colors of #4DCA3C
Black with #4DCA3C
Text Example
Text Example
White with #4DCA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA3C; }
p { color: rgb(77,202,60); }
H1.HeaderClassName
{
color: #4DCA3C;
}
.AnyTagClassName
{
color: #4DCA3C;
}
</style>
background-color css
<style>
a { background-color: #4DCA3C; }
a { background-color: rgb(77,202,60); }
div.DivClassName
{
background-color: #4DCA3C;
}
.BgClassName
{
background-color: #4DCA3C;
}
</style>
border-color css
<style>
span { border-color: #4DCA3C; }
span { border-color: rgb(77,202,60); }
td.TdClassName
{
border-color: #4DCA3C;
}
.TagClassName
{
border-color: #4DCA3C;
}
</style>