Shades of Screamin' Green #3DF74E
Tints of Screamin' Green #3DF74E
RGB
CMYK
RGB Variations
Color information
#3DF74E (or 0x3DF74E) is known color: Screamin' Green. HEX triplet: 3D, F7 and 4E. RGB value is (61,247,78). Sum of RGB (Red+Green+Blue) = 61+247+78=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF74E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF74E is #C208B1. Grayscale: #ACACAC. Windows color (decimal): -12716210 or 5175101. OLE color: 5175101.
HSL color Cylindrical-coordinate representation of color #3DF74E: hue angle of 125.48º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF74E is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 78 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.03 |
| HSL | 125.48º | 0.92% | 0.6% | - |
| HSV(B) | 125.48º | 0.75% | 0.97% | - |
| XYZ | 36.56 | 68.06 | 18.42 | - |
| YUV | 172.12 | 74.88 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 78 | 0.75 | 0 | 0.68 | 0.03 | 125.48 | 0.92 | 0.6 |
| Hex | 3D | F7 | 4E | 4B | 0 | 44 | 3 | 7D | 5C | 3C |
| Octal | 75 | 367 | 116 | 113 | 0 | 104 | 3 | 175 | 134 | 74 |
| Binary | 111101 | 11110111 | 1001110 | 1001011 | 0 | 1000100 | 11 | 1111101 | 1011100 | 111100 |
Color Harmonies of #3DF74E
Complementary color
Monochromatic Colors of #3DF74E
Black with #3DF74E
Text Example
Text Example
White with #3DF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF74E; }
p { color: rgb(61,247,78); }
H1.HeaderClassName
{
color: #3DF74E;
}
.AnyTagClassName
{
color: #3DF74E;
}
</style>
background-color css
<style>
a { background-color: #3DF74E; }
a { background-color: rgb(61,247,78); }
div.DivClassName
{
background-color: #3DF74E;
}
.BgClassName
{
background-color: #3DF74E;
}
</style>
border-color css
<style>
span { border-color: #3DF74E; }
span { border-color: rgb(61,247,78); }
td.TdClassName
{
border-color: #3DF74E;
}
.TagClassName
{
border-color: #3DF74E;
}
</style>