Shades of Screamin' Green #3FF866
Tints of Screamin' Green #3FF866
RGB
CMYK
RGB Variations
Color information
#3FF866 (or 0x3FF866) is known color: Screamin' Green. HEX triplet: 3F, F8 and 66. RGB value is (63,248,102). Sum of RGB (Red+Green+Blue) = 63+248+102=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF866 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF866 is #C00799. Grayscale: #B0B0B0. Windows color (decimal): -12584858 or 6748223. OLE color: 6748223.
HSL color Cylindrical-coordinate representation of color #3FF866: hue angle of 132.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF866 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 102 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.03 |
| HSL | 132.65º | 0.93% | 0.61% | - |
| HSV(B) | 132.65º | 0.75% | 0.97% | - |
| XYZ | 38.02 | 69.15 | 23.91 | - |
| YUV | 176.04 | 86.21 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 102 | 0.75 | 0 | 0.59 | 0.03 | 132.65 | 0.93 | 0.61 |
| Hex | 3F | F8 | 66 | 4B | 0 | 3B | 3 | 85 | 5D | 3D |
| Octal | 77 | 370 | 146 | 113 | 0 | 73 | 3 | 205 | 135 | 75 |
| Binary | 111111 | 11111000 | 1100110 | 1001011 | 0 | 111011 | 11 | 10000101 | 1011101 | 111101 |
Color Harmonies of #3FF866
Complementary color
Monochromatic Colors of #3FF866
Black with #3FF866
Text Example
Text Example
White with #3FF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF866; }
p { color: rgb(63,248,102); }
H1.HeaderClassName
{
color: #3FF866;
}
.AnyTagClassName
{
color: #3FF866;
}
</style>
background-color css
<style>
a { background-color: #3FF866; }
a { background-color: rgb(63,248,102); }
div.DivClassName
{
background-color: #3FF866;
}
.BgClassName
{
background-color: #3FF866;
}
</style>
border-color css
<style>
span { border-color: #3FF866; }
span { border-color: rgb(63,248,102); }
td.TdClassName
{
border-color: #3FF866;
}
.TagClassName
{
border-color: #3FF866;
}
</style>