Shades of Screamin' Green #3FFF68
Tints of Screamin' Green #3FFF68
RGB
CMYK
RGB Variations
Color information
#3FFF68 (or 0x3FFF68) is known color: Screamin' Green. HEX triplet: 3F, FF and 68. RGB value is (63,255,104). Sum of RGB (Red+Green+Blue) = 63+255+104=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFF68 is #C00097. Grayscale: #B4B4B4. Windows color (decimal): -12583064 or 6881087. OLE color: 6881087.
HSL color Cylindrical-coordinate representation of color #3FFF68: hue angle of 132.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 #3FFF68 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 104 | - |
| CMYK | 0.75 | 0 | 0.59 | 0 |
| HSL | 132.81º | 1% | 0.62% | - |
| HSV(B) | 132.81º | 0.75% | 1% | - |
| XYZ | 40.31 | 73.58 | 25.17 | - |
| YUV | 180.38 | 84.89 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 104 | 0.75 | 0 | 0.59 | 0 | 132.81 | 1 | 0.62 |
| Hex | 3F | FF | 68 | 4B | 0 | 3B | 0 | 85 | 64 | 3E |
| Octal | 77 | 377 | 150 | 113 | 0 | 73 | 0 | 205 | 144 | 76 |
| Binary | 111111 | 11111111 | 1101000 | 1001011 | 0 | 111011 | 0 | 10000101 | 1100100 | 111110 |
Color Harmonies of #3FFF68
Complementary color
Monochromatic Colors of #3FFF68
Black with #3FFF68
Text Example
Text Example
White with #3FFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF68; }
p { color: rgb(63,255,104); }
H1.HeaderClassName
{
color: #3FFF68;
}
.AnyTagClassName
{
color: #3FFF68;
}
</style>
background-color css
<style>
a { background-color: #3FFF68; }
a { background-color: rgb(63,255,104); }
div.DivClassName
{
background-color: #3FFF68;
}
.BgClassName
{
background-color: #3FFF68;
}
</style>
border-color css
<style>
span { border-color: #3FFF68; }
span { border-color: rgb(63,255,104); }
td.TdClassName
{
border-color: #3FFF68;
}
.TagClassName
{
border-color: #3FFF68;
}
</style>