Shades of Emerald #2BE070
Tints of Emerald #2BE070
RGB
CMYK
RGB Variations
Color information
#2BE070 (or 0x2BE070) is known color: Emerald. HEX triplet: 2B, E0 and 70. RGB value is (43,224,112). Sum of RGB (Red+Green+Blue) = 43+224+112=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE070 is #D41F8F. Grayscale: #9D9D9D. Windows color (decimal): -13901712 or 7397419. OLE color: 7397419.
HSL color Cylindrical-coordinate representation of color #2BE070: hue angle of 142.87º 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 #2BE070 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.12 |
| HSL | 142.87º | 0.74% | 0.52% | - |
| HSV(B) | 142.87º | 0.81% | 0.88% | - |
| XYZ | 30.58 | 54.99 | 24.33 | - |
| YUV | 157.11 | 102.53 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 112 | 0.81 | 0 | 0.50 | 0.12 | 142.87 | 0.74 | 0.52 |
| Hex | 2B | E0 | 70 | 51 | 0 | 32 | C | 8F | 4A | 34 |
| Octal | 53 | 340 | 160 | 121 | 0 | 62 | 14 | 217 | 112 | 64 |
| Binary | 101011 | 11100000 | 1110000 | 1010001 | 0 | 110010 | 1100 | 10001111 | 1001010 | 110100 |
Color Harmonies of #2BE070
Complementary color
Monochromatic Colors of #2BE070
Black with #2BE070
Text Example
Text Example
White with #2BE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE070; }
p { color: rgb(43,224,112); }
H1.HeaderClassName
{
color: #2BE070;
}
.AnyTagClassName
{
color: #2BE070;
}
</style>
background-color css
<style>
a { background-color: #2BE070; }
a { background-color: rgb(43,224,112); }
div.DivClassName
{
background-color: #2BE070;
}
.BgClassName
{
background-color: #2BE070;
}
</style>
border-color css
<style>
span { border-color: #2BE070; }
span { border-color: rgb(43,224,112); }
td.TdClassName
{
border-color: #2BE070;
}
.TagClassName
{
border-color: #2BE070;
}
</style>