Shades of Lime Green #4ECB4A
Tints of Lime Green #4ECB4A
RGB
CMYK
RGB Variations
Color information
#4ECB4A (or 0x4ECB4A) is known color: Lime Green. HEX triplet: 4E, CB and 4A. RGB value is (78,203,74). Sum of RGB (Red+Green+Blue) = 78+203+74=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECB4A is #B134B5. Grayscale: #979797. Windows color (decimal): -11613366 or 4901710. OLE color: 4901710.
HSL color Cylindrical-coordinate representation of color #4ECB4A: hue angle of 118.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECB4A is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 74 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.20 |
| HSL | 118.14º | 0.55% | 0.54% | - |
| HSV(B) | 118.14º | 0.64% | 0.8% | - |
| XYZ | 25.73 | 44.83 | 13.77 | - |
| YUV | 150.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 74 | 0.62 | 0 | 0.64 | 0.20 | 118.14 | 0.55 | 0.54 |
| Hex | 4E | CB | 4A | 3E | 0 | 40 | 14 | 76 | 37 | 36 |
| Octal | 116 | 313 | 112 | 76 | 0 | 100 | 24 | 166 | 67 | 66 |
| Binary | 1001110 | 11001011 | 1001010 | 111110 | 0 | 1000000 | 10100 | 1110110 | 110111 | 110110 |
Color Harmonies of #4ECB4A
Complementary color
Monochromatic Colors of #4ECB4A
Black with #4ECB4A
Text Example
Text Example
White with #4ECB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECB4A; }
p { color: rgb(78,203,74); }
H1.HeaderClassName
{
color: #4ECB4A;
}
.AnyTagClassName
{
color: #4ECB4A;
}
</style>
background-color css
<style>
a { background-color: #4ECB4A; }
a { background-color: rgb(78,203,74); }
div.DivClassName
{
background-color: #4ECB4A;
}
.BgClassName
{
background-color: #4ECB4A;
}
</style>
border-color css
<style>
span { border-color: #4ECB4A; }
span { border-color: rgb(78,203,74); }
td.TdClassName
{
border-color: #4ECB4A;
}
.TagClassName
{
border-color: #4ECB4A;
}
</style>