Shades of Lime Green #4EE648
Tints of Lime Green #4EE648
RGB
CMYK
RGB Variations
Color information
#4EE648 (or 0x4EE648) is known color: Lime Green. HEX triplet: 4E, E6 and 48. RGB value is (78,230,72). Sum of RGB (Red+Green+Blue) = 78+230+72=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE648 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE648 is #B119B7. Grayscale: #A7A7A7. Windows color (decimal): -11606456 or 4777550. OLE color: 4777550.
HSL color Cylindrical-coordinate representation of color #4EE648: hue angle of 117.72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE648 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 230 | 72 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.10 |
| HSL | 117.72º | 0.76% | 0.59% | - |
| HSV(B) | 117.72º | 0.69% | 0.9% | - |
| XYZ | 32.61 | 58.68 | 15.74 | - |
| YUV | 166.54 | 74.64 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 230 | 72 | 0.66 | 0 | 0.69 | 0.10 | 117.72 | 0.76 | 0.59 |
| Hex | 4E | E6 | 48 | 42 | 0 | 45 | A | 76 | 4C | 3B |
| Octal | 116 | 346 | 110 | 102 | 0 | 105 | 12 | 166 | 114 | 73 |
| Binary | 1001110 | 11100110 | 1001000 | 1000010 | 0 | 1000101 | 1010 | 1110110 | 1001100 | 111011 |
Color Harmonies of #4EE648
Complementary color
Monochromatic Colors of #4EE648
Black with #4EE648
Text Example
Text Example
White with #4EE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE648; }
p { color: rgb(78,230,72); }
H1.HeaderClassName
{
color: #4EE648;
}
.AnyTagClassName
{
color: #4EE648;
}
</style>
background-color css
<style>
a { background-color: #4EE648; }
a { background-color: rgb(78,230,72); }
div.DivClassName
{
background-color: #4EE648;
}
.BgClassName
{
background-color: #4EE648;
}
</style>
border-color css
<style>
span { border-color: #4EE648; }
span { border-color: rgb(78,230,72); }
td.TdClassName
{
border-color: #4EE648;
}
.TagClassName
{
border-color: #4EE648;
}
</style>