Shades of Screamin' Green #3DF45C
Tints of Screamin' Green #3DF45C
RGB
CMYK
RGB Variations
Color information
#3DF45C (or 0x3DF45C) is known color: Screamin' Green. HEX triplet: 3D, F4 and 5C. RGB value is (61,244,92). Sum of RGB (Red+Green+Blue) = 61+244+92=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 244 (95.70% from 255 or 61.46% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF45C is #C20BA3. Grayscale: #ACACAC. Windows color (decimal): -12716964 or 6091837. OLE color: 6091837.
HSL color Cylindrical-coordinate representation of color #3DF45C: hue angle of 130.16º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF45C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 92 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.04 |
| HSL | 130.16º | 0.89% | 0.6% | - |
| HSV(B) | 130.16º | 0.75% | 0.96% | - |
| XYZ | 36.21 | 66.47 | 21.05 | - |
| YUV | 171.96 | 82.87 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 92 | 0.75 | 0 | 0.62 | 0.04 | 130.16 | 0.89 | 0.6 |
| Hex | 3D | F4 | 5C | 4B | 0 | 3E | 4 | 82 | 59 | 3C |
| Octal | 75 | 364 | 134 | 113 | 0 | 76 | 4 | 202 | 131 | 74 |
| Binary | 111101 | 11110100 | 1011100 | 1001011 | 0 | 111110 | 100 | 10000010 | 1011001 | 111100 |
Color Harmonies of #3DF45C
Complementary color
Monochromatic Colors of #3DF45C
Black with #3DF45C
Text Example
Text Example
White with #3DF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF45C; }
p { color: rgb(61,244,92); }
H1.HeaderClassName
{
color: #3DF45C;
}
.AnyTagClassName
{
color: #3DF45C;
}
</style>
background-color css
<style>
a { background-color: #3DF45C; }
a { background-color: rgb(61,244,92); }
div.DivClassName
{
background-color: #3DF45C;
}
.BgClassName
{
background-color: #3DF45C;
}
</style>
border-color css
<style>
span { border-color: #3DF45C; }
span { border-color: rgb(61,244,92); }
td.TdClassName
{
border-color: #3DF45C;
}
.TagClassName
{
border-color: #3DF45C;
}
</style>