Shades of Lime Green #4ED045
Tints of Lime Green #4ED045
RGB
CMYK
RGB Variations
Color information
#4ED045 (or 0x4ED045) is known color: Lime Green. HEX triplet: 4E, D0 and 45. RGB value is (78,208,69). Sum of RGB (Red+Green+Blue) = 78+208+69=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED045 is #B12FBA. Grayscale: #999999. Windows color (decimal): -11612091 or 4575310. OLE color: 4575310.
HSL color Cylindrical-coordinate representation of color #4ED045: hue angle of 116.12º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED045 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 208 | 69 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.18 |
| HSL | 116.12º | 0.6% | 0.54% | - |
| HSV(B) | 116.12º | 0.67% | 0.82% | - |
| XYZ | 26.77 | 47.16 | 13.32 | - |
| YUV | 153.28 | 80.43 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 208 | 69 | 0.62 | 0 | 0.67 | 0.18 | 116.12 | 0.6 | 0.54 |
| Hex | 4E | D0 | 45 | 3E | 0 | 43 | 12 | 74 | 3C | 36 |
| Octal | 116 | 320 | 105 | 76 | 0 | 103 | 22 | 164 | 74 | 66 |
| Binary | 1001110 | 11010000 | 1000101 | 111110 | 0 | 1000011 | 10010 | 1110100 | 111100 | 110110 |
Color Harmonies of #4ED045
Complementary color
Monochromatic Colors of #4ED045
Black with #4ED045
Text Example
Text Example
White with #4ED045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED045; }
p { color: rgb(78,208,69); }
H1.HeaderClassName
{
color: #4ED045;
}
.AnyTagClassName
{
color: #4ED045;
}
</style>
background-color css
<style>
a { background-color: #4ED045; }
a { background-color: rgb(78,208,69); }
div.DivClassName
{
background-color: #4ED045;
}
.BgClassName
{
background-color: #4ED045;
}
</style>
border-color css
<style>
span { border-color: #4ED045; }
span { border-color: rgb(78,208,69); }
td.TdClassName
{
border-color: #4ED045;
}
.TagClassName
{
border-color: #4ED045;
}
</style>