Shades of Screamin' Green #3BFD64
Tints of Screamin' Green #3BFD64
RGB
CMYK
RGB Variations
Color information
#3BFD64 (or 0x3BFD64) is known color: Screamin' Green. HEX triplet: 3B, FD and 64. RGB value is (59,253,100). Sum of RGB (Red+Green+Blue) = 59+253+100=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 253 (99.22% from 255 or 61.41% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFD64 is #C4029B. Grayscale: #B1B1B1. Windows color (decimal): -12845724 or 6618427. OLE color: 6618427.
HSL color Cylindrical-coordinate representation of color #3BFD64: hue angle of 132.68º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD64 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 100 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.01 |
| HSL | 132.68º | 0.98% | 0.61% | - |
| HSV(B) | 132.68º | 0.77% | 0.99% | - |
| XYZ | 39.23 | 72.1 | 23.91 | - |
| YUV | 177.55 | 84.23 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 100 | 0.77 | 0 | 0.60 | 0.01 | 132.68 | 0.98 | 0.61 |
| Hex | 3B | FD | 64 | 4D | 0 | 3C | 1 | 85 | 62 | 3D |
| Octal | 73 | 375 | 144 | 115 | 0 | 74 | 1 | 205 | 142 | 75 |
| Binary | 111011 | 11111101 | 1100100 | 1001101 | 0 | 111100 | 1 | 10000101 | 1100010 | 111101 |
Color Harmonies of #3BFD64
Complementary color
Monochromatic Colors of #3BFD64
Black with #3BFD64
Text Example
Text Example
White with #3BFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD64; }
p { color: rgb(59,253,100); }
H1.HeaderClassName
{
color: #3BFD64;
}
.AnyTagClassName
{
color: #3BFD64;
}
</style>
background-color css
<style>
a { background-color: #3BFD64; }
a { background-color: rgb(59,253,100); }
div.DivClassName
{
background-color: #3BFD64;
}
.BgClassName
{
background-color: #3BFD64;
}
</style>
border-color css
<style>
span { border-color: #3BFD64; }
span { border-color: rgb(59,253,100); }
td.TdClassName
{
border-color: #3BFD64;
}
.TagClassName
{
border-color: #3BFD64;
}
</style>