Shades of Screamin' Green #3BF267
Tints of Screamin' Green #3BF267
RGB
CMYK
RGB Variations
Color information
#3BF267 (or 0x3BF267) is known color: Screamin' Green. HEX triplet: 3B, F2 and 67. RGB value is (59,242,103). Sum of RGB (Red+Green+Blue) = 59+242+103=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF267 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF267 is #C40D98. Grayscale: #ABABAB. Windows color (decimal): -12848537 or 6812219. OLE color: 6812219.
HSL color Cylindrical-coordinate representation of color #3BF267: hue angle of 134.43º 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 #3BF267 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 103 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.05 |
| HSL | 134.43º | 0.88% | 0.59% | - |
| HSV(B) | 134.43º | 0.76% | 0.95% | - |
| XYZ | 36 | 65.41 | 23.56 | - |
| YUV | 171.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 103 | 0.76 | 0 | 0.57 | 0.05 | 134.43 | 0.88 | 0.59 |
| Hex | 3B | F2 | 67 | 4C | 0 | 39 | 5 | 86 | 58 | 3B |
| Octal | 73 | 362 | 147 | 114 | 0 | 71 | 5 | 206 | 130 | 73 |
| Binary | 111011 | 11110010 | 1100111 | 1001100 | 0 | 111001 | 101 | 10000110 | 1011000 | 111011 |
Color Harmonies of #3BF267
Complementary color
Monochromatic Colors of #3BF267
Black with #3BF267
Text Example
Text Example
White with #3BF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF267; }
p { color: rgb(59,242,103); }
H1.HeaderClassName
{
color: #3BF267;
}
.AnyTagClassName
{
color: #3BF267;
}
</style>
background-color css
<style>
a { background-color: #3BF267; }
a { background-color: rgb(59,242,103); }
div.DivClassName
{
background-color: #3BF267;
}
.BgClassName
{
background-color: #3BF267;
}
</style>
border-color css
<style>
span { border-color: #3BF267; }
span { border-color: rgb(59,242,103); }
td.TdClassName
{
border-color: #3BF267;
}
.TagClassName
{
border-color: #3BF267;
}
</style>