Shades of Screamin' Green #3CFC76
Tints of Screamin' Green #3CFC76
RGB
CMYK
RGB Variations
Color information
#3CFC76 (or 0x3CFC76) is known color: Screamin' Green. HEX triplet: 3C, FC and 76. RGB value is (60,252,118). Sum of RGB (Red+Green+Blue) = 60+252+118=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC76 is #C30389. Grayscale: #B3B3B3. Windows color (decimal): -12780426 or 7797820. OLE color: 7797820.
HSL color Cylindrical-coordinate representation of color #3CFC76: hue angle of 138.12º 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 #3CFC76 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 118 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.01 |
| HSL | 138.13º | 0.97% | 0.61% | - |
| HSV(B) | 138.13º | 0.76% | 0.99% | - |
| XYZ | 39.94 | 71.89 | 28.91 | - |
| YUV | 179.32 | 93.39 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 118 | 0.76 | 0 | 0.53 | 0.01 | 138.13 | 0.97 | 0.61 |
| Hex | 3C | FC | 76 | 4C | 0 | 35 | 1 | 8A | 61 | 3D |
| Octal | 74 | 374 | 166 | 114 | 0 | 65 | 1 | 212 | 141 | 75 |
| Binary | 111100 | 11111100 | 1110110 | 1001100 | 0 | 110101 | 1 | 10001010 | 1100001 | 111101 |
Color Harmonies of #3CFC76
Complementary color
Monochromatic Colors of #3CFC76
Black with #3CFC76
Text Example
Text Example
White with #3CFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC76; }
p { color: rgb(60,252,118); }
H1.HeaderClassName
{
color: #3CFC76;
}
.AnyTagClassName
{
color: #3CFC76;
}
</style>
background-color css
<style>
a { background-color: #3CFC76; }
a { background-color: rgb(60,252,118); }
div.DivClassName
{
background-color: #3CFC76;
}
.BgClassName
{
background-color: #3CFC76;
}
</style>
border-color css
<style>
span { border-color: #3CFC76; }
span { border-color: rgb(60,252,118); }
td.TdClassName
{
border-color: #3CFC76;
}
.TagClassName
{
border-color: #3CFC76;
}
</style>