Shades of Lime Green #4DCF2E
Tints of Lime Green #4DCF2E
RGB
CMYK
RGB Variations
Color information
#4DCF2E (or 0x4DCF2E) is known color: Lime Green. HEX triplet: 4D, CF and 2E. RGB value is (77,207,46). Sum of RGB (Red+Green+Blue) = 77+207+46=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF2E is #B230D1. Grayscale: #969696. Windows color (decimal): -11677906 or 3067725. OLE color: 3067725.
HSL color Cylindrical-coordinate representation of color #4DCF2E: hue angle of 108.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DCF2E is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 46 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.19 |
| HSL | 108.45º | 0.64% | 0.5% | - |
| HSV(B) | 108.45º | 0.78% | 0.81% | - |
| XYZ | 25.87 | 46.4 | 10.18 | - |
| YUV | 149.78 | 69.43 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 46 | 0.63 | 0 | 0.78 | 0.19 | 108.45 | 0.64 | 0.5 |
| Hex | 4D | CF | 2E | 3F | 0 | 4E | 13 | 6C | 40 | 32 |
| Octal | 115 | 317 | 56 | 77 | 0 | 116 | 23 | 154 | 100 | 62 |
| Binary | 1001101 | 11001111 | 101110 | 111111 | 0 | 1001110 | 10011 | 1101100 | 1000000 | 110010 |
Color Harmonies of #4DCF2E
Complementary color
Monochromatic Colors of #4DCF2E
Black with #4DCF2E
Text Example
Text Example
White with #4DCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF2E; }
p { color: rgb(77,207,46); }
H1.HeaderClassName
{
color: #4DCF2E;
}
.AnyTagClassName
{
color: #4DCF2E;
}
</style>
background-color css
<style>
a { background-color: #4DCF2E; }
a { background-color: rgb(77,207,46); }
div.DivClassName
{
background-color: #4DCF2E;
}
.BgClassName
{
background-color: #4DCF2E;
}
</style>
border-color css
<style>
span { border-color: #4DCF2E; }
span { border-color: rgb(77,207,46); }
td.TdClassName
{
border-color: #4DCF2E;
}
.TagClassName
{
border-color: #4DCF2E;
}
</style>