Shades of Screamin' Green #3DF250
Tints of Screamin' Green #3DF250
RGB
CMYK
RGB Variations
Color information
#3DF250 (or 0x3DF250) is known color: Screamin' Green. HEX triplet: 3D, F2 and 50. RGB value is (61,242,80). Sum of RGB (Red+Green+Blue) = 61+242+80=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF250 is #C20DAF. Grayscale: #A9A9A9. Windows color (decimal): -12717488 or 5304893. OLE color: 5304893.
HSL color Cylindrical-coordinate representation of color #3DF250: hue angle of 126.3º 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 #3DF250 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 80 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.05 |
| HSL | 126.3º | 0.87% | 0.59% | - |
| HSV(B) | 126.3º | 0.75% | 0.95% | - |
| XYZ | 35.12 | 65.08 | 18.3 | - |
| YUV | 169.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 80 | 0.75 | 0 | 0.67 | 0.05 | 126.3 | 0.87 | 0.59 |
| Hex | 3D | F2 | 50 | 4B | 0 | 43 | 5 | 7E | 57 | 3B |
| Octal | 75 | 362 | 120 | 113 | 0 | 103 | 5 | 176 | 127 | 73 |
| Binary | 111101 | 11110010 | 1010000 | 1001011 | 0 | 1000011 | 101 | 1111110 | 1010111 | 111011 |
Color Harmonies of #3DF250
Complementary color
Monochromatic Colors of #3DF250
Black with #3DF250
Text Example
Text Example
White with #3DF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF250; }
p { color: rgb(61,242,80); }
H1.HeaderClassName
{
color: #3DF250;
}
.AnyTagClassName
{
color: #3DF250;
}
</style>
background-color css
<style>
a { background-color: #3DF250; }
a { background-color: rgb(61,242,80); }
div.DivClassName
{
background-color: #3DF250;
}
.BgClassName
{
background-color: #3DF250;
}
</style>
border-color css
<style>
span { border-color: #3DF250; }
span { border-color: rgb(61,242,80); }
td.TdClassName
{
border-color: #3DF250;
}
.TagClassName
{
border-color: #3DF250;
}
</style>