Shades of Screamin' Green #3DFC51
Tints of Screamin' Green #3DFC51
RGB
CMYK
RGB Variations
Color information
#3DFC51 (or 0x3DFC51) is known color: Screamin' Green. HEX triplet: 3D, FC and 51. RGB value is (61,252,81). Sum of RGB (Red+Green+Blue) = 61+252+81=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFC51 is #C203AE. Grayscale: #AFAFAF. Windows color (decimal): -12714927 or 5372989. OLE color: 5372989.
HSL color Cylindrical-coordinate representation of color #3DFC51: hue angle of 126.28º 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 #3DFC51 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 81 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.01 |
| HSL | 126.28º | 0.97% | 0.61% | - |
| HSV(B) | 126.28º | 0.76% | 0.99% | - |
| XYZ | 38.22 | 71.21 | 19.51 | - |
| YUV | 175.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 81 | 0.76 | 0 | 0.68 | 0.01 | 126.28 | 0.97 | 0.61 |
| Hex | 3D | FC | 51 | 4C | 0 | 44 | 1 | 7E | 61 | 3D |
| Octal | 75 | 374 | 121 | 114 | 0 | 104 | 1 | 176 | 141 | 75 |
| Binary | 111101 | 11111100 | 1010001 | 1001100 | 0 | 1000100 | 1 | 1111110 | 1100001 | 111101 |
Color Harmonies of #3DFC51
Complementary color
Monochromatic Colors of #3DFC51
Black with #3DFC51
Text Example
Text Example
White with #3DFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC51; }
p { color: rgb(61,252,81); }
H1.HeaderClassName
{
color: #3DFC51;
}
.AnyTagClassName
{
color: #3DFC51;
}
</style>
background-color css
<style>
a { background-color: #3DFC51; }
a { background-color: rgb(61,252,81); }
div.DivClassName
{
background-color: #3DFC51;
}
.BgClassName
{
background-color: #3DFC51;
}
</style>
border-color css
<style>
span { border-color: #3DFC51; }
span { border-color: rgb(61,252,81); }
td.TdClassName
{
border-color: #3DFC51;
}
.TagClassName
{
border-color: #3DFC51;
}
</style>