Shades of Lime Green #4ECC45
Tints of Lime Green #4ECC45
RGB
CMYK
RGB Variations
Color information
#4ECC45 (or 0x4ECC45) is known color: Lime Green. HEX triplet: 4E, CC and 45. RGB value is (78,204,69). Sum of RGB (Red+Green+Blue) = 78+204+69=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC45 is #B133BA. Grayscale: #979797. Windows color (decimal): -11613115 or 4574286. OLE color: 4574286.
HSL color Cylindrical-coordinate representation of color #4ECC45: hue angle of 116º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ECC45 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 69 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.2 |
| HSL | 116º | 0.57% | 0.54% | - |
| HSV(B) | 116º | 0.66% | 0.8% | - |
| XYZ | 25.81 | 45.24 | 13 | - |
| YUV | 150.94 | 81.76 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 69 | 0.62 | 0 | 0.66 | 0.2 | 116 | 0.57 | 0.54 |
| Hex | 4E | CC | 45 | 3E | 0 | 42 | 14 | 74 | 39 | 36 |
| Octal | 116 | 314 | 105 | 76 | 0 | 102 | 24 | 164 | 71 | 66 |
| Binary | 1001110 | 11001100 | 1000101 | 111110 | 0 | 1000010 | 10100 | 1110100 | 111001 | 110110 |
Color Harmonies of #4ECC45
Complementary color
Monochromatic Colors of #4ECC45
Black with #4ECC45
Text Example
Text Example
White with #4ECC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC45; }
p { color: rgb(78,204,69); }
H1.HeaderClassName
{
color: #4ECC45;
}
.AnyTagClassName
{
color: #4ECC45;
}
</style>
background-color css
<style>
a { background-color: #4ECC45; }
a { background-color: rgb(78,204,69); }
div.DivClassName
{
background-color: #4ECC45;
}
.BgClassName
{
background-color: #4ECC45;
}
</style>
border-color css
<style>
span { border-color: #4ECC45; }
span { border-color: rgb(78,204,69); }
td.TdClassName
{
border-color: #4ECC45;
}
.TagClassName
{
border-color: #4ECC45;
}
</style>