Shades of Emerald #3CE05D
Tints of Emerald #3CE05D
RGB
CMYK
RGB Variations
Color information
#3CE05D (or 0x3CE05D) is known color: Emerald. HEX triplet: 3C, E0 and 5D. RGB value is (60,224,93). Sum of RGB (Red+Green+Blue) = 60+224+93=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE05D is #C31FA2. Grayscale: #A0A0A0. Windows color (decimal): -12787619 or 6152252. OLE color: 6152252.
HSL color Cylindrical-coordinate representation of color #3CE05D: hue angle of 132.07º 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 #3CE05D is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 93 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.12 |
| HSL | 132.07º | 0.73% | 0.56% | - |
| HSV(B) | 132.07º | 0.73% | 0.88% | - |
| XYZ | 30.49 | 55.06 | 19.38 | - |
| YUV | 160.03 | 90.17 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 93 | 0.73 | 0 | 0.58 | 0.12 | 132.07 | 0.73 | 0.56 |
| Hex | 3C | E0 | 5D | 49 | 0 | 3A | C | 84 | 49 | 38 |
| Octal | 74 | 340 | 135 | 111 | 0 | 72 | 14 | 204 | 111 | 70 |
| Binary | 111100 | 11100000 | 1011101 | 1001001 | 0 | 111010 | 1100 | 10000100 | 1001001 | 111000 |
Color Harmonies of #3CE05D
Complementary color
Monochromatic Colors of #3CE05D
Black with #3CE05D
Text Example
Text Example
White with #3CE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE05D; }
p { color: rgb(60,224,93); }
H1.HeaderClassName
{
color: #3CE05D;
}
.AnyTagClassName
{
color: #3CE05D;
}
</style>
background-color css
<style>
a { background-color: #3CE05D; }
a { background-color: rgb(60,224,93); }
div.DivClassName
{
background-color: #3CE05D;
}
.BgClassName
{
background-color: #3CE05D;
}
</style>
border-color css
<style>
span { border-color: #3CE05D; }
span { border-color: rgb(60,224,93); }
td.TdClassName
{
border-color: #3CE05D;
}
.TagClassName
{
border-color: #3CE05D;
}
</style>