Shades of Lime Green #4DCD50
Tints of Lime Green #4DCD50
RGB
CMYK
RGB Variations
Color information
#4DCD50 (or 0x4DCD50) is known color: Lime Green. HEX triplet: 4D, CD and 50. RGB value is (77,205,80). Sum of RGB (Red+Green+Blue) = 77+205+80=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD50 is #B232AF. Grayscale: #989898. Windows color (decimal): -11678384 or 5295437. OLE color: 5295437.
HSL color Cylindrical-coordinate representation of color #4DCD50: hue angle of 121.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD50 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 80 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.20 |
| HSL | 121.41º | 0.56% | 0.55% | - |
| HSV(B) | 121.41º | 0.62% | 0.8% | - |
| XYZ | 26.34 | 45.82 | 15.05 | - |
| YUV | 152.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 80 | 0.62 | 0 | 0.61 | 0.20 | 121.41 | 0.56 | 0.55 |
| Hex | 4D | CD | 50 | 3E | 0 | 3D | 14 | 79 | 38 | 37 |
| Octal | 115 | 315 | 120 | 76 | 0 | 75 | 24 | 171 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1010000 | 111110 | 0 | 111101 | 10100 | 1111001 | 111000 | 110111 |
Color Harmonies of #4DCD50
Complementary color
Monochromatic Colors of #4DCD50
Black with #4DCD50
Text Example
Text Example
White with #4DCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD50; }
p { color: rgb(77,205,80); }
H1.HeaderClassName
{
color: #4DCD50;
}
.AnyTagClassName
{
color: #4DCD50;
}
</style>
background-color css
<style>
a { background-color: #4DCD50; }
a { background-color: rgb(77,205,80); }
div.DivClassName
{
background-color: #4DCD50;
}
.BgClassName
{
background-color: #4DCD50;
}
</style>
border-color css
<style>
span { border-color: #4DCD50; }
span { border-color: rgb(77,205,80); }
td.TdClassName
{
border-color: #4DCD50;
}
.TagClassName
{
border-color: #4DCD50;
}
</style>