Shades of Screamin' Green #3CF860
Tints of Screamin' Green #3CF860
RGB
CMYK
RGB Variations
Color information
#3CF860 (or 0x3CF860) is known color: Screamin' Green. HEX triplet: 3C, F8 and 60. RGB value is (60,248,96). Sum of RGB (Red+Green+Blue) = 60+248+96=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 248 (97.27% from 255 or 61.39% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF860 is #C3079F. Grayscale: #AEAEAE. Windows color (decimal): -12781472 or 6355004. OLE color: 6355004.
HSL color Cylindrical-coordinate representation of color #3CF860: hue angle of 131.49º degrees, saturation: 0.93, 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 #3CF860 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 96 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.03 |
| HSL | 131.49º | 0.93% | 0.6% | - |
| HSV(B) | 131.49º | 0.76% | 0.97% | - |
| XYZ | 37.54 | 68.94 | 22.39 | - |
| YUV | 174.46 | 83.72 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 96 | 0.76 | 0 | 0.61 | 0.03 | 131.49 | 0.93 | 0.6 |
| Hex | 3C | F8 | 60 | 4C | 0 | 3D | 3 | 83 | 5D | 3C |
| Octal | 74 | 370 | 140 | 114 | 0 | 75 | 3 | 203 | 135 | 74 |
| Binary | 111100 | 11111000 | 1100000 | 1001100 | 0 | 111101 | 11 | 10000011 | 1011101 | 111100 |
Color Harmonies of #3CF860
Complementary color
Monochromatic Colors of #3CF860
Black with #3CF860
Text Example
Text Example
White with #3CF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF860; }
p { color: rgb(60,248,96); }
H1.HeaderClassName
{
color: #3CF860;
}
.AnyTagClassName
{
color: #3CF860;
}
</style>
background-color css
<style>
a { background-color: #3CF860; }
a { background-color: rgb(60,248,96); }
div.DivClassName
{
background-color: #3CF860;
}
.BgClassName
{
background-color: #3CF860;
}
</style>
border-color css
<style>
span { border-color: #3CF860; }
span { border-color: rgb(60,248,96); }
td.TdClassName
{
border-color: #3CF860;
}
.TagClassName
{
border-color: #3CF860;
}
</style>