Shades of Lime Green #4DCE3D
Tints of Lime Green #4DCE3D
RGB
CMYK
RGB Variations
Color information
#4DCE3D (or 0x4DCE3D) is known color: Lime Green. HEX triplet: 4D, CE and 3D. RGB value is (77,206,61). Sum of RGB (Red+Green+Blue) = 77+206+61=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCE3D is #B231C2. Grayscale: #979797. Windows color (decimal): -11678147 or 4050509. OLE color: 4050509.
HSL color Cylindrical-coordinate representation of color #4DCE3D: hue angle of 113.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DCE3D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 61 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.19 |
| HSL | 113.38º | 0.6% | 0.52% | - |
| HSV(B) | 113.38º | 0.7% | 0.81% | - |
| XYZ | 25.97 | 46.06 | 11.94 | - |
| YUV | 150.9 | 77.26 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 61 | 0.63 | 0 | 0.70 | 0.19 | 113.38 | 0.6 | 0.52 |
| Hex | 4D | CE | 3D | 3F | 0 | 46 | 13 | 71 | 3C | 34 |
| Octal | 115 | 316 | 75 | 77 | 0 | 106 | 23 | 161 | 74 | 64 |
| Binary | 1001101 | 11001110 | 111101 | 111111 | 0 | 1000110 | 10011 | 1110001 | 111100 | 110100 |
Color Harmonies of #4DCE3D
Complementary color
Monochromatic Colors of #4DCE3D
Black with #4DCE3D
Text Example
Text Example
White with #4DCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCE3D; }
p { color: rgb(77,206,61); }
H1.HeaderClassName
{
color: #4DCE3D;
}
.AnyTagClassName
{
color: #4DCE3D;
}
</style>
background-color css
<style>
a { background-color: #4DCE3D; }
a { background-color: rgb(77,206,61); }
div.DivClassName
{
background-color: #4DCE3D;
}
.BgClassName
{
background-color: #4DCE3D;
}
</style>
border-color css
<style>
span { border-color: #4DCE3D; }
span { border-color: rgb(77,206,61); }
td.TdClassName
{
border-color: #4DCE3D;
}
.TagClassName
{
border-color: #4DCE3D;
}
</style>