Shades of Screamin' Green #3FF64F
Tints of Screamin' Green #3FF64F
RGB
CMYK
RGB Variations
Color information
#3FF64F (or 0x3FF64F) is known color: Screamin' Green. HEX triplet: 3F, F6 and 4F. RGB value is (63,246,79). Sum of RGB (Red+Green+Blue) = 63+246+79=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF64F is #C009B0. Grayscale: #ACACAC. Windows color (decimal): -12585393 or 5240383. OLE color: 5240383.
HSL color Cylindrical-coordinate representation of color #3FF64F: hue angle of 125.25º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF64F is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 79 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.04 |
| HSL | 125.25º | 0.91% | 0.61% | - |
| HSV(B) | 125.25º | 0.74% | 0.96% | - |
| XYZ | 36.42 | 67.53 | 18.51 | - |
| YUV | 172.25 | 75.37 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 79 | 0.74 | 0 | 0.68 | 0.04 | 125.25 | 0.91 | 0.61 |
| Hex | 3F | F6 | 4F | 4A | 0 | 44 | 4 | 7D | 5B | 3D |
| Octal | 77 | 366 | 117 | 112 | 0 | 104 | 4 | 175 | 133 | 75 |
| Binary | 111111 | 11110110 | 1001111 | 1001010 | 0 | 1000100 | 100 | 1111101 | 1011011 | 111101 |
Color Harmonies of #3FF64F
Complementary color
Monochromatic Colors of #3FF64F
Black with #3FF64F
Text Example
Text Example
White with #3FF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF64F; }
p { color: rgb(63,246,79); }
H1.HeaderClassName
{
color: #3FF64F;
}
.AnyTagClassName
{
color: #3FF64F;
}
</style>
background-color css
<style>
a { background-color: #3FF64F; }
a { background-color: rgb(63,246,79); }
div.DivClassName
{
background-color: #3FF64F;
}
.BgClassName
{
background-color: #3FF64F;
}
</style>
border-color css
<style>
span { border-color: #3FF64F; }
span { border-color: rgb(63,246,79); }
td.TdClassName
{
border-color: #3FF64F;
}
.TagClassName
{
border-color: #3FF64F;
}
</style>