Shades of Screamin' Green #4EE352
Tints of Screamin' Green #4EE352
RGB
CMYK
RGB Variations
Color information
#4EE352 (or 0x4EE352) is known color: Screamin' Green. HEX triplet: 4E, E3 and 52. RGB value is (78,227,82). Sum of RGB (Red+Green+Blue) = 78+227+82=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EE352 is #B11CAD. Grayscale: #A6A6A6. Windows color (decimal): -11607214 or 5432142. OLE color: 5432142.
HSL color Cylindrical-coordinate representation of color #4EE352: hue angle of 121.61º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE352 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 78 | 227 | 82 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.11 |
| HSL | 121.61º | 0.73% | 0.6% | - |
| HSV(B) | 121.61º | 0.66% | 0.89% | - |
| XYZ | 32.13 | 57.17 | 17.32 | - |
| YUV | 165.92 | 80.64 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 227 | 82 | 0.66 | 0 | 0.64 | 0.11 | 121.61 | 0.73 | 0.6 |
| Hex | 4E | E3 | 52 | 42 | 0 | 40 | B | 7A | 49 | 3C |
| Octal | 116 | 343 | 122 | 102 | 0 | 100 | 13 | 172 | 111 | 74 |
| Binary | 1001110 | 11100011 | 1010010 | 1000010 | 0 | 1000000 | 1011 | 1111010 | 1001001 | 111100 |
Color Harmonies of #4EE352
Complementary color
Monochromatic Colors of #4EE352
Black with #4EE352
Text Example
Text Example
White with #4EE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE352; }
p { color: rgb(78,227,82); }
H1.HeaderClassName
{
color: #4EE352;
}
.AnyTagClassName
{
color: #4EE352;
}
</style>
background-color css
<style>
a { background-color: #4EE352; }
a { background-color: rgb(78,227,82); }
div.DivClassName
{
background-color: #4EE352;
}
.BgClassName
{
background-color: #4EE352;
}
</style>
border-color css
<style>
span { border-color: #4EE352; }
span { border-color: rgb(78,227,82); }
td.TdClassName
{
border-color: #4EE352;
}
.TagClassName
{
border-color: #4EE352;
}
</style>