Shades of Screamin' Green #3DF44E
Tints of Screamin' Green #3DF44E
RGB
CMYK
RGB Variations
Color information
#3DF44E (or 0x3DF44E) is known color: Screamin' Green. HEX triplet: 3D, F4 and 4E. RGB value is (61,244,78). Sum of RGB (Red+Green+Blue) = 61+244+78=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 244 (95.70% from 255 or 63.71% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF44E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF44E is #C20BB1. Grayscale: #AAAAAA. Windows color (decimal): -12716978 or 5174333. OLE color: 5174333.
HSL color Cylindrical-coordinate representation of color #3DF44E: hue angle of 125.57º 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 #3DF44E is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 78 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.04 |
| HSL | 125.57º | 0.89% | 0.6% | - |
| HSV(B) | 125.57º | 0.75% | 0.96% | - |
| XYZ | 35.65 | 66.24 | 18.12 | - |
| YUV | 170.36 | 75.87 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 78 | 0.75 | 0 | 0.68 | 0.04 | 125.57 | 0.89 | 0.6 |
| Hex | 3D | F4 | 4E | 4B | 0 | 44 | 4 | 7E | 59 | 3C |
| Octal | 75 | 364 | 116 | 113 | 0 | 104 | 4 | 176 | 131 | 74 |
| Binary | 111101 | 11110100 | 1001110 | 1001011 | 0 | 1000100 | 100 | 1111110 | 1011001 | 111100 |
Color Harmonies of #3DF44E
Complementary color
Monochromatic Colors of #3DF44E
Black with #3DF44E
Text Example
Text Example
White with #3DF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF44E; }
p { color: rgb(61,244,78); }
H1.HeaderClassName
{
color: #3DF44E;
}
.AnyTagClassName
{
color: #3DF44E;
}
</style>
background-color css
<style>
a { background-color: #3DF44E; }
a { background-color: rgb(61,244,78); }
div.DivClassName
{
background-color: #3DF44E;
}
.BgClassName
{
background-color: #3DF44E;
}
</style>
border-color css
<style>
span { border-color: #3DF44E; }
span { border-color: rgb(61,244,78); }
td.TdClassName
{
border-color: #3DF44E;
}
.TagClassName
{
border-color: #3DF44E;
}
</style>