Shades of Lime Green #4DCD3D
Tints of Lime Green #4DCD3D
RGB
CMYK
RGB Variations
Color information
#4DCD3D (or 0x4DCD3D) is known color: Lime Green. HEX triplet: 4D, CD and 3D. RGB value is (77,205,61). Sum of RGB (Red+Green+Blue) = 77+205+61=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD3D is #B232C2. Grayscale: #969696. Windows color (decimal): -11678403 or 4050253. OLE color: 4050253.
HSL color Cylindrical-coordinate representation of color #4DCD3D: hue angle of 113.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCD3D is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 61 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.20 |
| HSL | 113.33º | 0.59% | 0.52% | - |
| HSV(B) | 113.33º | 0.7% | 0.8% | - |
| XYZ | 25.73 | 45.58 | 11.86 | - |
| YUV | 150.31 | 77.59 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 61 | 0.62 | 0 | 0.70 | 0.20 | 113.33 | 0.59 | 0.52 |
| Hex | 4D | CD | 3D | 3E | 0 | 46 | 14 | 71 | 3B | 34 |
| Octal | 115 | 315 | 75 | 76 | 0 | 106 | 24 | 161 | 73 | 64 |
| Binary | 1001101 | 11001101 | 111101 | 111110 | 0 | 1000110 | 10100 | 1110001 | 111011 | 110100 |
Color Harmonies of #4DCD3D
Complementary color
Monochromatic Colors of #4DCD3D
Black with #4DCD3D
Text Example
Text Example
White with #4DCD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD3D; }
p { color: rgb(77,205,61); }
H1.HeaderClassName
{
color: #4DCD3D;
}
.AnyTagClassName
{
color: #4DCD3D;
}
</style>
background-color css
<style>
a { background-color: #4DCD3D; }
a { background-color: rgb(77,205,61); }
div.DivClassName
{
background-color: #4DCD3D;
}
.BgClassName
{
background-color: #4DCD3D;
}
</style>
border-color css
<style>
span { border-color: #4DCD3D; }
span { border-color: rgb(77,205,61); }
td.TdClassName
{
border-color: #4DCD3D;
}
.TagClassName
{
border-color: #4DCD3D;
}
</style>