Shades of Screamin' Green #3CF76F
Tints of Screamin' Green #3CF76F
RGB
CMYK
RGB Variations
Color information
#3CF76F (or 0x3CF76F) is known color: Screamin' Green. HEX triplet: 3C, F7 and 6F. RGB value is (60,247,111). Sum of RGB (Red+Green+Blue) = 60+247+111=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF76F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF76F is #C30890. Grayscale: #AFAFAF. Windows color (decimal): -12781713 or 7337788. OLE color: 7337788.
HSL color Cylindrical-coordinate representation of color #3CF76F: hue angle of 136.36º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF76F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 111 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.03 |
| HSL | 136.36º | 0.92% | 0.6% | - |
| HSV(B) | 136.36º | 0.76% | 0.97% | - |
| XYZ | 37.99 | 68.63 | 26.28 | - |
| YUV | 175.58 | 91.55 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 111 | 0.76 | 0 | 0.55 | 0.03 | 136.36 | 0.92 | 0.6 |
| Hex | 3C | F7 | 6F | 4C | 0 | 37 | 3 | 88 | 5C | 3C |
| Octal | 74 | 367 | 157 | 114 | 0 | 67 | 3 | 210 | 134 | 74 |
| Binary | 111100 | 11110111 | 1101111 | 1001100 | 0 | 110111 | 11 | 10001000 | 1011100 | 111100 |
Color Harmonies of #3CF76F
Complementary color
Monochromatic Colors of #3CF76F
Black with #3CF76F
Text Example
Text Example
White with #3CF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF76F; }
p { color: rgb(60,247,111); }
H1.HeaderClassName
{
color: #3CF76F;
}
.AnyTagClassName
{
color: #3CF76F;
}
</style>
background-color css
<style>
a { background-color: #3CF76F; }
a { background-color: rgb(60,247,111); }
div.DivClassName
{
background-color: #3CF76F;
}
.BgClassName
{
background-color: #3CF76F;
}
</style>
border-color css
<style>
span { border-color: #3CF76F; }
span { border-color: rgb(60,247,111); }
td.TdClassName
{
border-color: #3CF76F;
}
.TagClassName
{
border-color: #3CF76F;
}
</style>