Shades of Emerald #3CE15A
Tints of Emerald #3CE15A
RGB
CMYK
RGB Variations
Color information
#3CE15A (or 0x3CE15A) is known color: Emerald. HEX triplet: 3C, E1 and 5A. RGB value is (60,225,90). Sum of RGB (Red+Green+Blue) = 60+225+90=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE15A is #C31EA5. Grayscale: #A0A0A0. Windows color (decimal): -12787366 or 5955900. OLE color: 5955900.
HSL color Cylindrical-coordinate representation of color #3CE15A: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE15A is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 90 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.12 |
| HSL | 130.91º | 0.73% | 0.56% | - |
| HSV(B) | 130.91º | 0.73% | 0.88% | - |
| XYZ | 30.63 | 55.55 | 18.78 | - |
| YUV | 160.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 90 | 0.73 | 0 | 0.60 | 0.12 | 130.91 | 0.73 | 0.56 |
| Hex | 3C | E1 | 5A | 49 | 0 | 3C | C | 83 | 49 | 38 |
| Octal | 74 | 341 | 132 | 111 | 0 | 74 | 14 | 203 | 111 | 70 |
| Binary | 111100 | 11100001 | 1011010 | 1001001 | 0 | 111100 | 1100 | 10000011 | 1001001 | 111000 |
Color Harmonies of #3CE15A
Complementary color
Monochromatic Colors of #3CE15A
Black with #3CE15A
Text Example
Text Example
White with #3CE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE15A; }
p { color: rgb(60,225,90); }
H1.HeaderClassName
{
color: #3CE15A;
}
.AnyTagClassName
{
color: #3CE15A;
}
</style>
background-color css
<style>
a { background-color: #3CE15A; }
a { background-color: rgb(60,225,90); }
div.DivClassName
{
background-color: #3CE15A;
}
.BgClassName
{
background-color: #3CE15A;
}
</style>
border-color css
<style>
span { border-color: #3CE15A; }
span { border-color: rgb(60,225,90); }
td.TdClassName
{
border-color: #3CE15A;
}
.TagClassName
{
border-color: #3CE15A;
}
</style>