Shades of Screamin' Green #7CFC46
Tints of Screamin' Green #7CFC46
RGB
CMYK
RGB Variations
Color information
#7CFC46 (or 0x7CFC46) is known color: Screamin' Green. HEX triplet: 7C, FC and 46. RGB value is (124,252,70). Sum of RGB (Red+Green+Blue) = 124+252+70=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFC46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CFC46 is #8303B9. Grayscale: #C1C1C1. Windows color (decimal): -8586170 or 4652156. OLE color: 4652156.
HSL color Cylindrical-coordinate representation of color #7CFC46: hue angle of 102.2º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CFC46 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 70 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.01 |
| HSL | 102.2º | 0.97% | 0.63% | - |
| HSV(B) | 102.2º | 0.72% | 0.99% | - |
| XYZ | 44.23 | 74.35 | 17.81 | - |
| YUV | 192.98 | 58.59 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 70 | 0.51 | 0 | 0.72 | 0.01 | 102.2 | 0.97 | 0.63 |
| Hex | 7C | FC | 46 | 33 | 0 | 48 | 1 | 66 | 61 | 3F |
| Octal | 174 | 374 | 106 | 63 | 0 | 110 | 1 | 146 | 141 | 77 |
| Binary | 1111100 | 11111100 | 1000110 | 110011 | 0 | 1001000 | 1 | 1100110 | 1100001 | 111111 |
Color Harmonies of #7CFC46
Complementary color
Monochromatic Colors of #7CFC46
Black with #7CFC46
Text Example
Text Example
White with #7CFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFC46; }
p { color: rgb(124,252,70); }
H1.HeaderClassName
{
color: #7CFC46;
}
.AnyTagClassName
{
color: #7CFC46;
}
</style>
background-color css
<style>
a { background-color: #7CFC46; }
a { background-color: rgb(124,252,70); }
div.DivClassName
{
background-color: #7CFC46;
}
.BgClassName
{
background-color: #7CFC46;
}
</style>
border-color css
<style>
span { border-color: #7CFC46; }
span { border-color: rgb(124,252,70); }
td.TdClassName
{
border-color: #7CFC46;
}
.TagClassName
{
border-color: #7CFC46;
}
</style>