Shades of Screamin' Green #3BFE74
Tints of Screamin' Green #3BFE74
RGB
CMYK
RGB Variations
Color information
#3BFE74 (or 0x3BFE74) is known color: Screamin' Green. HEX triplet: 3B, FE and 74. RGB value is (59,254,116). Sum of RGB (Red+Green+Blue) = 59+254+116=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFE74 is #C4018B. Grayscale: #B4B4B4. Windows color (decimal): -12845452 or 7667259. OLE color: 7667259.
HSL color Cylindrical-coordinate representation of color #3BFE74: hue angle of 137.54º 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 #3BFE74 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 116 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.00 |
| HSL | 137.54º | 0.99% | 0.61% | - |
| HSV(B) | 137.54º | 0.77% | 1% | - |
| XYZ | 40.4 | 73.07 | 28.5 | - |
| YUV | 179.96 | 91.9 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 116 | 0.77 | 0 | 0.54 | 0.00 | 137.54 | 0.99 | 0.61 |
| Hex | 3B | FE | 74 | 4D | 0 | 36 | 0 | 8A | 63 | 3D |
| Octal | 73 | 376 | 164 | 115 | 0 | 66 | 0 | 212 | 143 | 75 |
| Binary | 111011 | 11111110 | 1110100 | 1001101 | 0 | 110110 | 0 | 10001010 | 1100011 | 111101 |
Color Harmonies of #3BFE74
Complementary color
Monochromatic Colors of #3BFE74
Black with #3BFE74
Text Example
Text Example
White with #3BFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE74; }
p { color: rgb(59,254,116); }
H1.HeaderClassName
{
color: #3BFE74;
}
.AnyTagClassName
{
color: #3BFE74;
}
</style>
background-color css
<style>
a { background-color: #3BFE74; }
a { background-color: rgb(59,254,116); }
div.DivClassName
{
background-color: #3BFE74;
}
.BgClassName
{
background-color: #3BFE74;
}
</style>
border-color css
<style>
span { border-color: #3BFE74; }
span { border-color: rgb(59,254,116); }
td.TdClassName
{
border-color: #3BFE74;
}
.TagClassName
{
border-color: #3BFE74;
}
</style>