Shades of Screamin' Green #3BFE66
Tints of Screamin' Green #3BFE66
RGB
CMYK
RGB Variations
Color information
#3BFE66 (or 0x3BFE66) is known color: Screamin' Green. HEX triplet: 3B, FE and 66. RGB value is (59,254,102). Sum of RGB (Red+Green+Blue) = 59+254+102=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 254 (99.61% from 255 or 61.20% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFE66 is #C40199. Grayscale: #B2B2B2. Windows color (decimal): -12845466 or 6749755. OLE color: 6749755.
HSL color Cylindrical-coordinate representation of color #3BFE66: hue angle of 133.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE66 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 102 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.00 |
| HSL | 133.23º | 0.99% | 0.61% | - |
| HSV(B) | 133.23º | 0.77% | 1% | - |
| XYZ | 39.64 | 72.77 | 24.53 | - |
| YUV | 178.37 | 84.9 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 102 | 0.77 | 0 | 0.60 | 0.00 | 133.23 | 0.99 | 0.61 |
| Hex | 3B | FE | 66 | 4D | 0 | 3C | 0 | 85 | 63 | 3D |
| Octal | 73 | 376 | 146 | 115 | 0 | 74 | 0 | 205 | 143 | 75 |
| Binary | 111011 | 11111110 | 1100110 | 1001101 | 0 | 111100 | 0 | 10000101 | 1100011 | 111101 |
Color Harmonies of #3BFE66
Complementary color
Monochromatic Colors of #3BFE66
Black with #3BFE66
Text Example
Text Example
White with #3BFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE66; }
p { color: rgb(59,254,102); }
H1.HeaderClassName
{
color: #3BFE66;
}
.AnyTagClassName
{
color: #3BFE66;
}
</style>
background-color css
<style>
a { background-color: #3BFE66; }
a { background-color: rgb(59,254,102); }
div.DivClassName
{
background-color: #3BFE66;
}
.BgClassName
{
background-color: #3BFE66;
}
</style>
border-color css
<style>
span { border-color: #3BFE66; }
span { border-color: rgb(59,254,102); }
td.TdClassName
{
border-color: #3BFE66;
}
.TagClassName
{
border-color: #3BFE66;
}
</style>