Shades of Emerald #3CE380
Tints of Emerald #3CE380
RGB
CMYK
RGB Variations
Color information
#3CE380 (or 0x3CE380) is known color: Emerald. HEX triplet: 3C, E3 and 80. RGB value is (60,227,128). Sum of RGB (Red+Green+Blue) = 60+227+128=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE380 is #C31C7F. Grayscale: #A6A6A6. Windows color (decimal): -12786816 or 8446780. OLE color: 8446780.
HSL color Cylindrical-coordinate representation of color #3CE380: hue angle of 144.43º 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 #3CE380 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 128 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.11 |
| HSL | 144.43º | 0.75% | 0.56% | - |
| HSV(B) | 144.43º | 0.74% | 0.89% | - |
| XYZ | 33.23 | 57.46 | 29.76 | - |
| YUV | 165.78 | 106.67 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 128 | 0.74 | 0 | 0.44 | 0.11 | 144.43 | 0.75 | 0.56 |
| Hex | 3C | E3 | 80 | 4A | 0 | 2C | B | 90 | 4B | 38 |
| Octal | 74 | 343 | 200 | 112 | 0 | 54 | 13 | 220 | 113 | 70 |
| Binary | 111100 | 11100011 | 10000000 | 1001010 | 0 | 101100 | 1011 | 10010000 | 1001011 | 111000 |
Color Harmonies of #3CE380
Complementary color
Monochromatic Colors of #3CE380
Black with #3CE380
Text Example
Text Example
White with #3CE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE380; }
p { color: rgb(60,227,128); }
H1.HeaderClassName
{
color: #3CE380;
}
.AnyTagClassName
{
color: #3CE380;
}
</style>
background-color css
<style>
a { background-color: #3CE380; }
a { background-color: rgb(60,227,128); }
div.DivClassName
{
background-color: #3CE380;
}
.BgClassName
{
background-color: #3CE380;
}
</style>
border-color css
<style>
span { border-color: #3CE380; }
span { border-color: rgb(60,227,128); }
td.TdClassName
{
border-color: #3CE380;
}
.TagClassName
{
border-color: #3CE380;
}
</style>