Shades of Emerald #2CEB74
Tints of Emerald #2CEB74
RGB
CMYK
RGB Variations
Color information
#2CEB74 (or 0x2CEB74) is known color: Emerald. HEX triplet: 2C, EB and 74. RGB value is (44,235,116). Sum of RGB (Red+Green+Blue) = 44+235+116=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB74 is #D3148B. Grayscale: #A4A4A4. Windows color (decimal): -13833356 or 7662380. OLE color: 7662380.
HSL color Cylindrical-coordinate representation of color #2CEB74: hue angle of 142.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB74 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 116 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.08 |
| HSL | 142.62º | 0.83% | 0.55% | - |
| HSV(B) | 142.62º | 0.81% | 0.92% | - |
| XYZ | 33.9 | 61.21 | 26.55 | - |
| YUV | 164.33 | 100.72 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 116 | 0.81 | 0 | 0.51 | 0.08 | 142.62 | 0.83 | 0.55 |
| Hex | 2C | EB | 74 | 51 | 0 | 33 | 8 | 8F | 53 | 37 |
| Octal | 54 | 353 | 164 | 121 | 0 | 63 | 10 | 217 | 123 | 67 |
| Binary | 101100 | 11101011 | 1110100 | 1010001 | 0 | 110011 | 1000 | 10001111 | 1010011 | 110111 |
Color Harmonies of #2CEB74
Complementary color
Monochromatic Colors of #2CEB74
Black with #2CEB74
Text Example
Text Example
White with #2CEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB74; }
p { color: rgb(44,235,116); }
H1.HeaderClassName
{
color: #2CEB74;
}
.AnyTagClassName
{
color: #2CEB74;
}
</style>
background-color css
<style>
a { background-color: #2CEB74; }
a { background-color: rgb(44,235,116); }
div.DivClassName
{
background-color: #2CEB74;
}
.BgClassName
{
background-color: #2CEB74;
}
</style>
border-color css
<style>
span { border-color: #2CEB74; }
span { border-color: rgb(44,235,116); }
td.TdClassName
{
border-color: #2CEB74;
}
.TagClassName
{
border-color: #2CEB74;
}
</style>