Shades of Screamin' Green #3FFE74
Tints of Screamin' Green #3FFE74
RGB
CMYK
RGB Variations
Color information
#3FFE74 (or 0x3FFE74) is known color: Screamin' Green. HEX triplet: 3F, FE and 74. RGB value is (63,254,116). Sum of RGB (Red+Green+Blue) = 63+254+116=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 254 (99.61% from 255 or 58.66% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFE74 is #C0018B. Grayscale: #B5B5B5. Windows color (decimal): -12583308 or 7667263. OLE color: 7667263.
HSL color Cylindrical-coordinate representation of color #3FFE74: hue angle of 136.65º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFE74 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 116 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.00 |
| HSL | 136.65º | 0.99% | 0.62% | - |
| HSV(B) | 136.65º | 0.75% | 1% | - |
| XYZ | 40.64 | 73.2 | 28.51 | - |
| YUV | 181.16 | 91.22 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 116 | 0.75 | 0 | 0.54 | 0.00 | 136.65 | 0.99 | 0.62 |
| Hex | 3F | FE | 74 | 4B | 0 | 36 | 0 | 89 | 63 | 3E |
| Octal | 77 | 376 | 164 | 113 | 0 | 66 | 0 | 211 | 143 | 76 |
| Binary | 111111 | 11111110 | 1110100 | 1001011 | 0 | 110110 | 0 | 10001001 | 1100011 | 111110 |
Color Harmonies of #3FFE74
Complementary color
Monochromatic Colors of #3FFE74
Black with #3FFE74
Text Example
Text Example
White with #3FFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE74; }
p { color: rgb(63,254,116); }
H1.HeaderClassName
{
color: #3FFE74;
}
.AnyTagClassName
{
color: #3FFE74;
}
</style>
background-color css
<style>
a { background-color: #3FFE74; }
a { background-color: rgb(63,254,116); }
div.DivClassName
{
background-color: #3FFE74;
}
.BgClassName
{
background-color: #3FFE74;
}
</style>
border-color css
<style>
span { border-color: #3FFE74; }
span { border-color: rgb(63,254,116); }
td.TdClassName
{
border-color: #3FFE74;
}
.TagClassName
{
border-color: #3FFE74;
}
</style>