Shades of Screamin' Green #3CF74F
Tints of Screamin' Green #3CF74F
RGB
CMYK
RGB Variations
Color information
#3CF74F (or 0x3CF74F) is known color: Screamin' Green. HEX triplet: 3C, F7 and 4F. RGB value is (60,247,79). Sum of RGB (Red+Green+Blue) = 60+247+79=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF74F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF74F is #C308B0. Grayscale: #ACACAC. Windows color (decimal): -12781745 or 5240636. OLE color: 5240636.
HSL color Cylindrical-coordinate representation of color #3CF74F: hue angle of 126.1º 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 #3CF74F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 79 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.03 |
| HSL | 126.1º | 0.92% | 0.6% | - |
| HSV(B) | 126.1º | 0.76% | 0.97% | - |
| XYZ | 36.54 | 68.05 | 18.61 | - |
| YUV | 171.94 | 75.55 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 79 | 0.76 | 0 | 0.68 | 0.03 | 126.1 | 0.92 | 0.6 |
| Hex | 3C | F7 | 4F | 4C | 0 | 44 | 3 | 7E | 5C | 3C |
| Octal | 74 | 367 | 117 | 114 | 0 | 104 | 3 | 176 | 134 | 74 |
| Binary | 111100 | 11110111 | 1001111 | 1001100 | 0 | 1000100 | 11 | 1111110 | 1011100 | 111100 |
Color Harmonies of #3CF74F
Complementary color
Monochromatic Colors of #3CF74F
Black with #3CF74F
Text Example
Text Example
White with #3CF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF74F; }
p { color: rgb(60,247,79); }
H1.HeaderClassName
{
color: #3CF74F;
}
.AnyTagClassName
{
color: #3CF74F;
}
</style>
background-color css
<style>
a { background-color: #3CF74F; }
a { background-color: rgb(60,247,79); }
div.DivClassName
{
background-color: #3CF74F;
}
.BgClassName
{
background-color: #3CF74F;
}
</style>
border-color css
<style>
span { border-color: #3CF74F; }
span { border-color: rgb(60,247,79); }
td.TdClassName
{
border-color: #3CF74F;
}
.TagClassName
{
border-color: #3CF74F;
}
</style>