Shades of Screamin' Green #7EFC42
Tints of Screamin' Green #7EFC42
RGB
CMYK
RGB Variations
Color information
#7EFC42 (or 0x7EFC42) is known color: Screamin' Green. HEX triplet: 7E, FC and 42. RGB value is (126,252,66). Sum of RGB (Red+Green+Blue) = 126+252+66=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFC42 is #8103BD. Grayscale: #C1C1C1. Windows color (decimal): -8455102 or 4390014. OLE color: 4390014.
HSL color Cylindrical-coordinate representation of color #7EFC42: hue angle of 100.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EFC42 is Cyan = 0.5, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 252 | 66 | - |
| CMYK | 0.5 | 0 | 0.74 | 0.01 |
| HSL | 100.65º | 0.97% | 0.62% | - |
| HSV(B) | 100.65º | 0.74% | 0.99% | - |
| XYZ | 44.4 | 74.45 | 17.18 | - |
| YUV | 193.12 | 56.26 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 252 | 66 | 0.5 | 0 | 0.74 | 0.01 | 100.65 | 0.97 | 0.62 |
| Hex | 7E | FC | 42 | 32 | 0 | 4A | 1 | 65 | 61 | 3E |
| Octal | 176 | 374 | 102 | 62 | 0 | 112 | 1 | 145 | 141 | 76 |
| Binary | 1111110 | 11111100 | 1000010 | 110010 | 0 | 1001010 | 1 | 1100101 | 1100001 | 111110 |
Color Harmonies of #7EFC42
Complementary color
Monochromatic Colors of #7EFC42
Black with #7EFC42
Text Example
Text Example
White with #7EFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFC42; }
p { color: rgb(126,252,66); }
H1.HeaderClassName
{
color: #7EFC42;
}
.AnyTagClassName
{
color: #7EFC42;
}
</style>
background-color css
<style>
a { background-color: #7EFC42; }
a { background-color: rgb(126,252,66); }
div.DivClassName
{
background-color: #7EFC42;
}
.BgClassName
{
background-color: #7EFC42;
}
</style>
border-color css
<style>
span { border-color: #7EFC42; }
span { border-color: rgb(126,252,66); }
td.TdClassName
{
border-color: #7EFC42;
}
.TagClassName
{
border-color: #7EFC42;
}
</style>