Shades of Screamin' Green #3FFF74
Tints of Screamin' Green #3FFF74
RGB
CMYK
RGB Variations
Color information
#3FFF74 (or 0x3FFF74) is known color: Screamin' Green. HEX triplet: 3F, FF and 74. RGB value is (63,255,116). Sum of RGB (Red+Green+Blue) = 63+255+116=434 (57% of max value = 765). Red value is 63 (25% from 255 or 14.52% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF74 is #C0008B. Grayscale: #B6B6B6. Windows color (decimal): -12583052 or 7667519. OLE color: 7667519.
HSL color Cylindrical-coordinate representation of color #3FFF74: hue angle of 136.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFF74 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 116 | - |
| CMYK | 0.75 | 0 | 0.55 | 0 |
| HSL | 136.56º | 1% | 0.62% | - |
| HSV(B) | 136.56º | 0.75% | 1% | - |
| XYZ | 40.96 | 73.84 | 28.62 | - |
| YUV | 181.75 | 90.89 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 116 | 0.75 | 0 | 0.55 | 0 | 136.56 | 1 | 0.62 |
| Hex | 3F | FF | 74 | 4B | 0 | 37 | 0 | 89 | 64 | 3E |
| Octal | 77 | 377 | 164 | 113 | 0 | 67 | 0 | 211 | 144 | 76 |
| Binary | 111111 | 11111111 | 1110100 | 1001011 | 0 | 110111 | 0 | 10001001 | 1100100 | 111110 |
Color Harmonies of #3FFF74
Complementary color
Monochromatic Colors of #3FFF74
Black with #3FFF74
Text Example
Text Example
White with #3FFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF74; }
p { color: rgb(63,255,116); }
H1.HeaderClassName
{
color: #3FFF74;
}
.AnyTagClassName
{
color: #3FFF74;
}
</style>
background-color css
<style>
a { background-color: #3FFF74; }
a { background-color: rgb(63,255,116); }
div.DivClassName
{
background-color: #3FFF74;
}
.BgClassName
{
background-color: #3FFF74;
}
</style>
border-color css
<style>
span { border-color: #3FFF74; }
span { border-color: rgb(63,255,116); }
td.TdClassName
{
border-color: #3FFF74;
}
.TagClassName
{
border-color: #3FFF74;
}
</style>