Shades of Screamin' Green #4EFF3D
Tints of Screamin' Green #4EFF3D
RGB
CMYK
RGB Variations
Color information
#4EFF3D (or 0x4EFF3D) is known color: Screamin' Green. HEX triplet: 4E, FF and 3D. RGB value is (78,255,61). Sum of RGB (Red+Green+Blue) = 78+255+61=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFF3D is #B100C2. Grayscale: #B4B4B4. Windows color (decimal): -11600067 or 4063054. OLE color: 4063054.
HSL color Cylindrical-coordinate representation of color #4EFF3D: hue angle of 114.74º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EFF3D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 61 | - |
| CMYK | 0.69 | 0 | 0.76 | 0 |
| HSL | 114.74º | 1% | 0.62% | - |
| HSV(B) | 114.74º | 0.76% | 1% | - |
| XYZ | 39.74 | 73.48 | 16.5 | - |
| YUV | 179.96 | 60.86 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 61 | 0.69 | 0 | 0.76 | 0 | 114.74 | 1 | 0.62 |
| Hex | 4E | FF | 3D | 45 | 0 | 4C | 0 | 73 | 64 | 3E |
| Octal | 116 | 377 | 75 | 105 | 0 | 114 | 0 | 163 | 144 | 76 |
| Binary | 1001110 | 11111111 | 111101 | 1000101 | 0 | 1001100 | 0 | 1110011 | 1100100 | 111110 |
Color Harmonies of #4EFF3D
Complementary color
Monochromatic Colors of #4EFF3D
Black with #4EFF3D
Text Example
Text Example
White with #4EFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF3D; }
p { color: rgb(78,255,61); }
H1.HeaderClassName
{
color: #4EFF3D;
}
.AnyTagClassName
{
color: #4EFF3D;
}
</style>
background-color css
<style>
a { background-color: #4EFF3D; }
a { background-color: rgb(78,255,61); }
div.DivClassName
{
background-color: #4EFF3D;
}
.BgClassName
{
background-color: #4EFF3D;
}
</style>
border-color css
<style>
span { border-color: #4EFF3D; }
span { border-color: rgb(78,255,61); }
td.TdClassName
{
border-color: #4EFF3D;
}
.TagClassName
{
border-color: #4EFF3D;
}
</style>