Shades of Screamin' Green #3BFF64
Tints of Screamin' Green #3BFF64
RGB
CMYK
RGB Variations
Color information
#3BFF64 (or 0x3BFF64) is known color: Screamin' Green. HEX triplet: 3B, FF and 64. RGB value is (59,255,100). Sum of RGB (Red+Green+Blue) = 59+255+100=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF64 is #C4009B. Grayscale: #B3B3B3. Windows color (decimal): -12845212 or 6618939. OLE color: 6618939.
HSL color Cylindrical-coordinate representation of color #3BFF64: hue angle of 132.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF64 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 100 | - |
| CMYK | 0.77 | 0 | 0.61 | 0 |
| HSL | 132.55º | 1% | 0.62% | - |
| HSV(B) | 132.55º | 0.77% | 1% | - |
| XYZ | 39.86 | 73.37 | 24.12 | - |
| YUV | 178.73 | 83.57 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 100 | 0.77 | 0 | 0.61 | 0 | 132.55 | 1 | 0.62 |
| Hex | 3B | FF | 64 | 4D | 0 | 3D | 0 | 85 | 64 | 3E |
| Octal | 73 | 377 | 144 | 115 | 0 | 75 | 0 | 205 | 144 | 76 |
| Binary | 111011 | 11111111 | 1100100 | 1001101 | 0 | 111101 | 0 | 10000101 | 1100100 | 111110 |
Color Harmonies of #3BFF64
Complementary color
Monochromatic Colors of #3BFF64
Black with #3BFF64
Text Example
Text Example
White with #3BFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF64; }
p { color: rgb(59,255,100); }
H1.HeaderClassName
{
color: #3BFF64;
}
.AnyTagClassName
{
color: #3BFF64;
}
</style>
background-color css
<style>
a { background-color: #3BFF64; }
a { background-color: rgb(59,255,100); }
div.DivClassName
{
background-color: #3BFF64;
}
.BgClassName
{
background-color: #3BFF64;
}
</style>
border-color css
<style>
span { border-color: #3BFF64; }
span { border-color: rgb(59,255,100); }
td.TdClassName
{
border-color: #3BFF64;
}
.TagClassName
{
border-color: #3BFF64;
}
</style>