Shades of Screamin' Green #3BFF63
Tints of Screamin' Green #3BFF63
RGB
CMYK
RGB Variations
Color information
#3BFF63 (or 0x3BFF63) is known color: Screamin' Green. HEX triplet: 3B, FF and 63. RGB value is (59,255,99). Sum of RGB (Red+Green+Blue) = 59+255+99=413 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.29% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF63 is #C4009C. Grayscale: #B3B3B3. Windows color (decimal): -12845213 or 6553403. OLE color: 6553403.
HSL color Cylindrical-coordinate representation of color #3BFF63: hue angle of 132.24º 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 #3BFF63 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 99 | - |
| CMYK | 0.77 | 0 | 0.61 | 0 |
| HSL | 132.24º | 1% | 0.62% | - |
| HSV(B) | 132.24º | 0.77% | 1% | - |
| XYZ | 39.82 | 73.35 | 23.86 | - |
| YUV | 178.61 | 83.07 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 99 | 0.77 | 0 | 0.61 | 0 | 132.24 | 1 | 0.62 |
| Hex | 3B | FF | 63 | 4D | 0 | 3D | 0 | 84 | 64 | 3E |
| Octal | 73 | 377 | 143 | 115 | 0 | 75 | 0 | 204 | 144 | 76 |
| Binary | 111011 | 11111111 | 1100011 | 1001101 | 0 | 111101 | 0 | 10000100 | 1100100 | 111110 |
Color Harmonies of #3BFF63
Complementary color
Monochromatic Colors of #3BFF63
Black with #3BFF63
Text Example
Text Example
White with #3BFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF63; }
p { color: rgb(59,255,99); }
H1.HeaderClassName
{
color: #3BFF63;
}
.AnyTagClassName
{
color: #3BFF63;
}
</style>
background-color css
<style>
a { background-color: #3BFF63; }
a { background-color: rgb(59,255,99); }
div.DivClassName
{
background-color: #3BFF63;
}
.BgClassName
{
background-color: #3BFF63;
}
</style>
border-color css
<style>
span { border-color: #3BFF63; }
span { border-color: rgb(59,255,99); }
td.TdClassName
{
border-color: #3BFF63;
}
.TagClassName
{
border-color: #3BFF63;
}
</style>