Shades of Emerald #2CE274
Tints of Emerald #2CE274
RGB
CMYK
RGB Variations
Color information
#2CE274 (or 0x2CE274) is known color: Emerald. HEX triplet: 2C, E2 and 74. RGB value is (44,226,116). Sum of RGB (Red+Green+Blue) = 44+226+116=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE274 is #D31D8B. Grayscale: #9F9F9F. Windows color (decimal): -13835660 or 7660076. OLE color: 7660076.
HSL color Cylindrical-coordinate representation of color #2CE274: hue angle of 143.74º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE274 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 116 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.11 |
| HSL | 143.74º | 0.76% | 0.53% | - |
| HSV(B) | 143.74º | 0.81% | 0.89% | - |
| XYZ | 31.39 | 56.19 | 25.71 | - |
| YUV | 159.04 | 103.7 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 116 | 0.81 | 0 | 0.49 | 0.11 | 143.74 | 0.76 | 0.53 |
| Hex | 2C | E2 | 74 | 51 | 0 | 31 | B | 90 | 4C | 35 |
| Octal | 54 | 342 | 164 | 121 | 0 | 61 | 13 | 220 | 114 | 65 |
| Binary | 101100 | 11100010 | 1110100 | 1010001 | 0 | 110001 | 1011 | 10010000 | 1001100 | 110101 |
Color Harmonies of #2CE274
Complementary color
Monochromatic Colors of #2CE274
Black with #2CE274
Text Example
Text Example
White with #2CE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE274; }
p { color: rgb(44,226,116); }
H1.HeaderClassName
{
color: #2CE274;
}
.AnyTagClassName
{
color: #2CE274;
}
</style>
background-color css
<style>
a { background-color: #2CE274; }
a { background-color: rgb(44,226,116); }
div.DivClassName
{
background-color: #2CE274;
}
.BgClassName
{
background-color: #2CE274;
}
</style>
border-color css
<style>
span { border-color: #2CE274; }
span { border-color: rgb(44,226,116); }
td.TdClassName
{
border-color: #2CE274;
}
.TagClassName
{
border-color: #2CE274;
}
</style>