Shades of Screamin' Green #3FFF58
Tints of Screamin' Green #3FFF58
RGB
CMYK
RGB Variations
Color information
#3FFF58 (or 0x3FFF58) is known color: Screamin' Green. HEX triplet: 3F, FF and 58. RGB value is (63,255,88). Sum of RGB (Red+Green+Blue) = 63+255+88=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF58 is #C000A7. Grayscale: #B3B3B3. Windows color (decimal): -12583080 or 5832511. OLE color: 5832511.
HSL color Cylindrical-coordinate representation of color #3FFF58: hue angle of 127.81º 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 #3FFF58 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 88 | - |
| CMYK | 0.75 | 0 | 0.65 | 0 |
| HSL | 127.81º | 1% | 0.62% | - |
| HSV(B) | 127.81º | 0.75% | 1% | - |
| XYZ | 39.57 | 73.28 | 21.29 | - |
| YUV | 178.55 | 76.89 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 88 | 0.75 | 0 | 0.65 | 0 | 127.81 | 1 | 0.62 |
| Hex | 3F | FF | 58 | 4B | 0 | 41 | 0 | 80 | 64 | 3E |
| Octal | 77 | 377 | 130 | 113 | 0 | 101 | 0 | 200 | 144 | 76 |
| Binary | 111111 | 11111111 | 1011000 | 1001011 | 0 | 1000001 | 0 | 10000000 | 1100100 | 111110 |
Color Harmonies of #3FFF58
Complementary color
Monochromatic Colors of #3FFF58
Black with #3FFF58
Text Example
Text Example
White with #3FFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF58; }
p { color: rgb(63,255,88); }
H1.HeaderClassName
{
color: #3FFF58;
}
.AnyTagClassName
{
color: #3FFF58;
}
</style>
background-color css
<style>
a { background-color: #3FFF58; }
a { background-color: rgb(63,255,88); }
div.DivClassName
{
background-color: #3FFF58;
}
.BgClassName
{
background-color: #3FFF58;
}
</style>
border-color css
<style>
span { border-color: #3FFF58; }
span { border-color: rgb(63,255,88); }
td.TdClassName
{
border-color: #3FFF58;
}
.TagClassName
{
border-color: #3FFF58;
}
</style>