Shades of Screamin' Green #3BFF52
Tints of Screamin' Green #3BFF52
RGB
CMYK
RGB Variations
Color information
#3BFF52 (or 0x3BFF52) is known color: Screamin' Green. HEX triplet: 3B, FF and 52. RGB value is (59,255,82). Sum of RGB (Red+Green+Blue) = 59+255+82=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF52 is #C400AD. Grayscale: #B1B1B1. Windows color (decimal): -12845230 or 5439291. OLE color: 5439291.
HSL color Cylindrical-coordinate representation of color #3BFF52: hue angle of 127.04º 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 #3BFF52 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 82 | - |
| CMYK | 0.77 | 0 | 0.68 | 0 |
| HSL | 127.04º | 1% | 0.62% | - |
| HSV(B) | 127.04º | 0.77% | 1% | - |
| XYZ | 39.09 | 73.06 | 20.02 | - |
| YUV | 176.67 | 74.57 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 82 | 0.77 | 0 | 0.68 | 0 | 127.04 | 1 | 0.62 |
| Hex | 3B | FF | 52 | 4D | 0 | 44 | 0 | 7F | 64 | 3E |
| Octal | 73 | 377 | 122 | 115 | 0 | 104 | 0 | 177 | 144 | 76 |
| Binary | 111011 | 11111111 | 1010010 | 1001101 | 0 | 1000100 | 0 | 1111111 | 1100100 | 111110 |
Color Harmonies of #3BFF52
Complementary color
Monochromatic Colors of #3BFF52
Black with #3BFF52
Text Example
Text Example
White with #3BFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF52; }
p { color: rgb(59,255,82); }
H1.HeaderClassName
{
color: #3BFF52;
}
.AnyTagClassName
{
color: #3BFF52;
}
</style>
background-color css
<style>
a { background-color: #3BFF52; }
a { background-color: rgb(59,255,82); }
div.DivClassName
{
background-color: #3BFF52;
}
.BgClassName
{
background-color: #3BFF52;
}
</style>
border-color css
<style>
span { border-color: #3BFF52; }
span { border-color: rgb(59,255,82); }
td.TdClassName
{
border-color: #3BFF52;
}
.TagClassName
{
border-color: #3BFF52;
}
</style>