Shades of Lime Green #4ED446
Tints of Lime Green #4ED446
RGB
CMYK
RGB Variations
Color information
#4ED446 (or 0x4ED446) is known color: Lime Green. HEX triplet: 4E, D4 and 46. RGB value is (78,212,70). Sum of RGB (Red+Green+Blue) = 78+212+70=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #4ED446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED446 is #B12BB9. Grayscale: #9C9C9C. Windows color (decimal): -11611066 or 4641870. OLE color: 4641870.
HSL color Cylindrical-coordinate representation of color #4ED446: hue angle of 116.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED446 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 212 | 70 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.17 |
| HSL | 116.62º | 0.62% | 0.55% | - |
| HSV(B) | 116.62º | 0.67% | 0.83% | - |
| XYZ | 27.79 | 49.15 | 13.82 | - |
| YUV | 155.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 212 | 70 | 0.63 | 0 | 0.67 | 0.17 | 116.62 | 0.62 | 0.55 |
| Hex | 4E | D4 | 46 | 3F | 0 | 43 | 11 | 75 | 3E | 37 |
| Octal | 116 | 324 | 106 | 77 | 0 | 103 | 21 | 165 | 76 | 67 |
| Binary | 1001110 | 11010100 | 1000110 | 111111 | 0 | 1000011 | 10001 | 1110101 | 111110 | 110111 |
Color Harmonies of #4ED446
Complementary color
Monochromatic Colors of #4ED446
Black with #4ED446
Text Example
Text Example
White with #4ED446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED446; }
p { color: rgb(78,212,70); }
H1.HeaderClassName
{
color: #4ED446;
}
.AnyTagClassName
{
color: #4ED446;
}
</style>
background-color css
<style>
a { background-color: #4ED446; }
a { background-color: rgb(78,212,70); }
div.DivClassName
{
background-color: #4ED446;
}
.BgClassName
{
background-color: #4ED446;
}
</style>
border-color css
<style>
span { border-color: #4ED446; }
span { border-color: rgb(78,212,70); }
td.TdClassName
{
border-color: #4ED446;
}
.TagClassName
{
border-color: #4ED446;
}
</style>