Shades of Lime Green #4DCE4E
Tints of Lime Green #4DCE4E
RGB
CMYK
RGB Variations
Color information
#4DCE4E (or 0x4DCE4E) is known color: Lime Green. HEX triplet: 4D, CE and 4E. RGB value is (77,206,78). Sum of RGB (Red+Green+Blue) = 77+206+78=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCE4E is #B231B1. Grayscale: #999999. Windows color (decimal): -11678130 or 5164621. OLE color: 5164621.
HSL color Cylindrical-coordinate representation of color #4DCE4E: hue angle of 120.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCE4E is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 78 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.19 |
| HSL | 120.47º | 0.57% | 0.55% | - |
| HSV(B) | 120.47º | 0.63% | 0.81% | - |
| XYZ | 26.51 | 46.27 | 14.74 | - |
| YUV | 152.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 78 | 0.63 | 0 | 0.62 | 0.19 | 120.47 | 0.57 | 0.55 |
| Hex | 4D | CE | 4E | 3F | 0 | 3E | 13 | 78 | 39 | 37 |
| Octal | 115 | 316 | 116 | 77 | 0 | 76 | 23 | 170 | 71 | 67 |
| Binary | 1001101 | 11001110 | 1001110 | 111111 | 0 | 111110 | 10011 | 1111000 | 111001 | 110111 |
Color Harmonies of #4DCE4E
Complementary color
Monochromatic Colors of #4DCE4E
Black with #4DCE4E
Text Example
Text Example
White with #4DCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCE4E; }
p { color: rgb(77,206,78); }
H1.HeaderClassName
{
color: #4DCE4E;
}
.AnyTagClassName
{
color: #4DCE4E;
}
</style>
background-color css
<style>
a { background-color: #4DCE4E; }
a { background-color: rgb(77,206,78); }
div.DivClassName
{
background-color: #4DCE4E;
}
.BgClassName
{
background-color: #4DCE4E;
}
</style>
border-color css
<style>
span { border-color: #4DCE4E; }
span { border-color: rgb(77,206,78); }
td.TdClassName
{
border-color: #4DCE4E;
}
.TagClassName
{
border-color: #4DCE4E;
}
</style>