Shades of Screamin' Green #3FF061
Tints of Screamin' Green #3FF061
RGB
CMYK
RGB Variations
Color information
#3FF061 (or 0x3FF061) is known color: Screamin' Green. HEX triplet: 3F, F0 and 61. RGB value is (63,240,97). Sum of RGB (Red+Green+Blue) = 63+240+97=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF061 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF061 is #C00F9E. Grayscale: #ABABAB. Windows color (decimal): -12586911 or 6418495. OLE color: 6418495.
HSL color Cylindrical-coordinate representation of color #3FF061: hue angle of 131.53º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF061 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 97 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.06 |
| HSL | 131.53º | 0.86% | 0.59% | - |
| HSV(B) | 131.53º | 0.74% | 0.94% | - |
| XYZ | 35.37 | 64.24 | 21.84 | - |
| YUV | 170.78 | 86.36 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 97 | 0.74 | 0 | 0.60 | 0.06 | 131.53 | 0.86 | 0.59 |
| Hex | 3F | F0 | 61 | 4A | 0 | 3C | 6 | 84 | 56 | 3B |
| Octal | 77 | 360 | 141 | 112 | 0 | 74 | 6 | 204 | 126 | 73 |
| Binary | 111111 | 11110000 | 1100001 | 1001010 | 0 | 111100 | 110 | 10000100 | 1010110 | 111011 |
Color Harmonies of #3FF061
Complementary color
Monochromatic Colors of #3FF061
Black with #3FF061
Text Example
Text Example
White with #3FF061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF061; }
p { color: rgb(63,240,97); }
H1.HeaderClassName
{
color: #3FF061;
}
.AnyTagClassName
{
color: #3FF061;
}
</style>
background-color css
<style>
a { background-color: #3FF061; }
a { background-color: rgb(63,240,97); }
div.DivClassName
{
background-color: #3FF061;
}
.BgClassName
{
background-color: #3FF061;
}
</style>
border-color css
<style>
span { border-color: #3FF061; }
span { border-color: rgb(63,240,97); }
td.TdClassName
{
border-color: #3FF061;
}
.TagClassName
{
border-color: #3FF061;
}
</style>