Shades of Screamin' Green #3DF74B
Tints of Screamin' Green #3DF74B
RGB
CMYK
RGB Variations
Color information
#3DF74B (or 0x3DF74B) is known color: Screamin' Green. HEX triplet: 3D, F7 and 4B. RGB value is (61,247,75). Sum of RGB (Red+Green+Blue) = 61+247+75=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF74B is #C208B4. Grayscale: #ACACAC. Windows color (decimal): -12716213 or 4978493. OLE color: 4978493.
HSL color Cylindrical-coordinate representation of color #3DF74B: hue angle of 124.52º 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 #3DF74B is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 75 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.03 |
| HSL | 124.52º | 0.92% | 0.6% | - |
| HSV(B) | 124.52º | 0.75% | 0.97% | - |
| XYZ | 36.46 | 68.02 | 17.86 | - |
| YUV | 171.78 | 73.38 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 75 | 0.75 | 0 | 0.70 | 0.03 | 124.52 | 0.92 | 0.6 |
| Hex | 3D | F7 | 4B | 4B | 0 | 46 | 3 | 7D | 5C | 3C |
| Octal | 75 | 367 | 113 | 113 | 0 | 106 | 3 | 175 | 134 | 74 |
| Binary | 111101 | 11110111 | 1001011 | 1001011 | 0 | 1000110 | 11 | 1111101 | 1011100 | 111100 |
Color Harmonies of #3DF74B
Complementary color
Monochromatic Colors of #3DF74B
Black with #3DF74B
Text Example
Text Example
White with #3DF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF74B; }
p { color: rgb(61,247,75); }
H1.HeaderClassName
{
color: #3DF74B;
}
.AnyTagClassName
{
color: #3DF74B;
}
</style>
background-color css
<style>
a { background-color: #3DF74B; }
a { background-color: rgb(61,247,75); }
div.DivClassName
{
background-color: #3DF74B;
}
.BgClassName
{
background-color: #3DF74B;
}
</style>
border-color css
<style>
span { border-color: #3DF74B; }
span { border-color: rgb(61,247,75); }
td.TdClassName
{
border-color: #3DF74B;
}
.TagClassName
{
border-color: #3DF74B;
}
</style>