Shades of Lime Green #4DEA45
Tints of Lime Green #4DEA45
RGB
CMYK
RGB Variations
Color information
#4DEA45 (or 0x4DEA45) is known color: Lime Green. HEX triplet: 4D, EA and 45. RGB value is (77,234,69). Sum of RGB (Red+Green+Blue) = 77+234+69=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #4DEA45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEA45 is #B215BA. Grayscale: #A8A8A8. Windows color (decimal): -11670971 or 4581965. OLE color: 4581965.
HSL color Cylindrical-coordinate representation of color #4DEA45: hue angle of 117.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4DEA45 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 234 | 69 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.08 |
| HSL | 117.09º | 0.8% | 0.59% | - |
| HSV(B) | 117.09º | 0.71% | 0.92% | - |
| XYZ | 33.56 | 60.85 | 15.61 | - |
| YUV | 168.25 | 71.99 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 234 | 69 | 0.67 | 0 | 0.71 | 0.08 | 117.09 | 0.8 | 0.59 |
| Hex | 4D | EA | 45 | 43 | 0 | 47 | 8 | 75 | 50 | 3B |
| Octal | 115 | 352 | 105 | 103 | 0 | 107 | 10 | 165 | 120 | 73 |
| Binary | 1001101 | 11101010 | 1000101 | 1000011 | 0 | 1000111 | 1000 | 1110101 | 1010000 | 111011 |
Color Harmonies of #4DEA45
Complementary color
Monochromatic Colors of #4DEA45
Black with #4DEA45
Text Example
Text Example
White with #4DEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEA45; }
p { color: rgb(77,234,69); }
H1.HeaderClassName
{
color: #4DEA45;
}
.AnyTagClassName
{
color: #4DEA45;
}
</style>
background-color css
<style>
a { background-color: #4DEA45; }
a { background-color: rgb(77,234,69); }
div.DivClassName
{
background-color: #4DEA45;
}
.BgClassName
{
background-color: #4DEA45;
}
</style>
border-color css
<style>
span { border-color: #4DEA45; }
span { border-color: rgb(77,234,69); }
td.TdClassName
{
border-color: #4DEA45;
}
.TagClassName
{
border-color: #4DEA45;
}
</style>