Shades of Lime Green #4EE448
Tints of Lime Green #4EE448
RGB
CMYK
RGB Variations
Color information
#4EE448 (or 0x4EE448) is known color: Lime Green. HEX triplet: 4E, E4 and 48. RGB value is (78,228,72). Sum of RGB (Red+Green+Blue) = 78+228+72=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE448 is #B11BB7. Grayscale: #A5A5A5. Windows color (decimal): -11606968 or 4777038. OLE color: 4777038.
HSL color Cylindrical-coordinate representation of color #4EE448: hue angle of 117.69º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EE448 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 228 | 72 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.11 |
| HSL | 117.69º | 0.74% | 0.59% | - |
| HSV(B) | 117.69º | 0.68% | 0.89% | - |
| XYZ | 32.05 | 57.57 | 15.55 | - |
| YUV | 165.37 | 75.31 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 228 | 72 | 0.66 | 0 | 0.68 | 0.11 | 117.69 | 0.74 | 0.59 |
| Hex | 4E | E4 | 48 | 42 | 0 | 44 | B | 76 | 4A | 3B |
| Octal | 116 | 344 | 110 | 102 | 0 | 104 | 13 | 166 | 112 | 73 |
| Binary | 1001110 | 11100100 | 1001000 | 1000010 | 0 | 1000100 | 1011 | 1110110 | 1001010 | 111011 |
Color Harmonies of #4EE448
Complementary color
Monochromatic Colors of #4EE448
Black with #4EE448
Text Example
Text Example
White with #4EE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE448; }
p { color: rgb(78,228,72); }
H1.HeaderClassName
{
color: #4EE448;
}
.AnyTagClassName
{
color: #4EE448;
}
</style>
background-color css
<style>
a { background-color: #4EE448; }
a { background-color: rgb(78,228,72); }
div.DivClassName
{
background-color: #4EE448;
}
.BgClassName
{
background-color: #4EE448;
}
</style>
border-color css
<style>
span { border-color: #4EE448; }
span { border-color: rgb(78,228,72); }
td.TdClassName
{
border-color: #4EE448;
}
.TagClassName
{
border-color: #4EE448;
}
</style>