Shades of Screamin' Green #3BFF6A
Tints of Screamin' Green #3BFF6A
RGB
CMYK
RGB Variations
Color information
#3BFF6A (or 0x3BFF6A) is known color: Screamin' Green. HEX triplet: 3B, FF and 6A. RGB value is (59,255,106). Sum of RGB (Red+Green+Blue) = 59+255+106=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF6A is #C40095. Grayscale: #B3B3B3. Windows color (decimal): -12845206 or 7012155. OLE color: 7012155.
HSL color Cylindrical-coordinate representation of color #3BFF6A: hue angle of 134.39º 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 #3BFF6A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 106 | - |
| CMYK | 0.77 | 0 | 0.58 | 0 |
| HSL | 134.39º | 1% | 0.62% | - |
| HSV(B) | 134.39º | 0.77% | 1% | - |
| XYZ | 40.17 | 73.49 | 25.7 | - |
| YUV | 179.41 | 86.57 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 106 | 0.77 | 0 | 0.58 | 0 | 134.39 | 1 | 0.62 |
| Hex | 3B | FF | 6A | 4D | 0 | 3A | 0 | 86 | 64 | 3E |
| Octal | 73 | 377 | 152 | 115 | 0 | 72 | 0 | 206 | 144 | 76 |
| Binary | 111011 | 11111111 | 1101010 | 1001101 | 0 | 111010 | 0 | 10000110 | 1100100 | 111110 |
Color Harmonies of #3BFF6A
Complementary color
Monochromatic Colors of #3BFF6A
Black with #3BFF6A
Text Example
Text Example
White with #3BFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF6A; }
p { color: rgb(59,255,106); }
H1.HeaderClassName
{
color: #3BFF6A;
}
.AnyTagClassName
{
color: #3BFF6A;
}
</style>
background-color css
<style>
a { background-color: #3BFF6A; }
a { background-color: rgb(59,255,106); }
div.DivClassName
{
background-color: #3BFF6A;
}
.BgClassName
{
background-color: #3BFF6A;
}
</style>
border-color css
<style>
span { border-color: #3BFF6A; }
span { border-color: rgb(59,255,106); }
td.TdClassName
{
border-color: #3BFF6A;
}
.TagClassName
{
border-color: #3BFF6A;
}
</style>