Shades of Screamin' Green #3CF56C
Tints of Screamin' Green #3CF56C
RGB
CMYK
RGB Variations
Color information
#3CF56C (or 0x3CF56C) is known color: Screamin' Green. HEX triplet: 3C, F5 and 6C. RGB value is (60,245,108). Sum of RGB (Red+Green+Blue) = 60+245+108=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF56C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF56C is #C30A93. Grayscale: #AEAEAE. Windows color (decimal): -12782228 or 7140668. OLE color: 7140668.
HSL color Cylindrical-coordinate representation of color #3CF56C: hue angle of 135.57º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF56C is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 108 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.04 |
| HSL | 135.57º | 0.9% | 0.6% | - |
| HSV(B) | 135.57º | 0.76% | 0.96% | - |
| XYZ | 37.22 | 67.35 | 25.23 | - |
| YUV | 174.07 | 90.71 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 108 | 0.76 | 0 | 0.56 | 0.04 | 135.57 | 0.9 | 0.6 |
| Hex | 3C | F5 | 6C | 4C | 0 | 38 | 4 | 88 | 5A | 3C |
| Octal | 74 | 365 | 154 | 114 | 0 | 70 | 4 | 210 | 132 | 74 |
| Binary | 111100 | 11110101 | 1101100 | 1001100 | 0 | 111000 | 100 | 10001000 | 1011010 | 111100 |
Color Harmonies of #3CF56C
Complementary color
Monochromatic Colors of #3CF56C
Black with #3CF56C
Text Example
Text Example
White with #3CF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF56C; }
p { color: rgb(60,245,108); }
H1.HeaderClassName
{
color: #3CF56C;
}
.AnyTagClassName
{
color: #3CF56C;
}
</style>
background-color css
<style>
a { background-color: #3CF56C; }
a { background-color: rgb(60,245,108); }
div.DivClassName
{
background-color: #3CF56C;
}
.BgClassName
{
background-color: #3CF56C;
}
</style>
border-color css
<style>
span { border-color: #3CF56C; }
span { border-color: rgb(60,245,108); }
td.TdClassName
{
border-color: #3CF56C;
}
.TagClassName
{
border-color: #3CF56C;
}
</style>