Shades of Lime Green #4DCD31
Tints of Lime Green #4DCD31
RGB
CMYK
RGB Variations
Color information
#4DCD31 (or 0x4DCD31) is known color: Lime Green. HEX triplet: 4D, CD and 31. RGB value is (77,205,49). Sum of RGB (Red+Green+Blue) = 77+205+49=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD31 is #B232CE. Grayscale: #959595. Windows color (decimal): -11678415 or 3263821. OLE color: 3263821.
HSL color Cylindrical-coordinate representation of color #4DCD31: hue angle of 109.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DCD31 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 49 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.20 |
| HSL | 109.23º | 0.61% | 0.5% | - |
| HSV(B) | 109.23º | 0.76% | 0.8% | - |
| XYZ | 25.45 | 45.46 | 10.34 | - |
| YUV | 148.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 49 | 0.62 | 0 | 0.76 | 0.20 | 109.23 | 0.61 | 0.5 |
| Hex | 4D | CD | 31 | 3E | 0 | 4C | 14 | 6D | 3D | 32 |
| Octal | 115 | 315 | 61 | 76 | 0 | 114 | 24 | 155 | 75 | 62 |
| Binary | 1001101 | 11001101 | 110001 | 111110 | 0 | 1001100 | 10100 | 1101101 | 111101 | 110010 |
Color Harmonies of #4DCD31
Complementary color
Monochromatic Colors of #4DCD31
Black with #4DCD31
Text Example
Text Example
White with #4DCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD31; }
p { color: rgb(77,205,49); }
H1.HeaderClassName
{
color: #4DCD31;
}
.AnyTagClassName
{
color: #4DCD31;
}
</style>
background-color css
<style>
a { background-color: #4DCD31; }
a { background-color: rgb(77,205,49); }
div.DivClassName
{
background-color: #4DCD31;
}
.BgClassName
{
background-color: #4DCD31;
}
</style>
border-color css
<style>
span { border-color: #4DCD31; }
span { border-color: rgb(77,205,49); }
td.TdClassName
{
border-color: #4DCD31;
}
.TagClassName
{
border-color: #4DCD31;
}
</style>