Shades of Screamin' Green #3FFF50
Tints of Screamin' Green #3FFF50
RGB
CMYK
RGB Variations
Color information
#3FFF50 (or 0x3FFF50) is known color: Screamin' Green. HEX triplet: 3F, FF and 50. RGB value is (63,255,80). Sum of RGB (Red+Green+Blue) = 63+255+80=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF50 is #C000AF. Grayscale: #B2B2B2. Windows color (decimal): -12583088 or 5308223. OLE color: 5308223.
HSL color Cylindrical-coordinate representation of color #3FFF50: hue angle of 125.31º 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 #3FFF50 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 80 | - |
| CMYK | 0.75 | 0 | 0.69 | 0 |
| HSL | 125.31º | 1% | 0.62% | - |
| HSV(B) | 125.31º | 0.75% | 1% | - |
| XYZ | 39.26 | 73.16 | 19.64 | - |
| YUV | 177.64 | 72.89 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 80 | 0.75 | 0 | 0.69 | 0 | 125.31 | 1 | 0.62 |
| Hex | 3F | FF | 50 | 4B | 0 | 45 | 0 | 7D | 64 | 3E |
| Octal | 77 | 377 | 120 | 113 | 0 | 105 | 0 | 175 | 144 | 76 |
| Binary | 111111 | 11111111 | 1010000 | 1001011 | 0 | 1000101 | 0 | 1111101 | 1100100 | 111110 |
Color Harmonies of #3FFF50
Complementary color
Monochromatic Colors of #3FFF50
Black with #3FFF50
Text Example
Text Example
White with #3FFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF50; }
p { color: rgb(63,255,80); }
H1.HeaderClassName
{
color: #3FFF50;
}
.AnyTagClassName
{
color: #3FFF50;
}
</style>
background-color css
<style>
a { background-color: #3FFF50; }
a { background-color: rgb(63,255,80); }
div.DivClassName
{
background-color: #3FFF50;
}
.BgClassName
{
background-color: #3FFF50;
}
</style>
border-color css
<style>
span { border-color: #3FFF50; }
span { border-color: rgb(63,255,80); }
td.TdClassName
{
border-color: #3FFF50;
}
.TagClassName
{
border-color: #3FFF50;
}
</style>