Shades of Screamin' Green #3BFC6B
Tints of Screamin' Green #3BFC6B
RGB
CMYK
RGB Variations
Color information
#3BFC6B (or 0x3BFC6B) is known color: Screamin' Green. HEX triplet: 3B, FC and 6B. RGB value is (59,252,107). Sum of RGB (Red+Green+Blue) = 59+252+107=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFC6B is #C40394. Grayscale: #B2B2B2. Windows color (decimal): -12845973 or 7076923. OLE color: 7076923.
HSL color Cylindrical-coordinate representation of color #3BFC6B: hue angle of 134.92º degrees, saturation: 0.97, 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 #3BFC6B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 107 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.01 |
| HSL | 134.92º | 0.97% | 0.61% | - |
| HSV(B) | 134.92º | 0.77% | 0.99% | - |
| XYZ | 39.27 | 71.61 | 25.66 | - |
| YUV | 177.76 | 88.06 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 107 | 0.77 | 0 | 0.58 | 0.01 | 134.92 | 0.97 | 0.61 |
| Hex | 3B | FC | 6B | 4D | 0 | 3A | 1 | 87 | 61 | 3D |
| Octal | 73 | 374 | 153 | 115 | 0 | 72 | 1 | 207 | 141 | 75 |
| Binary | 111011 | 11111100 | 1101011 | 1001101 | 0 | 111010 | 1 | 10000111 | 1100001 | 111101 |
Color Harmonies of #3BFC6B
Complementary color
Monochromatic Colors of #3BFC6B
Black with #3BFC6B
Text Example
Text Example
White with #3BFC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC6B; }
p { color: rgb(59,252,107); }
H1.HeaderClassName
{
color: #3BFC6B;
}
.AnyTagClassName
{
color: #3BFC6B;
}
</style>
background-color css
<style>
a { background-color: #3BFC6B; }
a { background-color: rgb(59,252,107); }
div.DivClassName
{
background-color: #3BFC6B;
}
.BgClassName
{
background-color: #3BFC6B;
}
</style>
border-color css
<style>
span { border-color: #3BFC6B; }
span { border-color: rgb(59,252,107); }
td.TdClassName
{
border-color: #3BFC6B;
}
.TagClassName
{
border-color: #3BFC6B;
}
</style>