Shades of Screamin' Green #3CFC72
Tints of Screamin' Green #3CFC72
RGB
CMYK
RGB Variations
Color information
#3CFC72 (or 0x3CFC72) is known color: Screamin' Green. HEX triplet: 3C, FC and 72. RGB value is (60,252,114). Sum of RGB (Red+Green+Blue) = 60+252+114=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC72 is #C3038D. Grayscale: #B3B3B3. Windows color (decimal): -12780430 or 7535676. OLE color: 7535676.
HSL color Cylindrical-coordinate representation of color #3CFC72: hue angle of 136.88º 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 #3CFC72 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 114 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.01 |
| HSL | 136.88º | 0.97% | 0.61% | - |
| HSV(B) | 136.88º | 0.76% | 0.99% | - |
| XYZ | 39.71 | 71.8 | 27.68 | - |
| YUV | 178.86 | 91.39 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 114 | 0.76 | 0 | 0.55 | 0.01 | 136.88 | 0.97 | 0.61 |
| Hex | 3C | FC | 72 | 4C | 0 | 37 | 1 | 89 | 61 | 3D |
| Octal | 74 | 374 | 162 | 114 | 0 | 67 | 1 | 211 | 141 | 75 |
| Binary | 111100 | 11111100 | 1110010 | 1001100 | 0 | 110111 | 1 | 10001001 | 1100001 | 111101 |
Color Harmonies of #3CFC72
Complementary color
Monochromatic Colors of #3CFC72
Black with #3CFC72
Text Example
Text Example
White with #3CFC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC72; }
p { color: rgb(60,252,114); }
H1.HeaderClassName
{
color: #3CFC72;
}
.AnyTagClassName
{
color: #3CFC72;
}
</style>
background-color css
<style>
a { background-color: #3CFC72; }
a { background-color: rgb(60,252,114); }
div.DivClassName
{
background-color: #3CFC72;
}
.BgClassName
{
background-color: #3CFC72;
}
</style>
border-color css
<style>
span { border-color: #3CFC72; }
span { border-color: rgb(60,252,114); }
td.TdClassName
{
border-color: #3CFC72;
}
.TagClassName
{
border-color: #3CFC72;
}
</style>