Shades of Screamin' Green #3BFF4D
Tints of Screamin' Green #3BFF4D
RGB
CMYK
RGB Variations
Color information
#3BFF4D (or 0x3BFF4D) is known color: Screamin' Green. HEX triplet: 3B, FF and 4D. RGB value is (59,255,77). Sum of RGB (Red+Green+Blue) = 59+255+77=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF4D is #C400B2. Grayscale: #B0B0B0. Windows color (decimal): -12845235 or 5111611. OLE color: 5111611.
HSL color Cylindrical-coordinate representation of color #3BFF4D: hue angle of 125.51º 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 #3BFF4D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 77 | - |
| CMYK | 0.77 | 0 | 0.70 | 0 |
| HSL | 125.51º | 1% | 0.62% | - |
| HSV(B) | 125.51º | 0.77% | 1% | - |
| XYZ | 38.9 | 72.99 | 19.06 | - |
| YUV | 176.1 | 72.07 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 77 | 0.77 | 0 | 0.70 | 0 | 125.51 | 1 | 0.62 |
| Hex | 3B | FF | 4D | 4D | 0 | 46 | 0 | 7E | 64 | 3E |
| Octal | 73 | 377 | 115 | 115 | 0 | 106 | 0 | 176 | 144 | 76 |
| Binary | 111011 | 11111111 | 1001101 | 1001101 | 0 | 1000110 | 0 | 1111110 | 1100100 | 111110 |
Color Harmonies of #3BFF4D
Complementary color
Monochromatic Colors of #3BFF4D
Black with #3BFF4D
Text Example
Text Example
White with #3BFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF4D; }
p { color: rgb(59,255,77); }
H1.HeaderClassName
{
color: #3BFF4D;
}
.AnyTagClassName
{
color: #3BFF4D;
}
</style>
background-color css
<style>
a { background-color: #3BFF4D; }
a { background-color: rgb(59,255,77); }
div.DivClassName
{
background-color: #3BFF4D;
}
.BgClassName
{
background-color: #3BFF4D;
}
</style>
border-color css
<style>
span { border-color: #3BFF4D; }
span { border-color: rgb(59,255,77); }
td.TdClassName
{
border-color: #3BFF4D;
}
.TagClassName
{
border-color: #3BFF4D;
}
</style>