Shades of Screamin' Green #3BFD7D
Tints of Screamin' Green #3BFD7D
RGB
CMYK
RGB Variations
Color information
#3BFD7D (or 0x3BFD7D) is known color: Screamin' Green. HEX triplet: 3B, FD and 7D. RGB value is (59,253,125). Sum of RGB (Red+Green+Blue) = 59+253+125=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFD7D is #C40282. Grayscale: #B4B4B4. Windows color (decimal): -12845699 or 8256827. OLE color: 8256827.
HSL color Cylindrical-coordinate representation of color #3BFD7D: hue angle of 140.41º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD7D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 125 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.01 |
| HSL | 140.41º | 0.98% | 0.61% | - |
| HSV(B) | 140.41º | 0.77% | 0.99% | - |
| XYZ | 40.63 | 72.66 | 31.29 | - |
| YUV | 180.4 | 96.73 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 125 | 0.77 | 0 | 0.51 | 0.01 | 140.41 | 0.98 | 0.61 |
| Hex | 3B | FD | 7D | 4D | 0 | 33 | 1 | 8C | 62 | 3D |
| Octal | 73 | 375 | 175 | 115 | 0 | 63 | 1 | 214 | 142 | 75 |
| Binary | 111011 | 11111101 | 1111101 | 1001101 | 0 | 110011 | 1 | 10001100 | 1100010 | 111101 |
Color Harmonies of #3BFD7D
Complementary color
Monochromatic Colors of #3BFD7D
Black with #3BFD7D
Text Example
Text Example
White with #3BFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD7D; }
p { color: rgb(59,253,125); }
H1.HeaderClassName
{
color: #3BFD7D;
}
.AnyTagClassName
{
color: #3BFD7D;
}
</style>
background-color css
<style>
a { background-color: #3BFD7D; }
a { background-color: rgb(59,253,125); }
div.DivClassName
{
background-color: #3BFD7D;
}
.BgClassName
{
background-color: #3BFD7D;
}
</style>
border-color css
<style>
span { border-color: #3BFD7D; }
span { border-color: rgb(59,253,125); }
td.TdClassName
{
border-color: #3BFD7D;
}
.TagClassName
{
border-color: #3BFD7D;
}
</style>