Shades of Emerald #2BE472
Tints of Emerald #2BE472
RGB
CMYK
RGB Variations
Color information
#2BE472 (or 0x2BE472) is known color: Emerald. HEX triplet: 2B, E4 and 72. RGB value is (43,228,114). Sum of RGB (Red+Green+Blue) = 43+228+114=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE472 is #D41B8D. Grayscale: #9F9F9F. Windows color (decimal): -13900686 or 7529515. OLE color: 7529515.
HSL color Cylindrical-coordinate representation of color #2BE472: hue angle of 143.03º degrees, saturation: 0.77, 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 #2BE472 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 114 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.11 |
| HSL | 143.03º | 0.77% | 0.53% | - |
| HSV(B) | 143.03º | 0.81% | 0.89% | - |
| XYZ | 31.78 | 57.22 | 25.29 | - |
| YUV | 159.69 | 102.21 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 114 | 0.81 | 0 | 0.50 | 0.11 | 143.03 | 0.77 | 0.53 |
| Hex | 2B | E4 | 72 | 51 | 0 | 32 | B | 8F | 4D | 35 |
| Octal | 53 | 344 | 162 | 121 | 0 | 62 | 13 | 217 | 115 | 65 |
| Binary | 101011 | 11100100 | 1110010 | 1010001 | 0 | 110010 | 1011 | 10001111 | 1001101 | 110101 |
Color Harmonies of #2BE472
Complementary color
Monochromatic Colors of #2BE472
Black with #2BE472
Text Example
Text Example
White with #2BE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE472; }
p { color: rgb(43,228,114); }
H1.HeaderClassName
{
color: #2BE472;
}
.AnyTagClassName
{
color: #2BE472;
}
</style>
background-color css
<style>
a { background-color: #2BE472; }
a { background-color: rgb(43,228,114); }
div.DivClassName
{
background-color: #2BE472;
}
.BgClassName
{
background-color: #2BE472;
}
</style>
border-color css
<style>
span { border-color: #2BE472; }
span { border-color: rgb(43,228,114); }
td.TdClassName
{
border-color: #2BE472;
}
.TagClassName
{
border-color: #2BE472;
}
</style>