Shades of Emerald #3CE060
Tints of Emerald #3CE060
RGB
CMYK
RGB Variations
Color information
#3CE060 (or 0x3CE060) is known color: Emerald. HEX triplet: 3C, E0 and 60. RGB value is (60,224,96). Sum of RGB (Red+Green+Blue) = 60+224+96=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE060 is #C31F9F. Grayscale: #A0A0A0. Windows color (decimal): -12787616 or 6348860. OLE color: 6348860.
HSL color Cylindrical-coordinate representation of color #3CE060: hue angle of 133.17º 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 #3CE060 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 96 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.12 |
| HSL | 133.17º | 0.73% | 0.56% | - |
| HSV(B) | 133.17º | 0.73% | 0.88% | - |
| XYZ | 30.63 | 55.12 | 20.09 | - |
| YUV | 160.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 96 | 0.73 | 0 | 0.57 | 0.12 | 133.17 | 0.73 | 0.56 |
| Hex | 3C | E0 | 60 | 49 | 0 | 39 | C | 85 | 49 | 38 |
| Octal | 74 | 340 | 140 | 111 | 0 | 71 | 14 | 205 | 111 | 70 |
| Binary | 111100 | 11100000 | 1100000 | 1001001 | 0 | 111001 | 1100 | 10000101 | 1001001 | 111000 |
Color Harmonies of #3CE060
Complementary color
Monochromatic Colors of #3CE060
Black with #3CE060
Text Example
Text Example
White with #3CE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE060; }
p { color: rgb(60,224,96); }
H1.HeaderClassName
{
color: #3CE060;
}
.AnyTagClassName
{
color: #3CE060;
}
</style>
background-color css
<style>
a { background-color: #3CE060; }
a { background-color: rgb(60,224,96); }
div.DivClassName
{
background-color: #3CE060;
}
.BgClassName
{
background-color: #3CE060;
}
</style>
border-color css
<style>
span { border-color: #3CE060; }
span { border-color: rgb(60,224,96); }
td.TdClassName
{
border-color: #3CE060;
}
.TagClassName
{
border-color: #3CE060;
}
</style>