Shades of Screamin' Green #3BFD4D
Tints of Screamin' Green #3BFD4D
RGB
CMYK
RGB Variations
Color information
#3BFD4D (or 0x3BFD4D) is known color: Screamin' Green. HEX triplet: 3B, FD and 4D. RGB value is (59,253,77). Sum of RGB (Red+Green+Blue) = 59+253+77=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 253 (99.22% from 255 or 65.04% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFD4D is #C402B2. Grayscale: #AFAFAF. Windows color (decimal): -12845747 or 5111099. OLE color: 5111099.
HSL color Cylindrical-coordinate representation of color #3BFD4D: hue angle of 125.57º 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 #3BFD4D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 77 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.01 |
| HSL | 125.57º | 0.98% | 0.61% | - |
| HSV(B) | 125.57º | 0.77% | 0.99% | - |
| XYZ | 38.27 | 71.72 | 18.85 | - |
| YUV | 174.93 | 72.73 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 77 | 0.77 | 0 | 0.70 | 0.01 | 125.57 | 0.98 | 0.61 |
| Hex | 3B | FD | 4D | 4D | 0 | 46 | 1 | 7E | 62 | 3D |
| Octal | 73 | 375 | 115 | 115 | 0 | 106 | 1 | 176 | 142 | 75 |
| Binary | 111011 | 11111101 | 1001101 | 1001101 | 0 | 1000110 | 1 | 1111110 | 1100010 | 111101 |
Color Harmonies of #3BFD4D
Complementary color
Monochromatic Colors of #3BFD4D
Black with #3BFD4D
Text Example
Text Example
White with #3BFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD4D; }
p { color: rgb(59,253,77); }
H1.HeaderClassName
{
color: #3BFD4D;
}
.AnyTagClassName
{
color: #3BFD4D;
}
</style>
background-color css
<style>
a { background-color: #3BFD4D; }
a { background-color: rgb(59,253,77); }
div.DivClassName
{
background-color: #3BFD4D;
}
.BgClassName
{
background-color: #3BFD4D;
}
</style>
border-color css
<style>
span { border-color: #3BFD4D; }
span { border-color: rgb(59,253,77); }
td.TdClassName
{
border-color: #3BFD4D;
}
.TagClassName
{
border-color: #3BFD4D;
}
</style>