Shades of Kelly Green #4EE014
Tints of Kelly Green #4EE014
RGB
CMYK
RGB Variations
Color information
#4EE014 (or 0x4EE014) is known color: Kelly Green. HEX triplet: 4E, E0 and 14. RGB value is (78,224,20). Sum of RGB (Red+Green+Blue) = 78+224+20=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 224 (87.89% from 255 or 69.57% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE014 is #B11FEB. Grayscale: #9D9D9D. Windows color (decimal): -11608044 or 1368142. OLE color: 1368142.
HSL color Cylindrical-coordinate representation of color #4EE014: hue angle of 102.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EE014 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 20 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.12 |
| HSL | 102.94º | 0.84% | 0.48% | - |
| HSV(B) | 102.94º | 0.91% | 0.88% | - |
| XYZ | 29.92 | 54.98 | 9.7 | - |
| YUV | 157.09 | 50.63 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 20 | 0.65 | 0 | 0.91 | 0.12 | 102.94 | 0.84 | 0.48 |
| Hex | 4E | E0 | 14 | 41 | 0 | 5B | C | 67 | 54 | 30 |
| Octal | 116 | 340 | 24 | 101 | 0 | 133 | 14 | 147 | 124 | 60 |
| Binary | 1001110 | 11100000 | 10100 | 1000001 | 0 | 1011011 | 1100 | 1100111 | 1010100 | 110000 |
Color Harmonies of #4EE014
Complementary color
Monochromatic Colors of #4EE014
Black with #4EE014
Text Example
Text Example
White with #4EE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE014; }
p { color: rgb(78,224,20); }
H1.HeaderClassName
{
color: #4EE014;
}
.AnyTagClassName
{
color: #4EE014;
}
</style>
background-color css
<style>
a { background-color: #4EE014; }
a { background-color: rgb(78,224,20); }
div.DivClassName
{
background-color: #4EE014;
}
.BgClassName
{
background-color: #4EE014;
}
</style>
border-color css
<style>
span { border-color: #4EE014; }
span { border-color: rgb(78,224,20); }
td.TdClassName
{
border-color: #4EE014;
}
.TagClassName
{
border-color: #4EE014;
}
</style>