Shades of Emerald #2BE077
Tints of Emerald #2BE077
RGB
CMYK
RGB Variations
Color information
#2BE077 (or 0x2BE077) is known color: Emerald. HEX triplet: 2B, E0 and 77. RGB value is (43,224,119). Sum of RGB (Red+Green+Blue) = 43+224+119=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE077 is #D41F88. Grayscale: #9E9E9E. Windows color (decimal): -13901705 or 7856171. OLE color: 7856171.
HSL color Cylindrical-coordinate representation of color #2BE077: hue angle of 145.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE077 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 119 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.12 |
| HSL | 145.19º | 0.74% | 0.52% | - |
| HSV(B) | 145.19º | 0.81% | 0.88% | - |
| XYZ | 30.98 | 55.16 | 26.47 | - |
| YUV | 157.91 | 106.03 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 119 | 0.81 | 0 | 0.47 | 0.12 | 145.19 | 0.74 | 0.52 |
| Hex | 2B | E0 | 77 | 51 | 0 | 2F | C | 91 | 4A | 34 |
| Octal | 53 | 340 | 167 | 121 | 0 | 57 | 14 | 221 | 112 | 64 |
| Binary | 101011 | 11100000 | 1110111 | 1010001 | 0 | 101111 | 1100 | 10010001 | 1001010 | 110100 |
Color Harmonies of #2BE077
Complementary color
Monochromatic Colors of #2BE077
Black with #2BE077
Text Example
Text Example
White with #2BE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE077; }
p { color: rgb(43,224,119); }
H1.HeaderClassName
{
color: #2BE077;
}
.AnyTagClassName
{
color: #2BE077;
}
</style>
background-color css
<style>
a { background-color: #2BE077; }
a { background-color: rgb(43,224,119); }
div.DivClassName
{
background-color: #2BE077;
}
.BgClassName
{
background-color: #2BE077;
}
</style>
border-color css
<style>
span { border-color: #2BE077; }
span { border-color: rgb(43,224,119); }
td.TdClassName
{
border-color: #2BE077;
}
.TagClassName
{
border-color: #2BE077;
}
</style>