Shades of Screamin' Green #4EE050
Tints of Screamin' Green #4EE050
RGB
CMYK
RGB Variations
Color information
#4EE050 (or 0x4EE050) is known color: Screamin' Green. HEX triplet: 4E, E0 and 50. RGB value is (78,224,80). Sum of RGB (Red+Green+Blue) = 78+224+80=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EE050 is #B11FAF. Grayscale: #A4A4A4. Windows color (decimal): -11607984 or 5300302. OLE color: 5300302.
HSL color Cylindrical-coordinate representation of color #4EE050: hue angle of 120.82º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE050 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 224 | 80 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.12 |
| HSL | 120.82º | 0.7% | 0.59% | - |
| HSV(B) | 120.82º | 0.65% | 0.88% | - |
| XYZ | 31.25 | 55.51 | 16.66 | - |
| YUV | 163.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 224 | 80 | 0.65 | 0 | 0.64 | 0.12 | 120.82 | 0.7 | 0.59 |
| Hex | 4E | E0 | 50 | 41 | 0 | 40 | C | 79 | 46 | 3B |
| Octal | 116 | 340 | 120 | 101 | 0 | 100 | 14 | 171 | 106 | 73 |
| Binary | 1001110 | 11100000 | 1010000 | 1000001 | 0 | 1000000 | 1100 | 1111001 | 1000110 | 111011 |
Color Harmonies of #4EE050
Complementary color
Monochromatic Colors of #4EE050
Black with #4EE050
Text Example
Text Example
White with #4EE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE050; }
p { color: rgb(78,224,80); }
H1.HeaderClassName
{
color: #4EE050;
}
.AnyTagClassName
{
color: #4EE050;
}
</style>
background-color css
<style>
a { background-color: #4EE050; }
a { background-color: rgb(78,224,80); }
div.DivClassName
{
background-color: #4EE050;
}
.BgClassName
{
background-color: #4EE050;
}
</style>
border-color css
<style>
span { border-color: #4EE050; }
span { border-color: rgb(78,224,80); }
td.TdClassName
{
border-color: #4EE050;
}
.TagClassName
{
border-color: #4EE050;
}
</style>