Shades of Lime Green #4DCA4C
Tints of Lime Green #4DCA4C
RGB
CMYK
RGB Variations
Color information
#4DCA4C (or 0x4DCA4C) is known color: Lime Green. HEX triplet: 4D, CA and 4C. RGB value is (77,202,76). Sum of RGB (Red+Green+Blue) = 77+202+76=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCA4C is #B235B3. Grayscale: #969696. Windows color (decimal): -11679156 or 5032525. OLE color: 5032525.
HSL color Cylindrical-coordinate representation of color #4DCA4C: hue angle of 119.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA4C is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 76 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.21 |
| HSL | 119.52º | 0.54% | 0.55% | - |
| HSV(B) | 119.52º | 0.62% | 0.79% | - |
| XYZ | 25.49 | 44.34 | 14.05 | - |
| YUV | 150.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 76 | 0.62 | 0 | 0.62 | 0.21 | 119.52 | 0.54 | 0.55 |
| Hex | 4D | CA | 4C | 3E | 0 | 3E | 15 | 78 | 36 | 37 |
| Octal | 115 | 312 | 114 | 76 | 0 | 76 | 25 | 170 | 66 | 67 |
| Binary | 1001101 | 11001010 | 1001100 | 111110 | 0 | 111110 | 10101 | 1111000 | 110110 | 110111 |
Color Harmonies of #4DCA4C
Complementary color
Monochromatic Colors of #4DCA4C
Black with #4DCA4C
Text Example
Text Example
White with #4DCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCA4C; }
p { color: rgb(77,202,76); }
H1.HeaderClassName
{
color: #4DCA4C;
}
.AnyTagClassName
{
color: #4DCA4C;
}
</style>
background-color css
<style>
a { background-color: #4DCA4C; }
a { background-color: rgb(77,202,76); }
div.DivClassName
{
background-color: #4DCA4C;
}
.BgClassName
{
background-color: #4DCA4C;
}
</style>
border-color css
<style>
span { border-color: #4DCA4C; }
span { border-color: rgb(77,202,76); }
td.TdClassName
{
border-color: #4DCA4C;
}
.TagClassName
{
border-color: #4DCA4C;
}
</style>