Shades of Lime Green #4EC438
Tints of Lime Green #4EC438
RGB
CMYK
RGB Variations
Color information
#4EC438 (or 0x4EC438) is known color: Lime Green. HEX triplet: 4E, C4 and 38. RGB value is (78,196,56). Sum of RGB (Red+Green+Blue) = 78+196+56=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC438 is #B13BC7. Grayscale: #919191. Windows color (decimal): -11615176 or 3720270. OLE color: 3720270.
HSL color Cylindrical-coordinate representation of color #4EC438: hue angle of 110.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EC438 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 56 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.23 |
| HSL | 110.57º | 0.56% | 0.49% | - |
| HSV(B) | 110.57º | 0.71% | 0.77% | - |
| XYZ | 23.6 | 41.39 | 10.49 | - |
| YUV | 144.76 | 77.91 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 56 | 0.60 | 0 | 0.71 | 0.23 | 110.57 | 0.56 | 0.49 |
| Hex | 4E | C4 | 38 | 3C | 0 | 47 | 17 | 6F | 38 | 31 |
| Octal | 116 | 304 | 70 | 74 | 0 | 107 | 27 | 157 | 70 | 61 |
| Binary | 1001110 | 11000100 | 111000 | 111100 | 0 | 1000111 | 10111 | 1101111 | 111000 | 110001 |
Color Harmonies of #4EC438
Complementary color
Monochromatic Colors of #4EC438
Black with #4EC438
Text Example
Text Example
White with #4EC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC438; }
p { color: rgb(78,196,56); }
H1.HeaderClassName
{
color: #4EC438;
}
.AnyTagClassName
{
color: #4EC438;
}
</style>
background-color css
<style>
a { background-color: #4EC438; }
a { background-color: rgb(78,196,56); }
div.DivClassName
{
background-color: #4EC438;
}
.BgClassName
{
background-color: #4EC438;
}
</style>
border-color css
<style>
span { border-color: #4EC438; }
span { border-color: rgb(78,196,56); }
td.TdClassName
{
border-color: #4EC438;
}
.TagClassName
{
border-color: #4EC438;
}
</style>