Shades of Screamin' Green #3DF25B
Tints of Screamin' Green #3DF25B
RGB
CMYK
RGB Variations
Color information
#3DF25B (or 0x3DF25B) is known color: Screamin' Green. HEX triplet: 3D, F2 and 5B. RGB value is (61,242,91). Sum of RGB (Red+Green+Blue) = 61+242+91=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF25B is #C20DA4. Grayscale: #ABABAB. Windows color (decimal): -12717477 or 6025789. OLE color: 6025789.
HSL color Cylindrical-coordinate representation of color #3DF25B: hue angle of 129.94º 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 #3DF25B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 91 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 129.94º | 0.87% | 0.59% | - |
| HSV(B) | 129.94º | 0.75% | 0.95% | - |
| XYZ | 35.56 | 65.25 | 20.62 | - |
| YUV | 170.67 | 83.03 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 91 | 0.75 | 0 | 0.62 | 0.05 | 129.94 | 0.87 | 0.59 |
| Hex | 3D | F2 | 5B | 4B | 0 | 3E | 5 | 82 | 57 | 3B |
| Octal | 75 | 362 | 133 | 113 | 0 | 76 | 5 | 202 | 127 | 73 |
| Binary | 111101 | 11110010 | 1011011 | 1001011 | 0 | 111110 | 101 | 10000010 | 1010111 | 111011 |
Color Harmonies of #3DF25B
Complementary color
Monochromatic Colors of #3DF25B
Black with #3DF25B
Text Example
Text Example
White with #3DF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF25B; }
p { color: rgb(61,242,91); }
H1.HeaderClassName
{
color: #3DF25B;
}
.AnyTagClassName
{
color: #3DF25B;
}
</style>
background-color css
<style>
a { background-color: #3DF25B; }
a { background-color: rgb(61,242,91); }
div.DivClassName
{
background-color: #3DF25B;
}
.BgClassName
{
background-color: #3DF25B;
}
</style>
border-color css
<style>
span { border-color: #3DF25B; }
span { border-color: rgb(61,242,91); }
td.TdClassName
{
border-color: #3DF25B;
}
.TagClassName
{
border-color: #3DF25B;
}
</style>