Shades of Screamin' Green #3FFA70
Tints of Screamin' Green #3FFA70
RGB
CMYK
RGB Variations
Color information
#3FFA70 (or 0x3FFA70) is known color: Screamin' Green. HEX triplet: 3F, FA and 70. RGB value is (63,250,112). Sum of RGB (Red+Green+Blue) = 63+250+112=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFA70 is #C0058F. Grayscale: #B2B2B2. Windows color (decimal): -12584336 or 7404095. OLE color: 7404095.
HSL color Cylindrical-coordinate representation of color #3FFA70: hue angle of 135.72º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA70 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 112 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.02 |
| HSL | 135.72º | 0.95% | 0.61% | - |
| HSV(B) | 135.72º | 0.75% | 0.98% | - |
| XYZ | 39.16 | 70.6 | 26.89 | - |
| YUV | 178.36 | 90.55 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 112 | 0.75 | 0 | 0.55 | 0.02 | 135.72 | 0.95 | 0.61 |
| Hex | 3F | FA | 70 | 4B | 0 | 37 | 2 | 88 | 5F | 3D |
| Octal | 77 | 372 | 160 | 113 | 0 | 67 | 2 | 210 | 137 | 75 |
| Binary | 111111 | 11111010 | 1110000 | 1001011 | 0 | 110111 | 10 | 10001000 | 1011111 | 111101 |
Color Harmonies of #3FFA70
Complementary color
Monochromatic Colors of #3FFA70
Black with #3FFA70
Text Example
Text Example
White with #3FFA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA70; }
p { color: rgb(63,250,112); }
H1.HeaderClassName
{
color: #3FFA70;
}
.AnyTagClassName
{
color: #3FFA70;
}
</style>
background-color css
<style>
a { background-color: #3FFA70; }
a { background-color: rgb(63,250,112); }
div.DivClassName
{
background-color: #3FFA70;
}
.BgClassName
{
background-color: #3FFA70;
}
</style>
border-color css
<style>
span { border-color: #3FFA70; }
span { border-color: rgb(63,250,112); }
td.TdClassName
{
border-color: #3FFA70;
}
.TagClassName
{
border-color: #3FFA70;
}
</style>