Shades of Screamin' Green #4EFF40
Tints of Screamin' Green #4EFF40
RGB
CMYK
RGB Variations
Color information
#4EFF40 (or 0x4EFF40) is known color: Screamin' Green. HEX triplet: 4E, FF and 40. RGB value is (78,255,64). Sum of RGB (Red+Green+Blue) = 78+255+64=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF40 is #B100BF. Grayscale: #B4B4B4. Windows color (decimal): -11600064 or 4259662. OLE color: 4259662.
HSL color Cylindrical-coordinate representation of color #4EFF40: hue angle of 115.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EFF40 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 64 | - |
| CMYK | 0.69 | 0 | 0.75 | 0 |
| HSL | 115.6º | 1% | 0.63% | - |
| HSV(B) | 115.6º | 0.75% | 1% | - |
| XYZ | 39.83 | 73.51 | 16.94 | - |
| YUV | 180.3 | 62.36 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 64 | 0.69 | 0 | 0.75 | 0 | 115.6 | 1 | 0.63 |
| Hex | 4E | FF | 40 | 45 | 0 | 4B | 0 | 74 | 64 | 3F |
| Octal | 116 | 377 | 100 | 105 | 0 | 113 | 0 | 164 | 144 | 77 |
| Binary | 1001110 | 11111111 | 1000000 | 1000101 | 0 | 1001011 | 0 | 1110100 | 1100100 | 111111 |
Color Harmonies of #4EFF40
Complementary color
Monochromatic Colors of #4EFF40
Black with #4EFF40
Text Example
Text Example
White with #4EFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF40; }
p { color: rgb(78,255,64); }
H1.HeaderClassName
{
color: #4EFF40;
}
.AnyTagClassName
{
color: #4EFF40;
}
</style>
background-color css
<style>
a { background-color: #4EFF40; }
a { background-color: rgb(78,255,64); }
div.DivClassName
{
background-color: #4EFF40;
}
.BgClassName
{
background-color: #4EFF40;
}
</style>
border-color css
<style>
span { border-color: #4EFF40; }
span { border-color: rgb(78,255,64); }
td.TdClassName
{
border-color: #4EFF40;
}
.TagClassName
{
border-color: #4EFF40;
}
</style>