Shades of Screamin' Green #3DF25F
Tints of Screamin' Green #3DF25F
RGB
CMYK
RGB Variations
Color information
#3DF25F (or 0x3DF25F) is known color: Screamin' Green. HEX triplet: 3D, F2 and 5F. RGB value is (61,242,95). Sum of RGB (Red+Green+Blue) = 61+242+95=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF25F is #C20DA0. Grayscale: #ABABAB. Windows color (decimal): -12717473 or 6287933. OLE color: 6287933.
HSL color Cylindrical-coordinate representation of color #3DF25F: hue angle of 131.27º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF25F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 95 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.05 |
| HSL | 131.27º | 0.87% | 0.59% | - |
| HSV(B) | 131.27º | 0.75% | 0.95% | - |
| XYZ | 35.74 | 65.32 | 21.55 | - |
| YUV | 171.12 | 85.03 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 95 | 0.75 | 0 | 0.61 | 0.05 | 131.27 | 0.87 | 0.59 |
| Hex | 3D | F2 | 5F | 4B | 0 | 3D | 5 | 83 | 57 | 3B |
| Octal | 75 | 362 | 137 | 113 | 0 | 75 | 5 | 203 | 127 | 73 |
| Binary | 111101 | 11110010 | 1011111 | 1001011 | 0 | 111101 | 101 | 10000011 | 1010111 | 111011 |
Color Harmonies of #3DF25F
Complementary color
Monochromatic Colors of #3DF25F
Black with #3DF25F
Text Example
Text Example
White with #3DF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF25F; }
p { color: rgb(61,242,95); }
H1.HeaderClassName
{
color: #3DF25F;
}
.AnyTagClassName
{
color: #3DF25F;
}
</style>
background-color css
<style>
a { background-color: #3DF25F; }
a { background-color: rgb(61,242,95); }
div.DivClassName
{
background-color: #3DF25F;
}
.BgClassName
{
background-color: #3DF25F;
}
</style>
border-color css
<style>
span { border-color: #3DF25F; }
span { border-color: rgb(61,242,95); }
td.TdClassName
{
border-color: #3DF25F;
}
.TagClassName
{
border-color: #3DF25F;
}
</style>