Shades of Lime Green #4EE645
Tints of Lime Green #4EE645
RGB
CMYK
RGB Variations
Color information
#4EE645 (or 0x4EE645) is known color: Lime Green. HEX triplet: 4E, E6 and 45. RGB value is (78,230,69). Sum of RGB (Red+Green+Blue) = 78+230+69=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 230 (90.23% from 255 or 61.01% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE645 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE645 is #B119BA. Grayscale: #A6A6A6. Windows color (decimal): -11606459 or 4580942. OLE color: 4580942.
HSL color Cylindrical-coordinate representation of color #4EE645: hue angle of 116.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EE645 is Cyan = 0.66, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 69 | - |
| CMYK | 0.66 | 0 | 0.7 | 0.10 |
| HSL | 116.65º | 0.76% | 0.59% | - |
| HSV(B) | 116.65º | 0.7% | 0.9% | - |
| XYZ | 32.51 | 58.64 | 15.24 | - |
| YUV | 166.2 | 73.14 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 69 | 0.66 | 0 | 0.7 | 0.10 | 116.65 | 0.76 | 0.59 |
| Hex | 4E | E6 | 45 | 42 | 0 | 46 | A | 75 | 4C | 3B |
| Octal | 116 | 346 | 105 | 102 | 0 | 106 | 12 | 165 | 114 | 73 |
| Binary | 1001110 | 11100110 | 1000101 | 1000010 | 0 | 1000110 | 1010 | 1110101 | 1001100 | 111011 |
Color Harmonies of #4EE645
Complementary color
Monochromatic Colors of #4EE645
Black with #4EE645
Text Example
Text Example
White with #4EE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE645; }
p { color: rgb(78,230,69); }
H1.HeaderClassName
{
color: #4EE645;
}
.AnyTagClassName
{
color: #4EE645;
}
</style>
background-color css
<style>
a { background-color: #4EE645; }
a { background-color: rgb(78,230,69); }
div.DivClassName
{
background-color: #4EE645;
}
.BgClassName
{
background-color: #4EE645;
}
</style>
border-color css
<style>
span { border-color: #4EE645; }
span { border-color: rgb(78,230,69); }
td.TdClassName
{
border-color: #4EE645;
}
.TagClassName
{
border-color: #4EE645;
}
</style>