Shades of Screamin' Green #3CF465
Tints of Screamin' Green #3CF465
RGB
CMYK
RGB Variations
Color information
#3CF465 (or 0x3CF465) is known color: Screamin' Green. HEX triplet: 3C, F4 and 65. RGB value is (60,244,101). Sum of RGB (Red+Green+Blue) = 60+244+101=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF465 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF465 is #C30B9A. Grayscale: #ADADAD. Windows color (decimal): -12782491 or 6681660. OLE color: 6681660.
HSL color Cylindrical-coordinate representation of color #3CF465: hue angle of 133.37º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF465 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 101 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.04 |
| HSL | 133.37º | 0.89% | 0.6% | - |
| HSV(B) | 133.37º | 0.75% | 0.96% | - |
| XYZ | 36.56 | 66.6 | 23.24 | - |
| YUV | 172.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 101 | 0.75 | 0 | 0.59 | 0.04 | 133.37 | 0.89 | 0.6 |
| Hex | 3C | F4 | 65 | 4B | 0 | 3B | 4 | 85 | 59 | 3C |
| Octal | 74 | 364 | 145 | 113 | 0 | 73 | 4 | 205 | 131 | 74 |
| Binary | 111100 | 11110100 | 1100101 | 1001011 | 0 | 111011 | 100 | 10000101 | 1011001 | 111100 |
Color Harmonies of #3CF465
Complementary color
Monochromatic Colors of #3CF465
Black with #3CF465
Text Example
Text Example
White with #3CF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF465; }
p { color: rgb(60,244,101); }
H1.HeaderClassName
{
color: #3CF465;
}
.AnyTagClassName
{
color: #3CF465;
}
</style>
background-color css
<style>
a { background-color: #3CF465; }
a { background-color: rgb(60,244,101); }
div.DivClassName
{
background-color: #3CF465;
}
.BgClassName
{
background-color: #3CF465;
}
</style>
border-color css
<style>
span { border-color: #3CF465; }
span { border-color: rgb(60,244,101); }
td.TdClassName
{
border-color: #3CF465;
}
.TagClassName
{
border-color: #3CF465;
}
</style>