Shades of Lime Green #4DCA3E
Tints of Lime Green #4DCA3E
RGB
CMYK
RGB Variations
Color information
#4DCA3E (or 0x4DCA3E) is known color: Lime Green. HEX triplet: 4D, CA and 3E. RGB value is (77,202,62). Sum of RGB (Red+Green+Blue) = 77+202+62=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA3E is #B235C1. Grayscale: #959595. Windows color (decimal): -11679170 or 4115021. OLE color: 4115021.
HSL color Cylindrical-coordinate representation of color #4DCA3E: hue angle of 113.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCA3E is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 62 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.21 |
| HSL | 113.57º | 0.57% | 0.52% | - |
| HSV(B) | 113.57º | 0.69% | 0.79% | - |
| XYZ | 25.05 | 44.17 | 11.76 | - |
| YUV | 148.67 | 79.09 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 62 | 0.62 | 0 | 0.69 | 0.21 | 113.57 | 0.57 | 0.52 |
| Hex | 4D | CA | 3E | 3E | 0 | 45 | 15 | 72 | 39 | 34 |
| Octal | 115 | 312 | 76 | 76 | 0 | 105 | 25 | 162 | 71 | 64 |
| Binary | 1001101 | 11001010 | 111110 | 111110 | 0 | 1000101 | 10101 | 1110010 | 111001 | 110100 |
Color Harmonies of #4DCA3E
Complementary color
Monochromatic Colors of #4DCA3E
Black with #4DCA3E
Text Example
Text Example
White with #4DCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA3E; }
p { color: rgb(77,202,62); }
H1.HeaderClassName
{
color: #4DCA3E;
}
.AnyTagClassName
{
color: #4DCA3E;
}
</style>
background-color css
<style>
a { background-color: #4DCA3E; }
a { background-color: rgb(77,202,62); }
div.DivClassName
{
background-color: #4DCA3E;
}
.BgClassName
{
background-color: #4DCA3E;
}
</style>
border-color css
<style>
span { border-color: #4DCA3E; }
span { border-color: rgb(77,202,62); }
td.TdClassName
{
border-color: #4DCA3E;
}
.TagClassName
{
border-color: #4DCA3E;
}
</style>