Shades of Screamin' Green #3CF86C
Tints of Screamin' Green #3CF86C
RGB
CMYK
RGB Variations
Color information
#3CF86C (or 0x3CF86C) is known color: Screamin' Green. HEX triplet: 3C, F8 and 6C. RGB value is (60,248,108). Sum of RGB (Red+Green+Blue) = 60+248+108=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF86C is #C30793. Grayscale: #B0B0B0. Windows color (decimal): -12781460 or 7141436. OLE color: 7141436.
HSL color Cylindrical-coordinate representation of color #3CF86C: hue angle of 135.32º 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 #3CF86C is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 108 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.03 |
| HSL | 135.32º | 0.93% | 0.6% | - |
| HSV(B) | 135.32º | 0.76% | 0.97% | - |
| XYZ | 38.14 | 69.18 | 25.53 | - |
| YUV | 175.83 | 89.72 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 108 | 0.76 | 0 | 0.56 | 0.03 | 135.32 | 0.93 | 0.6 |
| Hex | 3C | F8 | 6C | 4C | 0 | 38 | 3 | 87 | 5D | 3C |
| Octal | 74 | 370 | 154 | 114 | 0 | 70 | 3 | 207 | 135 | 74 |
| Binary | 111100 | 11111000 | 1101100 | 1001100 | 0 | 111000 | 11 | 10000111 | 1011101 | 111100 |
Color Harmonies of #3CF86C
Complementary color
Monochromatic Colors of #3CF86C
Black with #3CF86C
Text Example
Text Example
White with #3CF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF86C; }
p { color: rgb(60,248,108); }
H1.HeaderClassName
{
color: #3CF86C;
}
.AnyTagClassName
{
color: #3CF86C;
}
</style>
background-color css
<style>
a { background-color: #3CF86C; }
a { background-color: rgb(60,248,108); }
div.DivClassName
{
background-color: #3CF86C;
}
.BgClassName
{
background-color: #3CF86C;
}
</style>
border-color css
<style>
span { border-color: #3CF86C; }
span { border-color: rgb(60,248,108); }
td.TdClassName
{
border-color: #3CF86C;
}
.TagClassName
{
border-color: #3CF86C;
}
</style>