Shades of Screamin' Green #3FFF55
Tints of Screamin' Green #3FFF55
RGB
CMYK
RGB Variations
Color information
#3FFF55 (or 0x3FFF55) is known color: Screamin' Green. HEX triplet: 3F, FF and 55. RGB value is (63,255,85). Sum of RGB (Red+Green+Blue) = 63+255+85=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF55 is #C000AA. Grayscale: #B2B2B2. Windows color (decimal): -12583083 or 5635903. OLE color: 5635903.
HSL color Cylindrical-coordinate representation of color #3FFF55: hue angle of 126.87º 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 #3FFF55 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 85 | - |
| CMYK | 0.75 | 0 | 0.67 | 0 |
| HSL | 126.88º | 1% | 0.62% | - |
| HSV(B) | 126.88º | 0.75% | 1% | - |
| XYZ | 39.45 | 73.23 | 20.65 | - |
| YUV | 178.21 | 75.39 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 85 | 0.75 | 0 | 0.67 | 0 | 126.88 | 1 | 0.62 |
| Hex | 3F | FF | 55 | 4B | 0 | 43 | 0 | 7F | 64 | 3E |
| Octal | 77 | 377 | 125 | 113 | 0 | 103 | 0 | 177 | 144 | 76 |
| Binary | 111111 | 11111111 | 1010101 | 1001011 | 0 | 1000011 | 0 | 1111111 | 1100100 | 111110 |
Color Harmonies of #3FFF55
Complementary color
Monochromatic Colors of #3FFF55
Black with #3FFF55
Text Example
Text Example
White with #3FFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF55; }
p { color: rgb(63,255,85); }
H1.HeaderClassName
{
color: #3FFF55;
}
.AnyTagClassName
{
color: #3FFF55;
}
</style>
background-color css
<style>
a { background-color: #3FFF55; }
a { background-color: rgb(63,255,85); }
div.DivClassName
{
background-color: #3FFF55;
}
.BgClassName
{
background-color: #3FFF55;
}
</style>
border-color css
<style>
span { border-color: #3FFF55; }
span { border-color: rgb(63,255,85); }
td.TdClassName
{
border-color: #3FFF55;
}
.TagClassName
{
border-color: #3FFF55;
}
</style>