Shades of Screamin' Green #3CED5D
Tints of Screamin' Green #3CED5D
RGB
CMYK
RGB Variations
Color information
#3CED5D (or 0x3CED5D) is known color: Screamin' Green. HEX triplet: 3C, ED and 5D. RGB value is (60,237,93). Sum of RGB (Red+Green+Blue) = 60+237+93=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 237 (92.97% from 255 or 60.77% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CED5D is #C312A2. Grayscale: #A8A8A8. Windows color (decimal): -12784291 or 6155580. OLE color: 6155580.
HSL color Cylindrical-coordinate representation of color #3CED5D: hue angle of 131.19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CED5D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 93 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.07 |
| HSL | 131.19º | 0.83% | 0.58% | - |
| HSV(B) | 131.19º | 0.75% | 0.93% | - |
| XYZ | 34.12 | 62.32 | 20.59 | - |
| YUV | 167.66 | 85.86 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 93 | 0.75 | 0 | 0.61 | 0.07 | 131.19 | 0.83 | 0.58 |
| Hex | 3C | ED | 5D | 4B | 0 | 3D | 7 | 83 | 53 | 3A |
| Octal | 74 | 355 | 135 | 113 | 0 | 75 | 7 | 203 | 123 | 72 |
| Binary | 111100 | 11101101 | 1011101 | 1001011 | 0 | 111101 | 111 | 10000011 | 1010011 | 111010 |
Color Harmonies of #3CED5D
Complementary color
Monochromatic Colors of #3CED5D
Black with #3CED5D
Text Example
Text Example
White with #3CED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED5D; }
p { color: rgb(60,237,93); }
H1.HeaderClassName
{
color: #3CED5D;
}
.AnyTagClassName
{
color: #3CED5D;
}
</style>
background-color css
<style>
a { background-color: #3CED5D; }
a { background-color: rgb(60,237,93); }
div.DivClassName
{
background-color: #3CED5D;
}
.BgClassName
{
background-color: #3CED5D;
}
</style>
border-color css
<style>
span { border-color: #3CED5D; }
span { border-color: rgb(60,237,93); }
td.TdClassName
{
border-color: #3CED5D;
}
.TagClassName
{
border-color: #3CED5D;
}
</style>