Shades of Emerald #3CE074
Tints of Emerald #3CE074
RGB
CMYK
RGB Variations
Color information
#3CE074 (or 0x3CE074) is known color: Emerald. HEX triplet: 3C, E0 and 74. RGB value is (60,224,116). Sum of RGB (Red+Green+Blue) = 60+224+116=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE074 is #C31F8B. Grayscale: #A2A2A2. Windows color (decimal): -12787596 or 7659580. OLE color: 7659580.
HSL color Cylindrical-coordinate representation of color #3CE074: hue angle of 140.49º 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 #3CE074 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 116 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.12 |
| HSL | 140.49º | 0.73% | 0.56% | - |
| HSV(B) | 140.49º | 0.73% | 0.88% | - |
| XYZ | 31.67 | 55.53 | 25.57 | - |
| YUV | 162.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 116 | 0.73 | 0 | 0.48 | 0.12 | 140.49 | 0.73 | 0.56 |
| Hex | 3C | E0 | 74 | 49 | 0 | 30 | C | 8C | 49 | 38 |
| Octal | 74 | 340 | 164 | 111 | 0 | 60 | 14 | 214 | 111 | 70 |
| Binary | 111100 | 11100000 | 1110100 | 1001001 | 0 | 110000 | 1100 | 10001100 | 1001001 | 111000 |
Color Harmonies of #3CE074
Complementary color
Monochromatic Colors of #3CE074
Black with #3CE074
Text Example
Text Example
White with #3CE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE074; }
p { color: rgb(60,224,116); }
H1.HeaderClassName
{
color: #3CE074;
}
.AnyTagClassName
{
color: #3CE074;
}
</style>
background-color css
<style>
a { background-color: #3CE074; }
a { background-color: rgb(60,224,116); }
div.DivClassName
{
background-color: #3CE074;
}
.BgClassName
{
background-color: #3CE074;
}
</style>
border-color css
<style>
span { border-color: #3CE074; }
span { border-color: rgb(60,224,116); }
td.TdClassName
{
border-color: #3CE074;
}
.TagClassName
{
border-color: #3CE074;
}
</style>