Shades of Screamin' Green #3DFC47
Tints of Screamin' Green #3DFC47
RGB
CMYK
RGB Variations
Color information
#3DFC47 (or 0x3DFC47) is known color: Screamin' Green. HEX triplet: 3D, FC and 47. RGB value is (61,252,71). Sum of RGB (Red+Green+Blue) = 61+252+71=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 252 (98.83% from 255 or 65.62% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFC47 is #C203B8. Grayscale: #AEAEAE. Windows color (decimal): -12714937 or 4717629. OLE color: 4717629.
HSL color Cylindrical-coordinate representation of color #3DFC47: hue angle of 123.14º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFC47 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 71 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.01 |
| HSL | 123.14º | 0.97% | 0.61% | - |
| HSV(B) | 123.14º | 0.76% | 0.99% | - |
| XYZ | 37.87 | 71.07 | 17.68 | - |
| YUV | 174.26 | 69.72 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 71 | 0.76 | 0 | 0.72 | 0.01 | 123.14 | 0.97 | 0.61 |
| Hex | 3D | FC | 47 | 4C | 0 | 48 | 1 | 7B | 61 | 3D |
| Octal | 75 | 374 | 107 | 114 | 0 | 110 | 1 | 173 | 141 | 75 |
| Binary | 111101 | 11111100 | 1000111 | 1001100 | 0 | 1001000 | 1 | 1111011 | 1100001 | 111101 |
Color Harmonies of #3DFC47
Complementary color
Monochromatic Colors of #3DFC47
Black with #3DFC47
Text Example
Text Example
White with #3DFC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC47; }
p { color: rgb(61,252,71); }
H1.HeaderClassName
{
color: #3DFC47;
}
.AnyTagClassName
{
color: #3DFC47;
}
</style>
background-color css
<style>
a { background-color: #3DFC47; }
a { background-color: rgb(61,252,71); }
div.DivClassName
{
background-color: #3DFC47;
}
.BgClassName
{
background-color: #3DFC47;
}
</style>
border-color css
<style>
span { border-color: #3DFC47; }
span { border-color: rgb(61,252,71); }
td.TdClassName
{
border-color: #3DFC47;
}
.TagClassName
{
border-color: #3DFC47;
}
</style>