Shades of Screamin' Green #3CFC6F
Tints of Screamin' Green #3CFC6F
RGB
CMYK
RGB Variations
Color information
#3CFC6F (or 0x3CFC6F) is known color: Screamin' Green. HEX triplet: 3C, FC and 6F. RGB value is (60,252,111). Sum of RGB (Red+Green+Blue) = 60+252+111=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 252 (98.83% from 255 or 59.57% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC6F is #C30390. Grayscale: #B2B2B2. Windows color (decimal): -12780433 or 7339068. OLE color: 7339068.
HSL color Cylindrical-coordinate representation of color #3CFC6F: hue angle of 135.94º 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 #3CFC6F is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 111 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.01 |
| HSL | 135.94º | 0.97% | 0.61% | - |
| HSV(B) | 135.94º | 0.76% | 0.99% | - |
| XYZ | 39.54 | 71.73 | 26.8 | - |
| YUV | 178.52 | 89.89 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 111 | 0.76 | 0 | 0.56 | 0.01 | 135.94 | 0.97 | 0.61 |
| Hex | 3C | FC | 6F | 4C | 0 | 38 | 1 | 88 | 61 | 3D |
| Octal | 74 | 374 | 157 | 114 | 0 | 70 | 1 | 210 | 141 | 75 |
| Binary | 111100 | 11111100 | 1101111 | 1001100 | 0 | 111000 | 1 | 10001000 | 1100001 | 111101 |
Color Harmonies of #3CFC6F
Complementary color
Monochromatic Colors of #3CFC6F
Black with #3CFC6F
Text Example
Text Example
White with #3CFC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC6F; }
p { color: rgb(60,252,111); }
H1.HeaderClassName
{
color: #3CFC6F;
}
.AnyTagClassName
{
color: #3CFC6F;
}
</style>
background-color css
<style>
a { background-color: #3CFC6F; }
a { background-color: rgb(60,252,111); }
div.DivClassName
{
background-color: #3CFC6F;
}
.BgClassName
{
background-color: #3CFC6F;
}
</style>
border-color css
<style>
span { border-color: #3CFC6F; }
span { border-color: rgb(60,252,111); }
td.TdClassName
{
border-color: #3CFC6F;
}
.TagClassName
{
border-color: #3CFC6F;
}
</style>