Shades of Screamin' Green #3DF46D
Tints of Screamin' Green #3DF46D
RGB
CMYK
RGB Variations
Color information
#3DF46D (or 0x3DF46D) is known color: Screamin' Green. HEX triplet: 3D, F4 and 6D. RGB value is (61,244,109). Sum of RGB (Red+Green+Blue) = 61+244+109=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 244 (95.70% from 255 or 58.94% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF46D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF46D is #C20B92. Grayscale: #AEAEAE. Windows color (decimal): -12716947 or 7205949. OLE color: 7205949.
HSL color Cylindrical-coordinate representation of color #3DF46D: hue angle of 135.74º 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 #3DF46D is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 109 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.04 |
| HSL | 135.74º | 0.89% | 0.6% | - |
| HSV(B) | 135.74º | 0.75% | 0.96% | - |
| XYZ | 37.04 | 66.8 | 25.41 | - |
| YUV | 173.89 | 91.37 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 109 | 0.75 | 0 | 0.55 | 0.04 | 135.74 | 0.89 | 0.6 |
| Hex | 3D | F4 | 6D | 4B | 0 | 37 | 4 | 88 | 59 | 3C |
| Octal | 75 | 364 | 155 | 113 | 0 | 67 | 4 | 210 | 131 | 74 |
| Binary | 111101 | 11110100 | 1101101 | 1001011 | 0 | 110111 | 100 | 10001000 | 1011001 | 111100 |
Color Harmonies of #3DF46D
Complementary color
Monochromatic Colors of #3DF46D
Black with #3DF46D
Text Example
Text Example
White with #3DF46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF46D; }
p { color: rgb(61,244,109); }
H1.HeaderClassName
{
color: #3DF46D;
}
.AnyTagClassName
{
color: #3DF46D;
}
</style>
background-color css
<style>
a { background-color: #3DF46D; }
a { background-color: rgb(61,244,109); }
div.DivClassName
{
background-color: #3DF46D;
}
.BgClassName
{
background-color: #3DF46D;
}
</style>
border-color css
<style>
span { border-color: #3DF46D; }
span { border-color: rgb(61,244,109); }
td.TdClassName
{
border-color: #3DF46D;
}
.TagClassName
{
border-color: #3DF46D;
}
</style>