Shades of Screamin' Green #3CFC78
Tints of Screamin' Green #3CFC78
RGB
CMYK
RGB Variations
Color information
#3CFC78 (or 0x3CFC78) is known color: Screamin' Green. HEX triplet: 3C, FC and 78. RGB value is (60,252,120). Sum of RGB (Red+Green+Blue) = 60+252+120=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC78 is #C30387. Grayscale: #B3B3B3. Windows color (decimal): -12780424 or 7928892. OLE color: 7928892.
HSL color Cylindrical-coordinate representation of color #3CFC78: hue angle of 138.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC78 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 120 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.01 |
| HSL | 138.75º | 0.97% | 0.61% | - |
| HSV(B) | 138.75º | 0.76% | 0.99% | - |
| XYZ | 40.06 | 71.94 | 29.54 | - |
| YUV | 179.54 | 94.39 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 120 | 0.76 | 0 | 0.52 | 0.01 | 138.75 | 0.97 | 0.61 |
| Hex | 3C | FC | 78 | 4C | 0 | 34 | 1 | 8B | 61 | 3D |
| Octal | 74 | 374 | 170 | 114 | 0 | 64 | 1 | 213 | 141 | 75 |
| Binary | 111100 | 11111100 | 1111000 | 1001100 | 0 | 110100 | 1 | 10001011 | 1100001 | 111101 |
Color Harmonies of #3CFC78
Complementary color
Monochromatic Colors of #3CFC78
Black with #3CFC78
Text Example
Text Example
White with #3CFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC78; }
p { color: rgb(60,252,120); }
H1.HeaderClassName
{
color: #3CFC78;
}
.AnyTagClassName
{
color: #3CFC78;
}
</style>
background-color css
<style>
a { background-color: #3CFC78; }
a { background-color: rgb(60,252,120); }
div.DivClassName
{
background-color: #3CFC78;
}
.BgClassName
{
background-color: #3CFC78;
}
</style>
border-color css
<style>
span { border-color: #3CFC78; }
span { border-color: rgb(60,252,120); }
td.TdClassName
{
border-color: #3CFC78;
}
.TagClassName
{
border-color: #3CFC78;
}
</style>