Shades of Lime Green #4DE523
Tints of Lime Green #4DE523
RGB
CMYK
RGB Variations
Color information
#4DE523 (or 0x4DE523) is known color: Lime Green. HEX triplet: 4D, E5 and 23. RGB value is (77,229,35). Sum of RGB (Red+Green+Blue) = 77+229+35=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE523 is #B21ADC. Grayscale: #A2A2A2. Windows color (decimal): -11672285 or 2352461. OLE color: 2352461.
HSL color Cylindrical-coordinate representation of color #4DE523: hue angle of 107.01º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DE523 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 35 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.10 |
| HSL | 107.01º | 0.79% | 0.52% | - |
| HSV(B) | 107.01º | 0.85% | 0.9% | - |
| XYZ | 31.38 | 57.74 | 11.08 | - |
| YUV | 161.44 | 56.64 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 35 | 0.66 | 0 | 0.85 | 0.10 | 107.01 | 0.79 | 0.52 |
| Hex | 4D | E5 | 23 | 42 | 0 | 55 | A | 6B | 4F | 34 |
| Octal | 115 | 345 | 43 | 102 | 0 | 125 | 12 | 153 | 117 | 64 |
| Binary | 1001101 | 11100101 | 100011 | 1000010 | 0 | 1010101 | 1010 | 1101011 | 1001111 | 110100 |
Color Harmonies of #4DE523
Complementary color
Monochromatic Colors of #4DE523
Black with #4DE523
Text Example
Text Example
White with #4DE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE523; }
p { color: rgb(77,229,35); }
H1.HeaderClassName
{
color: #4DE523;
}
.AnyTagClassName
{
color: #4DE523;
}
</style>
background-color css
<style>
a { background-color: #4DE523; }
a { background-color: rgb(77,229,35); }
div.DivClassName
{
background-color: #4DE523;
}
.BgClassName
{
background-color: #4DE523;
}
</style>
border-color css
<style>
span { border-color: #4DE523; }
span { border-color: rgb(77,229,35); }
td.TdClassName
{
border-color: #4DE523;
}
.TagClassName
{
border-color: #4DE523;
}
</style>