Shades of Screamin' Green #3BF358
Tints of Screamin' Green #3BF358
RGB
CMYK
RGB Variations
Color information
#3BF358 (or 0x3BF358) is known color: Screamin' Green. HEX triplet: 3B, F3 and 58. RGB value is (59,243,88). Sum of RGB (Red+Green+Blue) = 59+243+88=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF358 is #C40CA7. Grayscale: #AAAAAA. Windows color (decimal): -12848296 or 5829435. OLE color: 5829435.
HSL color Cylindrical-coordinate representation of color #3BF358: hue angle of 129.46º 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 #3BF358 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 88 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.05 |
| HSL | 129.46º | 0.88% | 0.59% | - |
| HSV(B) | 129.46º | 0.76% | 0.95% | - |
| XYZ | 35.62 | 65.74 | 20.04 | - |
| YUV | 170.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 88 | 0.76 | 0 | 0.64 | 0.05 | 129.46 | 0.88 | 0.59 |
| Hex | 3B | F3 | 58 | 4C | 0 | 40 | 5 | 81 | 58 | 3B |
| Octal | 73 | 363 | 130 | 114 | 0 | 100 | 5 | 201 | 130 | 73 |
| Binary | 111011 | 11110011 | 1011000 | 1001100 | 0 | 1000000 | 101 | 10000001 | 1011000 | 111011 |
Color Harmonies of #3BF358
Complementary color
Monochromatic Colors of #3BF358
Black with #3BF358
Text Example
Text Example
White with #3BF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF358; }
p { color: rgb(59,243,88); }
H1.HeaderClassName
{
color: #3BF358;
}
.AnyTagClassName
{
color: #3BF358;
}
</style>
background-color css
<style>
a { background-color: #3BF358; }
a { background-color: rgb(59,243,88); }
div.DivClassName
{
background-color: #3BF358;
}
.BgClassName
{
background-color: #3BF358;
}
</style>
border-color css
<style>
span { border-color: #3BF358; }
span { border-color: rgb(59,243,88); }
td.TdClassName
{
border-color: #3BF358;
}
.TagClassName
{
border-color: #3BF358;
}
</style>