Shades of Screamin' Green #3BF266
Tints of Screamin' Green #3BF266
RGB
CMYK
RGB Variations
Color information
#3BF266 (or 0x3BF266) is known color: Screamin' Green. HEX triplet: 3B, F2 and 66. RGB value is (59,242,102). Sum of RGB (Red+Green+Blue) = 59+242+102=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF266 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF266 is #C40D99. Grayscale: #ABABAB. Windows color (decimal): -12848538 or 6746683. OLE color: 6746683.
HSL color Cylindrical-coordinate representation of color #3BF266: hue angle of 134.1º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF266 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 102 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.05 |
| HSL | 134.1º | 0.88% | 0.59% | - |
| HSV(B) | 134.1º | 0.76% | 0.95% | - |
| XYZ | 35.95 | 65.39 | 23.3 | - |
| YUV | 171.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 102 | 0.76 | 0 | 0.58 | 0.05 | 134.1 | 0.88 | 0.59 |
| Hex | 3B | F2 | 66 | 4C | 0 | 3A | 5 | 86 | 58 | 3B |
| Octal | 73 | 362 | 146 | 114 | 0 | 72 | 5 | 206 | 130 | 73 |
| Binary | 111011 | 11110010 | 1100110 | 1001100 | 0 | 111010 | 101 | 10000110 | 1011000 | 111011 |
Color Harmonies of #3BF266
Complementary color
Monochromatic Colors of #3BF266
Black with #3BF266
Text Example
Text Example
White with #3BF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF266; }
p { color: rgb(59,242,102); }
H1.HeaderClassName
{
color: #3BF266;
}
.AnyTagClassName
{
color: #3BF266;
}
</style>
background-color css
<style>
a { background-color: #3BF266; }
a { background-color: rgb(59,242,102); }
div.DivClassName
{
background-color: #3BF266;
}
.BgClassName
{
background-color: #3BF266;
}
</style>
border-color css
<style>
span { border-color: #3BF266; }
span { border-color: rgb(59,242,102); }
td.TdClassName
{
border-color: #3BF266;
}
.TagClassName
{
border-color: #3BF266;
}
</style>