Shades of Screamin' Green #3DFC73
Tints of Screamin' Green #3DFC73
RGB
CMYK
RGB Variations
Color information
#3DFC73 (or 0x3DFC73) is known color: Screamin' Green. HEX triplet: 3D, FC and 73. RGB value is (61,252,115). Sum of RGB (Red+Green+Blue) = 61+252+115=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFC73 is #C2038C. Grayscale: #B3B3B3. Windows color (decimal): -12714893 or 7601213. OLE color: 7601213.
HSL color Cylindrical-coordinate representation of color #3DFC73: hue angle of 136.96º 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 #3DFC73 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 115 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.01 |
| HSL | 136.96º | 0.97% | 0.61% | - |
| HSV(B) | 136.96º | 0.76% | 0.99% | - |
| XYZ | 39.83 | 71.85 | 27.99 | - |
| YUV | 179.27 | 91.72 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 115 | 0.76 | 0 | 0.54 | 0.01 | 136.96 | 0.97 | 0.61 |
| Hex | 3D | FC | 73 | 4C | 0 | 36 | 1 | 89 | 61 | 3D |
| Octal | 75 | 374 | 163 | 114 | 0 | 66 | 1 | 211 | 141 | 75 |
| Binary | 111101 | 11111100 | 1110011 | 1001100 | 0 | 110110 | 1 | 10001001 | 1100001 | 111101 |
Color Harmonies of #3DFC73
Complementary color
Monochromatic Colors of #3DFC73
Black with #3DFC73
Text Example
Text Example
White with #3DFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC73; }
p { color: rgb(61,252,115); }
H1.HeaderClassName
{
color: #3DFC73;
}
.AnyTagClassName
{
color: #3DFC73;
}
</style>
background-color css
<style>
a { background-color: #3DFC73; }
a { background-color: rgb(61,252,115); }
div.DivClassName
{
background-color: #3DFC73;
}
.BgClassName
{
background-color: #3DFC73;
}
</style>
border-color css
<style>
span { border-color: #3DFC73; }
span { border-color: rgb(61,252,115); }
td.TdClassName
{
border-color: #3DFC73;
}
.TagClassName
{
border-color: #3DFC73;
}
</style>