Shades of Screamin' Green #3CFF64
Tints of Screamin' Green #3CFF64
RGB
CMYK
RGB Variations
Color information
#3CFF64 (or 0x3CFF64) is known color: Screamin' Green. HEX triplet: 3C, FF and 64. RGB value is (60,255,100). Sum of RGB (Red+Green+Blue) = 60+255+100=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF64 is #C3009B. Grayscale: #B3B3B3. Windows color (decimal): -12779676 or 6618940. OLE color: 6618940.
HSL color Cylindrical-coordinate representation of color #3CFF64: hue angle of 132.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF64 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 100 | - |
| CMYK | 0.76 | 0 | 0.61 | 0 |
| HSL | 132.31º | 1% | 0.62% | - |
| HSV(B) | 132.31º | 0.76% | 1% | - |
| XYZ | 39.92 | 73.4 | 24.12 | - |
| YUV | 179.03 | 83.4 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 100 | 0.76 | 0 | 0.61 | 0 | 132.31 | 1 | 0.62 |
| Hex | 3C | FF | 64 | 4C | 0 | 3D | 0 | 84 | 64 | 3E |
| Octal | 74 | 377 | 144 | 114 | 0 | 75 | 0 | 204 | 144 | 76 |
| Binary | 111100 | 11111111 | 1100100 | 1001100 | 0 | 111101 | 0 | 10000100 | 1100100 | 111110 |
Color Harmonies of #3CFF64
Complementary color
Monochromatic Colors of #3CFF64
Black with #3CFF64
Text Example
Text Example
White with #3CFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF64; }
p { color: rgb(60,255,100); }
H1.HeaderClassName
{
color: #3CFF64;
}
.AnyTagClassName
{
color: #3CFF64;
}
</style>
background-color css
<style>
a { background-color: #3CFF64; }
a { background-color: rgb(60,255,100); }
div.DivClassName
{
background-color: #3CFF64;
}
.BgClassName
{
background-color: #3CFF64;
}
</style>
border-color css
<style>
span { border-color: #3CFF64; }
span { border-color: rgb(60,255,100); }
td.TdClassName
{
border-color: #3CFF64;
}
.TagClassName
{
border-color: #3CFF64;
}
</style>