Shades of Screamin' Green #3DFC5C
Tints of Screamin' Green #3DFC5C
RGB
CMYK
RGB Variations
Color information
#3DFC5C (or 0x3DFC5C) is known color: Screamin' Green. HEX triplet: 3D, FC and 5C. RGB value is (61,252,92). Sum of RGB (Red+Green+Blue) = 61+252+92=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFC5C is #C203A3. Grayscale: #B1B1B1. Windows color (decimal): -12714916 or 6093885. OLE color: 6093885.
HSL color Cylindrical-coordinate representation of color #3DFC5C: hue angle of 129.74º 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 #3DFC5C is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 92 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.01 |
| HSL | 129.74º | 0.97% | 0.61% | - |
| HSV(B) | 129.74º | 0.76% | 0.99% | - |
| XYZ | 38.67 | 71.39 | 21.87 | - |
| YUV | 176.65 | 80.22 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 92 | 0.76 | 0 | 0.63 | 0.01 | 129.74 | 0.97 | 0.61 |
| Hex | 3D | FC | 5C | 4C | 0 | 3F | 1 | 82 | 61 | 3D |
| Octal | 75 | 374 | 134 | 114 | 0 | 77 | 1 | 202 | 141 | 75 |
| Binary | 111101 | 11111100 | 1011100 | 1001100 | 0 | 111111 | 1 | 10000010 | 1100001 | 111101 |
Color Harmonies of #3DFC5C
Complementary color
Monochromatic Colors of #3DFC5C
Black with #3DFC5C
Text Example
Text Example
White with #3DFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC5C; }
p { color: rgb(61,252,92); }
H1.HeaderClassName
{
color: #3DFC5C;
}
.AnyTagClassName
{
color: #3DFC5C;
}
</style>
background-color css
<style>
a { background-color: #3DFC5C; }
a { background-color: rgb(61,252,92); }
div.DivClassName
{
background-color: #3DFC5C;
}
.BgClassName
{
background-color: #3DFC5C;
}
</style>
border-color css
<style>
span { border-color: #3DFC5C; }
span { border-color: rgb(61,252,92); }
td.TdClassName
{
border-color: #3DFC5C;
}
.TagClassName
{
border-color: #3DFC5C;
}
</style>