Shades of Screamin' Green #3DFF5F
Tints of Screamin' Green #3DFF5F
RGB
CMYK
RGB Variations
Color information
#3DFF5F (or 0x3DFF5F) is known color: Screamin' Green. HEX triplet: 3D, FF and 5F. RGB value is (61,255,95). Sum of RGB (Red+Green+Blue) = 61+255+95=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFF5F is #C200A0. Grayscale: #B3B3B3. Windows color (decimal): -12714145 or 6291261. OLE color: 6291261.
HSL color Cylindrical-coordinate representation of color #3DFF5F: hue angle of 130.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFF5F is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 95 | - |
| CMYK | 0.76 | 0 | 0.63 | 0 |
| HSL | 130.52º | 1% | 0.62% | - |
| HSV(B) | 130.52º | 0.76% | 1% | - |
| XYZ | 39.75 | 73.34 | 22.89 | - |
| YUV | 178.75 | 80.73 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 95 | 0.76 | 0 | 0.63 | 0 | 130.52 | 1 | 0.62 |
| Hex | 3D | FF | 5F | 4C | 0 | 3F | 0 | 83 | 64 | 3E |
| Octal | 75 | 377 | 137 | 114 | 0 | 77 | 0 | 203 | 144 | 76 |
| Binary | 111101 | 11111111 | 1011111 | 1001100 | 0 | 111111 | 0 | 10000011 | 1100100 | 111110 |
Color Harmonies of #3DFF5F
Complementary color
Monochromatic Colors of #3DFF5F
Black with #3DFF5F
Text Example
Text Example
White with #3DFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF5F; }
p { color: rgb(61,255,95); }
H1.HeaderClassName
{
color: #3DFF5F;
}
.AnyTagClassName
{
color: #3DFF5F;
}
</style>
background-color css
<style>
a { background-color: #3DFF5F; }
a { background-color: rgb(61,255,95); }
div.DivClassName
{
background-color: #3DFF5F;
}
.BgClassName
{
background-color: #3DFF5F;
}
</style>
border-color css
<style>
span { border-color: #3DFF5F; }
span { border-color: rgb(61,255,95); }
td.TdClassName
{
border-color: #3DFF5F;
}
.TagClassName
{
border-color: #3DFF5F;
}
</style>