Shades of Emerald #3CE370
Tints of Emerald #3CE370
RGB
CMYK
RGB Variations
Color information
#3CE370 (or 0x3CE370) is known color: Emerald. HEX triplet: 3C, E3 and 70. RGB value is (60,227,112). Sum of RGB (Red+Green+Blue) = 60+227+112=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 227 (89.06% from 255 or 56.89% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE370 is #C31C8F. Grayscale: #A4A4A4. Windows color (decimal): -12786832 or 7398204. OLE color: 7398204.
HSL color Cylindrical-coordinate representation of color #3CE370: hue angle of 138.68º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE370 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 112 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.11 |
| HSL | 138.68º | 0.75% | 0.56% | - |
| HSV(B) | 138.68º | 0.74% | 0.89% | - |
| XYZ | 32.26 | 57.07 | 24.64 | - |
| YUV | 163.96 | 98.67 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 112 | 0.74 | 0 | 0.51 | 0.11 | 138.68 | 0.75 | 0.56 |
| Hex | 3C | E3 | 70 | 4A | 0 | 33 | B | 8B | 4B | 38 |
| Octal | 74 | 343 | 160 | 112 | 0 | 63 | 13 | 213 | 113 | 70 |
| Binary | 111100 | 11100011 | 1110000 | 1001010 | 0 | 110011 | 1011 | 10001011 | 1001011 | 111000 |
Color Harmonies of #3CE370
Complementary color
Monochromatic Colors of #3CE370
Black with #3CE370
Text Example
Text Example
White with #3CE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE370; }
p { color: rgb(60,227,112); }
H1.HeaderClassName
{
color: #3CE370;
}
.AnyTagClassName
{
color: #3CE370;
}
</style>
background-color css
<style>
a { background-color: #3CE370; }
a { background-color: rgb(60,227,112); }
div.DivClassName
{
background-color: #3CE370;
}
.BgClassName
{
background-color: #3CE370;
}
</style>
border-color css
<style>
span { border-color: #3CE370; }
span { border-color: rgb(60,227,112); }
td.TdClassName
{
border-color: #3CE370;
}
.TagClassName
{
border-color: #3CE370;
}
</style>