Shades of Screamin' Green #3BFE65
Tints of Screamin' Green #3BFE65
RGB
CMYK
RGB Variations
Color information
#3BFE65 (or 0x3BFE65) is known color: Screamin' Green. HEX triplet: 3B, FE and 65. RGB value is (59,254,101). Sum of RGB (Red+Green+Blue) = 59+254+101=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFE65 is #C4019A. Grayscale: #B2B2B2. Windows color (decimal): -12845467 or 6684219. OLE color: 6684219.
HSL color Cylindrical-coordinate representation of color #3BFE65: hue angle of 132.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE65 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 101 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.00 |
| HSL | 132.92º | 0.99% | 0.61% | - |
| HSV(B) | 132.92º | 0.77% | 1% | - |
| XYZ | 39.59 | 72.75 | 24.27 | - |
| YUV | 178.25 | 84.4 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 101 | 0.77 | 0 | 0.60 | 0.00 | 132.92 | 0.99 | 0.61 |
| Hex | 3B | FE | 65 | 4D | 0 | 3C | 0 | 85 | 63 | 3D |
| Octal | 73 | 376 | 145 | 115 | 0 | 74 | 0 | 205 | 143 | 75 |
| Binary | 111011 | 11111110 | 1100101 | 1001101 | 0 | 111100 | 0 | 10000101 | 1100011 | 111101 |
Color Harmonies of #3BFE65
Complementary color
Monochromatic Colors of #3BFE65
Black with #3BFE65
Text Example
Text Example
White with #3BFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE65; }
p { color: rgb(59,254,101); }
H1.HeaderClassName
{
color: #3BFE65;
}
.AnyTagClassName
{
color: #3BFE65;
}
</style>
background-color css
<style>
a { background-color: #3BFE65; }
a { background-color: rgb(59,254,101); }
div.DivClassName
{
background-color: #3BFE65;
}
.BgClassName
{
background-color: #3BFE65;
}
</style>
border-color css
<style>
span { border-color: #3BFE65; }
span { border-color: rgb(59,254,101); }
td.TdClassName
{
border-color: #3BFE65;
}
.TagClassName
{
border-color: #3BFE65;
}
</style>