Shades of Emerald #3CE06F
Tints of Emerald #3CE06F
RGB
CMYK
RGB Variations
Color information
#3CE06F (or 0x3CE06F) is known color: Emerald. HEX triplet: 3C, E0 and 6F. RGB value is (60,224,111). Sum of RGB (Red+Green+Blue) = 60+224+111=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE06F is #C31F90. Grayscale: #A2A2A2. Windows color (decimal): -12787601 or 7331900. OLE color: 7331900.
HSL color Cylindrical-coordinate representation of color #3CE06F: hue angle of 138.66º 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 #3CE06F is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 111 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.12 |
| HSL | 138.66º | 0.73% | 0.56% | - |
| HSV(B) | 138.66º | 0.73% | 0.88% | - |
| XYZ | 31.39 | 55.42 | 24.08 | - |
| YUV | 162.08 | 99.17 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 111 | 0.73 | 0 | 0.50 | 0.12 | 138.66 | 0.73 | 0.56 |
| Hex | 3C | E0 | 6F | 49 | 0 | 32 | C | 8B | 49 | 38 |
| Octal | 74 | 340 | 157 | 111 | 0 | 62 | 14 | 213 | 111 | 70 |
| Binary | 111100 | 11100000 | 1101111 | 1001001 | 0 | 110010 | 1100 | 10001011 | 1001001 | 111000 |
Color Harmonies of #3CE06F
Complementary color
Monochromatic Colors of #3CE06F
Black with #3CE06F
Text Example
Text Example
White with #3CE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE06F; }
p { color: rgb(60,224,111); }
H1.HeaderClassName
{
color: #3CE06F;
}
.AnyTagClassName
{
color: #3CE06F;
}
</style>
background-color css
<style>
a { background-color: #3CE06F; }
a { background-color: rgb(60,224,111); }
div.DivClassName
{
background-color: #3CE06F;
}
.BgClassName
{
background-color: #3CE06F;
}
</style>
border-color css
<style>
span { border-color: #3CE06F; }
span { border-color: rgb(60,224,111); }
td.TdClassName
{
border-color: #3CE06F;
}
.TagClassName
{
border-color: #3CE06F;
}
</style>