Shades of Malachite #2BEC62
Tints of Malachite #2BEC62
RGB
CMYK
RGB Variations
Color information
#2BEC62 (or 0x2BEC62) is known color: Malachite. HEX triplet: 2B, EC and 62. RGB value is (43,236,98). Sum of RGB (Red+Green+Blue) = 43+236+98=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC62 is #D4139D. Grayscale: #A2A2A2. Windows color (decimal): -13898654 or 6482987. OLE color: 6482987.
HSL color Cylindrical-coordinate representation of color #2BEC62: hue angle of 137.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC62 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 98 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.07 |
| HSL | 137.1º | 0.84% | 0.55% | - |
| HSV(B) | 137.1º | 0.82% | 0.93% | - |
| XYZ | 33.2 | 61.39 | 21.65 | - |
| YUV | 162.56 | 91.56 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 98 | 0.82 | 0 | 0.58 | 0.07 | 137.1 | 0.84 | 0.55 |
| Hex | 2B | EC | 62 | 52 | 0 | 3A | 7 | 89 | 54 | 37 |
| Octal | 53 | 354 | 142 | 122 | 0 | 72 | 7 | 211 | 124 | 67 |
| Binary | 101011 | 11101100 | 1100010 | 1010010 | 0 | 111010 | 111 | 10001001 | 1010100 | 110111 |
Color Harmonies of #2BEC62
Complementary color
Monochromatic Colors of #2BEC62
Black with #2BEC62
Text Example
Text Example
White with #2BEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC62; }
p { color: rgb(43,236,98); }
H1.HeaderClassName
{
color: #2BEC62;
}
.AnyTagClassName
{
color: #2BEC62;
}
</style>
background-color css
<style>
a { background-color: #2BEC62; }
a { background-color: rgb(43,236,98); }
div.DivClassName
{
background-color: #2BEC62;
}
.BgClassName
{
background-color: #2BEC62;
}
</style>
border-color css
<style>
span { border-color: #2BEC62; }
span { border-color: rgb(43,236,98); }
td.TdClassName
{
border-color: #2BEC62;
}
.TagClassName
{
border-color: #2BEC62;
}
</style>