Shades of Lime Green #4ECC31
Tints of Lime Green #4ECC31
RGB
CMYK
RGB Variations
Color information
#4ECC31 (or 0x4ECC31) is known color: Lime Green. HEX triplet: 4E, CC and 31. RGB value is (78,204,49). Sum of RGB (Red+Green+Blue) = 78+204+49=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC31 is #B133CE. Grayscale: #959595. Windows color (decimal): -11613135 or 3263566. OLE color: 3263566.
HSL color Cylindrical-coordinate representation of color #4ECC31: hue angle of 108.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4ECC31 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 49 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.2 |
| HSL | 108.77º | 0.61% | 0.5% | - |
| HSV(B) | 108.77º | 0.76% | 0.8% | - |
| XYZ | 25.29 | 45.03 | 10.26 | - |
| YUV | 148.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 49 | 0.62 | 0 | 0.76 | 0.2 | 108.77 | 0.61 | 0.5 |
| Hex | 4E | CC | 31 | 3E | 0 | 4C | 14 | 6D | 3D | 32 |
| Octal | 116 | 314 | 61 | 76 | 0 | 114 | 24 | 155 | 75 | 62 |
| Binary | 1001110 | 11001100 | 110001 | 111110 | 0 | 1001100 | 10100 | 1101101 | 111101 | 110010 |
Color Harmonies of #4ECC31
Complementary color
Monochromatic Colors of #4ECC31
Black with #4ECC31
Text Example
Text Example
White with #4ECC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECC31; }
p { color: rgb(78,204,49); }
H1.HeaderClassName
{
color: #4ECC31;
}
.AnyTagClassName
{
color: #4ECC31;
}
</style>
background-color css
<style>
a { background-color: #4ECC31; }
a { background-color: rgb(78,204,49); }
div.DivClassName
{
background-color: #4ECC31;
}
.BgClassName
{
background-color: #4ECC31;
}
</style>
border-color css
<style>
span { border-color: #4ECC31; }
span { border-color: rgb(78,204,49); }
td.TdClassName
{
border-color: #4ECC31;
}
.TagClassName
{
border-color: #4ECC31;
}
</style>