Shades of Screamin' Green #3BFF62
Tints of Screamin' Green #3BFF62
RGB
CMYK
RGB Variations
Color information
#3BFF62 (or 0x3BFF62) is known color: Screamin' Green. HEX triplet: 3B, FF and 62. RGB value is (59,255,98). Sum of RGB (Red+Green+Blue) = 59+255+98=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFF62 is #C4009D. Grayscale: #B2B2B2. Windows color (decimal): -12845214 or 6487867. OLE color: 6487867.
HSL color Cylindrical-coordinate representation of color #3BFF62: hue angle of 131.94º 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 #3BFF62 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 98 | - |
| CMYK | 0.77 | 0 | 0.62 | 0 |
| HSL | 131.94º | 1% | 0.62% | - |
| HSV(B) | 131.94º | 0.77% | 1% | - |
| XYZ | 39.77 | 73.33 | 23.61 | - |
| YUV | 178.5 | 82.57 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 98 | 0.77 | 0 | 0.62 | 0 | 131.94 | 1 | 0.62 |
| Hex | 3B | FF | 62 | 4D | 0 | 3E | 0 | 84 | 64 | 3E |
| Octal | 73 | 377 | 142 | 115 | 0 | 76 | 0 | 204 | 144 | 76 |
| Binary | 111011 | 11111111 | 1100010 | 1001101 | 0 | 111110 | 0 | 10000100 | 1100100 | 111110 |
Color Harmonies of #3BFF62
Complementary color
Monochromatic Colors of #3BFF62
Black with #3BFF62
Text Example
Text Example
White with #3BFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF62; }
p { color: rgb(59,255,98); }
H1.HeaderClassName
{
color: #3BFF62;
}
.AnyTagClassName
{
color: #3BFF62;
}
</style>
background-color css
<style>
a { background-color: #3BFF62; }
a { background-color: rgb(59,255,98); }
div.DivClassName
{
background-color: #3BFF62;
}
.BgClassName
{
background-color: #3BFF62;
}
</style>
border-color css
<style>
span { border-color: #3BFF62; }
span { border-color: rgb(59,255,98); }
td.TdClassName
{
border-color: #3BFF62;
}
.TagClassName
{
border-color: #3BFF62;
}
</style>