Shades of Lime Green #4ECC42
Tints of Lime Green #4ECC42
RGB
CMYK
RGB Variations
Color information
#4ECC42 (or 0x4ECC42) is known color: Lime Green. HEX triplet: 4E, CC and 42. RGB value is (78,204,66). Sum of RGB (Red+Green+Blue) = 78+204+66=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC42 is #B133BD. Grayscale: #979797. Windows color (decimal): -11613118 or 4377678. OLE color: 4377678.
HSL color Cylindrical-coordinate representation of color #4ECC42: hue angle of 114.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ECC42 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 66 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.2 |
| HSL | 114.78º | 0.58% | 0.53% | - |
| HSV(B) | 114.78º | 0.68% | 0.8% | - |
| XYZ | 25.72 | 45.2 | 12.52 | - |
| YUV | 150.59 | 80.26 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 66 | 0.62 | 0 | 0.68 | 0.2 | 114.78 | 0.58 | 0.53 |
| Hex | 4E | CC | 42 | 3E | 0 | 44 | 14 | 73 | 3A | 35 |
| Octal | 116 | 314 | 102 | 76 | 0 | 104 | 24 | 163 | 72 | 65 |
| Binary | 1001110 | 11001100 | 1000010 | 111110 | 0 | 1000100 | 10100 | 1110011 | 111010 | 110101 |
Color Harmonies of #4ECC42
Complementary color
Monochromatic Colors of #4ECC42
Black with #4ECC42
Text Example
Text Example
White with #4ECC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC42; }
p { color: rgb(78,204,66); }
H1.HeaderClassName
{
color: #4ECC42;
}
.AnyTagClassName
{
color: #4ECC42;
}
</style>
background-color css
<style>
a { background-color: #4ECC42; }
a { background-color: rgb(78,204,66); }
div.DivClassName
{
background-color: #4ECC42;
}
.BgClassName
{
background-color: #4ECC42;
}
</style>
border-color css
<style>
span { border-color: #4ECC42; }
span { border-color: rgb(78,204,66); }
td.TdClassName
{
border-color: #4ECC42;
}
.TagClassName
{
border-color: #4ECC42;
}
</style>