Shades of Screamin' Green #3CEC5A
Tints of Screamin' Green #3CEC5A
RGB
CMYK
RGB Variations
Color information
#3CEC5A (or 0x3CEC5A) is known color: Screamin' Green. HEX triplet: 3C, EC and 5A. RGB value is (60,236,90). Sum of RGB (Red+Green+Blue) = 60+236+90=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 236 (92.58% from 255 or 61.14% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEC5A is #C313A5. Grayscale: #A7A7A7. Windows color (decimal): -12784550 or 5958716. OLE color: 5958716.
HSL color Cylindrical-coordinate representation of color #3CEC5A: hue angle of 130.23º degrees, saturation: 0.82, 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 #3CEC5A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 90 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.07 |
| HSL | 130.23º | 0.82% | 0.58% | - |
| HSV(B) | 130.23º | 0.75% | 0.93% | - |
| XYZ | 33.7 | 61.69 | 19.8 | - |
| YUV | 166.73 | 84.69 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 90 | 0.75 | 0 | 0.62 | 0.07 | 130.23 | 0.82 | 0.58 |
| Hex | 3C | EC | 5A | 4B | 0 | 3E | 7 | 82 | 52 | 3A |
| Octal | 74 | 354 | 132 | 113 | 0 | 76 | 7 | 202 | 122 | 72 |
| Binary | 111100 | 11101100 | 1011010 | 1001011 | 0 | 111110 | 111 | 10000010 | 1010010 | 111010 |
Color Harmonies of #3CEC5A
Complementary color
Monochromatic Colors of #3CEC5A
Black with #3CEC5A
Text Example
Text Example
White with #3CEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC5A; }
p { color: rgb(60,236,90); }
H1.HeaderClassName
{
color: #3CEC5A;
}
.AnyTagClassName
{
color: #3CEC5A;
}
</style>
background-color css
<style>
a { background-color: #3CEC5A; }
a { background-color: rgb(60,236,90); }
div.DivClassName
{
background-color: #3CEC5A;
}
.BgClassName
{
background-color: #3CEC5A;
}
</style>
border-color css
<style>
span { border-color: #3CEC5A; }
span { border-color: rgb(60,236,90); }
td.TdClassName
{
border-color: #3CEC5A;
}
.TagClassName
{
border-color: #3CEC5A;
}
</style>