Shades of Screamin' Green #3CFC68
Tints of Screamin' Green #3CFC68
RGB
CMYK
RGB Variations
Color information
#3CFC68 (or 0x3CFC68) is known color: Screamin' Green. HEX triplet: 3C, FC and 68. RGB value is (60,252,104). Sum of RGB (Red+Green+Blue) = 60+252+104=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC68 is #C30397. Grayscale: #B2B2B2. Windows color (decimal): -12780440 or 6880316. OLE color: 6880316.
HSL color Cylindrical-coordinate representation of color #3CFC68: hue angle of 133.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC68 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 104 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.01 |
| HSL | 133.75º | 0.97% | 0.61% | - |
| HSV(B) | 133.75º | 0.76% | 0.99% | - |
| XYZ | 39.17 | 71.58 | 24.85 | - |
| YUV | 177.72 | 86.39 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 104 | 0.76 | 0 | 0.59 | 0.01 | 133.75 | 0.97 | 0.61 |
| Hex | 3C | FC | 68 | 4C | 0 | 3B | 1 | 86 | 61 | 3D |
| Octal | 74 | 374 | 150 | 114 | 0 | 73 | 1 | 206 | 141 | 75 |
| Binary | 111100 | 11111100 | 1101000 | 1001100 | 0 | 111011 | 1 | 10000110 | 1100001 | 111101 |
Color Harmonies of #3CFC68
Complementary color
Monochromatic Colors of #3CFC68
Black with #3CFC68
Text Example
Text Example
White with #3CFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC68; }
p { color: rgb(60,252,104); }
H1.HeaderClassName
{
color: #3CFC68;
}
.AnyTagClassName
{
color: #3CFC68;
}
</style>
background-color css
<style>
a { background-color: #3CFC68; }
a { background-color: rgb(60,252,104); }
div.DivClassName
{
background-color: #3CFC68;
}
.BgClassName
{
background-color: #3CFC68;
}
</style>
border-color css
<style>
span { border-color: #3CFC68; }
span { border-color: rgb(60,252,104); }
td.TdClassName
{
border-color: #3CFC68;
}
.TagClassName
{
border-color: #3CFC68;
}
</style>