Shades of Screamin' Green #3CF86F
Tints of Screamin' Green #3CF86F
RGB
CMYK
RGB Variations
Color information
#3CF86F (or 0x3CF86F) is known color: Screamin' Green. HEX triplet: 3C, F8 and 6F. RGB value is (60,248,111). Sum of RGB (Red+Green+Blue) = 60+248+111=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 248 (97.27% from 255 or 59.19% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF86F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF86F is #C30790. Grayscale: #B0B0B0. Windows color (decimal): -12781457 or 7338044. OLE color: 7338044.
HSL color Cylindrical-coordinate representation of color #3CF86F: hue angle of 136.28º 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 #3CF86F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 111 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.03 |
| HSL | 136.28º | 0.93% | 0.6% | - |
| HSV(B) | 136.28º | 0.76% | 0.97% | - |
| XYZ | 38.3 | 69.24 | 26.39 | - |
| YUV | 176.17 | 91.22 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 111 | 0.76 | 0 | 0.55 | 0.03 | 136.28 | 0.93 | 0.6 |
| Hex | 3C | F8 | 6F | 4C | 0 | 37 | 3 | 88 | 5D | 3C |
| Octal | 74 | 370 | 157 | 114 | 0 | 67 | 3 | 210 | 135 | 74 |
| Binary | 111100 | 11111000 | 1101111 | 1001100 | 0 | 110111 | 11 | 10001000 | 1011101 | 111100 |
Color Harmonies of #3CF86F
Complementary color
Monochromatic Colors of #3CF86F
Black with #3CF86F
Text Example
Text Example
White with #3CF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF86F; }
p { color: rgb(60,248,111); }
H1.HeaderClassName
{
color: #3CF86F;
}
.AnyTagClassName
{
color: #3CF86F;
}
</style>
background-color css
<style>
a { background-color: #3CF86F; }
a { background-color: rgb(60,248,111); }
div.DivClassName
{
background-color: #3CF86F;
}
.BgClassName
{
background-color: #3CF86F;
}
</style>
border-color css
<style>
span { border-color: #3CF86F; }
span { border-color: rgb(60,248,111); }
td.TdClassName
{
border-color: #3CF86F;
}
.TagClassName
{
border-color: #3CF86F;
}
</style>