Shades of Screamin' Green #3FFB70
Tints of Screamin' Green #3FFB70
RGB
CMYK
RGB Variations
Color information
#3FFB70 (or 0x3FFB70) is known color: Screamin' Green. HEX triplet: 3F, FB and 70. RGB value is (63,251,112). Sum of RGB (Red+Green+Blue) = 63+251+112=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFB70 is #C0048F. Grayscale: #B3B3B3. Windows color (decimal): -12584080 or 7404351. OLE color: 7404351.
HSL color Cylindrical-coordinate representation of color #3FFB70: hue angle of 135.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFB70 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 112 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.02 |
| HSL | 135.64º | 0.96% | 0.62% | - |
| HSV(B) | 135.64º | 0.75% | 0.98% | - |
| XYZ | 39.47 | 71.22 | 27 | - |
| YUV | 178.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 112 | 0.75 | 0 | 0.55 | 0.02 | 135.64 | 0.96 | 0.62 |
| Hex | 3F | FB | 70 | 4B | 0 | 37 | 2 | 88 | 60 | 3E |
| Octal | 77 | 373 | 160 | 113 | 0 | 67 | 2 | 210 | 140 | 76 |
| Binary | 111111 | 11111011 | 1110000 | 1001011 | 0 | 110111 | 10 | 10001000 | 1100000 | 111110 |
Color Harmonies of #3FFB70
Complementary color
Monochromatic Colors of #3FFB70
Black with #3FFB70
Text Example
Text Example
White with #3FFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB70; }
p { color: rgb(63,251,112); }
H1.HeaderClassName
{
color: #3FFB70;
}
.AnyTagClassName
{
color: #3FFB70;
}
</style>
background-color css
<style>
a { background-color: #3FFB70; }
a { background-color: rgb(63,251,112); }
div.DivClassName
{
background-color: #3FFB70;
}
.BgClassName
{
background-color: #3FFB70;
}
</style>
border-color css
<style>
span { border-color: #3FFB70; }
span { border-color: rgb(63,251,112); }
td.TdClassName
{
border-color: #3FFB70;
}
.TagClassName
{
border-color: #3FFB70;
}
</style>