Shades of Screamin' Green #3BFF72
Tints of Screamin' Green #3BFF72
RGB
CMYK
RGB Variations
Color information
#3BFF72 (or 0x3BFF72) is known color: Screamin' Green. HEX triplet: 3B, FF and 72. RGB value is (59,255,114). Sum of RGB (Red+Green+Blue) = 59+255+114=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF72 is #C4008D. Grayscale: #B4B4B4. Windows color (decimal): -12845198 or 7536443. OLE color: 7536443.
HSL color Cylindrical-coordinate representation of color #3BFF72: hue angle of 136.84º 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 #3BFF72 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 114 | - |
| CMYK | 0.77 | 0 | 0.55 | 0 |
| HSL | 136.84º | 1% | 0.62% | - |
| HSV(B) | 136.84º | 0.77% | 1% | - |
| XYZ | 40.6 | 73.66 | 28 | - |
| YUV | 180.32 | 90.57 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 114 | 0.77 | 0 | 0.55 | 0 | 136.84 | 1 | 0.62 |
| Hex | 3B | FF | 72 | 4D | 0 | 37 | 0 | 89 | 64 | 3E |
| Octal | 73 | 377 | 162 | 115 | 0 | 67 | 0 | 211 | 144 | 76 |
| Binary | 111011 | 11111111 | 1110010 | 1001101 | 0 | 110111 | 0 | 10001001 | 1100100 | 111110 |
Color Harmonies of #3BFF72
Complementary color
Monochromatic Colors of #3BFF72
Black with #3BFF72
Text Example
Text Example
White with #3BFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF72; }
p { color: rgb(59,255,114); }
H1.HeaderClassName
{
color: #3BFF72;
}
.AnyTagClassName
{
color: #3BFF72;
}
</style>
background-color css
<style>
a { background-color: #3BFF72; }
a { background-color: rgb(59,255,114); }
div.DivClassName
{
background-color: #3BFF72;
}
.BgClassName
{
background-color: #3BFF72;
}
</style>
border-color css
<style>
span { border-color: #3BFF72; }
span { border-color: rgb(59,255,114); }
td.TdClassName
{
border-color: #3BFF72;
}
.TagClassName
{
border-color: #3BFF72;
}
</style>