Shades of Screamin' Green #3DFE5F
Tints of Screamin' Green #3DFE5F
RGB
CMYK
RGB Variations
Color information
#3DFE5F (or 0x3DFE5F) is known color: Screamin' Green. HEX triplet: 3D, FE and 5F. RGB value is (61,254,95). Sum of RGB (Red+Green+Blue) = 61+254+95=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 254 (99.61% from 255 or 61.95% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFE5F is #C201A0. Grayscale: #B2B2B2. Windows color (decimal): -12714401 or 6291005. OLE color: 6291005.
HSL color Cylindrical-coordinate representation of color #3DFE5F: hue angle of 130.57º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFE5F is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 95 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.00 |
| HSL | 130.57º | 0.99% | 0.62% | - |
| HSV(B) | 130.57º | 0.76% | 1% | - |
| XYZ | 39.43 | 72.7 | 22.78 | - |
| YUV | 178.17 | 81.06 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 95 | 0.76 | 0 | 0.63 | 0.00 | 130.57 | 0.99 | 0.62 |
| Hex | 3D | FE | 5F | 4C | 0 | 3F | 0 | 83 | 63 | 3E |
| Octal | 75 | 376 | 137 | 114 | 0 | 77 | 0 | 203 | 143 | 76 |
| Binary | 111101 | 11111110 | 1011111 | 1001100 | 0 | 111111 | 0 | 10000011 | 1100011 | 111110 |
Color Harmonies of #3DFE5F
Complementary color
Monochromatic Colors of #3DFE5F
Black with #3DFE5F
Text Example
Text Example
White with #3DFE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE5F; }
p { color: rgb(61,254,95); }
H1.HeaderClassName
{
color: #3DFE5F;
}
.AnyTagClassName
{
color: #3DFE5F;
}
</style>
background-color css
<style>
a { background-color: #3DFE5F; }
a { background-color: rgb(61,254,95); }
div.DivClassName
{
background-color: #3DFE5F;
}
.BgClassName
{
background-color: #3DFE5F;
}
</style>
border-color css
<style>
span { border-color: #3DFE5F; }
span { border-color: rgb(61,254,95); }
td.TdClassName
{
border-color: #3DFE5F;
}
.TagClassName
{
border-color: #3DFE5F;
}
</style>