Shades of Screamin' Green #3BFF80
Tints of Screamin' Green #3BFF80
RGB
CMYK
RGB Variations
Color information
#3BFF80 (or 0x3BFF80) is known color: Screamin' Green. HEX triplet: 3B, FF and 80. RGB value is (59,255,128). Sum of RGB (Red+Green+Blue) = 59+255+128=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFF80 is #C4007F. Grayscale: #B6B6B6. Windows color (decimal): -12845184 or 8453947. OLE color: 8453947.
HSL color Cylindrical-coordinate representation of color #3BFF80: hue angle of 141.12º 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 #3BFF80 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 128 | - |
| CMYK | 0.77 | 0 | 0.50 | 0 |
| HSL | 141.12º | 1% | 0.62% | - |
| HSV(B) | 141.12º | 0.77% | 1% | - |
| XYZ | 41.46 | 74.01 | 32.52 | - |
| YUV | 181.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 128 | 0.77 | 0 | 0.50 | 0 | 141.12 | 1 | 0.62 |
| Hex | 3B | FF | 80 | 4D | 0 | 32 | 0 | 8D | 64 | 3E |
| Octal | 73 | 377 | 200 | 115 | 0 | 62 | 0 | 215 | 144 | 76 |
| Binary | 111011 | 11111111 | 10000000 | 1001101 | 0 | 110010 | 0 | 10001101 | 1100100 | 111110 |
Color Harmonies of #3BFF80
Complementary color
Monochromatic Colors of #3BFF80
Black with #3BFF80
Text Example
Text Example
White with #3BFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF80; }
p { color: rgb(59,255,128); }
H1.HeaderClassName
{
color: #3BFF80;
}
.AnyTagClassName
{
color: #3BFF80;
}
</style>
background-color css
<style>
a { background-color: #3BFF80; }
a { background-color: rgb(59,255,128); }
div.DivClassName
{
background-color: #3BFF80;
}
.BgClassName
{
background-color: #3BFF80;
}
</style>
border-color css
<style>
span { border-color: #3BFF80; }
span { border-color: rgb(59,255,128); }
td.TdClassName
{
border-color: #3BFF80;
}
.TagClassName
{
border-color: #3BFF80;
}
</style>