Shades of Emerald #3CE15F
Tints of Emerald #3CE15F
RGB
CMYK
RGB Variations
Color information
#3CE15F (or 0x3CE15F) is known color: Emerald. HEX triplet: 3C, E1 and 5F. RGB value is (60,225,95). Sum of RGB (Red+Green+Blue) = 60+225+95=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE15F is #C31EA0. Grayscale: #A1A1A1. Windows color (decimal): -12787361 or 6283580. OLE color: 6283580.
HSL color Cylindrical-coordinate representation of color #3CE15F: hue angle of 132.73º 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 #3CE15F is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 95 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.12 |
| HSL | 132.73º | 0.73% | 0.56% | - |
| HSV(B) | 132.73º | 0.73% | 0.88% | - |
| XYZ | 30.85 | 55.64 | 19.94 | - |
| YUV | 160.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 95 | 0.73 | 0 | 0.58 | 0.12 | 132.73 | 0.73 | 0.56 |
| Hex | 3C | E1 | 5F | 49 | 0 | 3A | C | 85 | 49 | 38 |
| Octal | 74 | 341 | 137 | 111 | 0 | 72 | 14 | 205 | 111 | 70 |
| Binary | 111100 | 11100001 | 1011111 | 1001001 | 0 | 111010 | 1100 | 10000101 | 1001001 | 111000 |
Color Harmonies of #3CE15F
Complementary color
Monochromatic Colors of #3CE15F
Black with #3CE15F
Text Example
Text Example
White with #3CE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE15F; }
p { color: rgb(60,225,95); }
H1.HeaderClassName
{
color: #3CE15F;
}
.AnyTagClassName
{
color: #3CE15F;
}
</style>
background-color css
<style>
a { background-color: #3CE15F; }
a { background-color: rgb(60,225,95); }
div.DivClassName
{
background-color: #3CE15F;
}
.BgClassName
{
background-color: #3CE15F;
}
</style>
border-color css
<style>
span { border-color: #3CE15F; }
span { border-color: rgb(60,225,95); }
td.TdClassName
{
border-color: #3CE15F;
}
.TagClassName
{
border-color: #3CE15F;
}
</style>