Shades of Lime Green #4DE23E
Tints of Lime Green #4DE23E
RGB
CMYK
RGB Variations
Color information
#4DE23E (or 0x4DE23E) is known color: Lime Green. HEX triplet: 4D, E2 and 3E. RGB value is (77,226,62). Sum of RGB (Red+Green+Blue) = 77+226+62=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE23E is #B21DC1. Grayscale: #A3A3A3. Windows color (decimal): -11673026 or 4121165. OLE color: 4121165.
HSL color Cylindrical-coordinate representation of color #4DE23E: hue angle of 114.51º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DE23E is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 226 | 62 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.11 |
| HSL | 114.51º | 0.74% | 0.56% | - |
| HSV(B) | 114.51º | 0.73% | 0.89% | - |
| XYZ | 31.13 | 56.32 | 13.79 | - |
| YUV | 162.75 | 71.14 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 226 | 62 | 0.66 | 0 | 0.73 | 0.11 | 114.51 | 0.74 | 0.56 |
| Hex | 4D | E2 | 3E | 42 | 0 | 49 | B | 73 | 4A | 38 |
| Octal | 115 | 342 | 76 | 102 | 0 | 111 | 13 | 163 | 112 | 70 |
| Binary | 1001101 | 11100010 | 111110 | 1000010 | 0 | 1001001 | 1011 | 1110011 | 1001010 | 111000 |
Color Harmonies of #4DE23E
Complementary color
Monochromatic Colors of #4DE23E
Black with #4DE23E
Text Example
Text Example
White with #4DE23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE23E; }
p { color: rgb(77,226,62); }
H1.HeaderClassName
{
color: #4DE23E;
}
.AnyTagClassName
{
color: #4DE23E;
}
</style>
background-color css
<style>
a { background-color: #4DE23E; }
a { background-color: rgb(77,226,62); }
div.DivClassName
{
background-color: #4DE23E;
}
.BgClassName
{
background-color: #4DE23E;
}
</style>
border-color css
<style>
span { border-color: #4DE23E; }
span { border-color: rgb(77,226,62); }
td.TdClassName
{
border-color: #4DE23E;
}
.TagClassName
{
border-color: #4DE23E;
}
</style>