Shades of Screamin' Green #3BFD74
Tints of Screamin' Green #3BFD74
RGB
CMYK
RGB Variations
Color information
#3BFD74 (or 0x3BFD74) is known color: Screamin' Green. HEX triplet: 3B, FD and 74. RGB value is (59,253,116). Sum of RGB (Red+Green+Blue) = 59+253+116=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFD74 is #C4028B. Grayscale: #B3B3B3. Windows color (decimal): -12845708 or 7667003. OLE color: 7667003.
HSL color Cylindrical-coordinate representation of color #3BFD74: hue angle of 137.63º 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 #3BFD74 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 116 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.01 |
| HSL | 137.63º | 0.98% | 0.61% | - |
| HSV(B) | 137.63º | 0.77% | 0.99% | - |
| XYZ | 40.08 | 72.44 | 28.39 | - |
| YUV | 179.38 | 92.23 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 116 | 0.77 | 0 | 0.54 | 0.01 | 137.63 | 0.98 | 0.61 |
| Hex | 3B | FD | 74 | 4D | 0 | 36 | 1 | 8A | 62 | 3D |
| Octal | 73 | 375 | 164 | 115 | 0 | 66 | 1 | 212 | 142 | 75 |
| Binary | 111011 | 11111101 | 1110100 | 1001101 | 0 | 110110 | 1 | 10001010 | 1100010 | 111101 |
Color Harmonies of #3BFD74
Complementary color
Monochromatic Colors of #3BFD74
Black with #3BFD74
Text Example
Text Example
White with #3BFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD74; }
p { color: rgb(59,253,116); }
H1.HeaderClassName
{
color: #3BFD74;
}
.AnyTagClassName
{
color: #3BFD74;
}
</style>
background-color css
<style>
a { background-color: #3BFD74; }
a { background-color: rgb(59,253,116); }
div.DivClassName
{
background-color: #3BFD74;
}
.BgClassName
{
background-color: #3BFD74;
}
</style>
border-color css
<style>
span { border-color: #3BFD74; }
span { border-color: rgb(59,253,116); }
td.TdClassName
{
border-color: #3BFD74;
}
.TagClassName
{
border-color: #3BFD74;
}
</style>