Shades of Screamin' Green #3DEC58
Tints of Screamin' Green #3DEC58
RGB
CMYK
RGB Variations
Color information
#3DEC58 (or 0x3DEC58) is known color: Screamin' Green. HEX triplet: 3D, EC and 58. RGB value is (61,236,88). Sum of RGB (Red+Green+Blue) = 61+236+88=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC58 is #C213A7. Grayscale: #A7A7A7. Windows color (decimal): -12719016 or 5827645. OLE color: 5827645.
HSL color Cylindrical-coordinate representation of color #3DEC58: hue angle of 129.26º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC58 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 88 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.07 |
| HSL | 129.26º | 0.82% | 0.58% | - |
| HSV(B) | 129.26º | 0.74% | 0.93% | - |
| XYZ | 33.68 | 61.69 | 19.36 | - |
| YUV | 166.8 | 83.52 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 88 | 0.74 | 0 | 0.63 | 0.07 | 129.26 | 0.82 | 0.58 |
| Hex | 3D | EC | 58 | 4A | 0 | 3F | 7 | 81 | 52 | 3A |
| Octal | 75 | 354 | 130 | 112 | 0 | 77 | 7 | 201 | 122 | 72 |
| Binary | 111101 | 11101100 | 1011000 | 1001010 | 0 | 111111 | 111 | 10000001 | 1010010 | 111010 |
Color Harmonies of #3DEC58
Complementary color
Monochromatic Colors of #3DEC58
Black with #3DEC58
Text Example
Text Example
White with #3DEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC58; }
p { color: rgb(61,236,88); }
H1.HeaderClassName
{
color: #3DEC58;
}
.AnyTagClassName
{
color: #3DEC58;
}
</style>
background-color css
<style>
a { background-color: #3DEC58; }
a { background-color: rgb(61,236,88); }
div.DivClassName
{
background-color: #3DEC58;
}
.BgClassName
{
background-color: #3DEC58;
}
</style>
border-color css
<style>
span { border-color: #3DEC58; }
span { border-color: rgb(61,236,88); }
td.TdClassName
{
border-color: #3DEC58;
}
.TagClassName
{
border-color: #3DEC58;
}
</style>