Shades of Screamin' Green #3DFC6D
Tints of Screamin' Green #3DFC6D
RGB
CMYK
RGB Variations
Color information
#3DFC6D (or 0x3DFC6D) is known color: Screamin' Green. HEX triplet: 3D, FC and 6D. RGB value is (61,252,109). Sum of RGB (Red+Green+Blue) = 61+252+109=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFC6D is #C20392. Grayscale: #B2B2B2. Windows color (decimal): -12714899 or 7207997. OLE color: 7207997.
HSL color Cylindrical-coordinate representation of color #3DFC6D: hue angle of 135.08º 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 #3DFC6D is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 109 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.01 |
| HSL | 135.08º | 0.97% | 0.61% | - |
| HSV(B) | 135.08º | 0.76% | 0.99% | - |
| XYZ | 39.5 | 71.72 | 26.23 | - |
| YUV | 178.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 109 | 0.76 | 0 | 0.57 | 0.01 | 135.08 | 0.97 | 0.61 |
| Hex | 3D | FC | 6D | 4C | 0 | 39 | 1 | 87 | 61 | 3D |
| Octal | 75 | 374 | 155 | 114 | 0 | 71 | 1 | 207 | 141 | 75 |
| Binary | 111101 | 11111100 | 1101101 | 1001100 | 0 | 111001 | 1 | 10000111 | 1100001 | 111101 |
Color Harmonies of #3DFC6D
Complementary color
Monochromatic Colors of #3DFC6D
Black with #3DFC6D
Text Example
Text Example
White with #3DFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC6D; }
p { color: rgb(61,252,109); }
H1.HeaderClassName
{
color: #3DFC6D;
}
.AnyTagClassName
{
color: #3DFC6D;
}
</style>
background-color css
<style>
a { background-color: #3DFC6D; }
a { background-color: rgb(61,252,109); }
div.DivClassName
{
background-color: #3DFC6D;
}
.BgClassName
{
background-color: #3DFC6D;
}
</style>
border-color css
<style>
span { border-color: #3DFC6D; }
span { border-color: rgb(61,252,109); }
td.TdClassName
{
border-color: #3DFC6D;
}
.TagClassName
{
border-color: #3DFC6D;
}
</style>