Shades of Lime Green #4DCD40
Tints of Lime Green #4DCD40
RGB
CMYK
RGB Variations
Color information
#4DCD40 (or 0x4DCD40) is known color: Lime Green. HEX triplet: 4D, CD and 40. RGB value is (77,205,64). Sum of RGB (Red+Green+Blue) = 77+205+64=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD40 is #B232BF. Grayscale: #979797. Windows color (decimal): -11678400 or 4246861. OLE color: 4246861.
HSL color Cylindrical-coordinate representation of color #4DCD40: hue angle of 114.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCD40 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 64 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.20 |
| HSL | 114.47º | 0.59% | 0.53% | - |
| HSV(B) | 114.47º | 0.69% | 0.8% | - |
| XYZ | 25.82 | 45.61 | 12.29 | - |
| YUV | 150.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 64 | 0.62 | 0 | 0.69 | 0.20 | 114.47 | 0.59 | 0.53 |
| Hex | 4D | CD | 40 | 3E | 0 | 45 | 14 | 72 | 3B | 35 |
| Octal | 115 | 315 | 100 | 76 | 0 | 105 | 24 | 162 | 73 | 65 |
| Binary | 1001101 | 11001101 | 1000000 | 111110 | 0 | 1000101 | 10100 | 1110010 | 111011 | 110101 |
Color Harmonies of #4DCD40
Complementary color
Monochromatic Colors of #4DCD40
Black with #4DCD40
Text Example
Text Example
White with #4DCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD40; }
p { color: rgb(77,205,64); }
H1.HeaderClassName
{
color: #4DCD40;
}
.AnyTagClassName
{
color: #4DCD40;
}
</style>
background-color css
<style>
a { background-color: #4DCD40; }
a { background-color: rgb(77,205,64); }
div.DivClassName
{
background-color: #4DCD40;
}
.BgClassName
{
background-color: #4DCD40;
}
</style>
border-color css
<style>
span { border-color: #4DCD40; }
span { border-color: rgb(77,205,64); }
td.TdClassName
{
border-color: #4DCD40;
}
.TagClassName
{
border-color: #4DCD40;
}
</style>