Shades of Malachite #2BE05B
Tints of Malachite #2BE05B
RGB
CMYK
RGB Variations
Color information
#2BE05B (or 0x2BE05B) is known color: Malachite. HEX triplet: 2B, E0 and 5B. RGB value is (43,224,91). Sum of RGB (Red+Green+Blue) = 43+224+91=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE05B is #D41FA4. Grayscale: #9B9B9B. Windows color (decimal): -13901733 or 6021163. OLE color: 6021163.
HSL color Cylindrical-coordinate representation of color #2BE05B: hue angle of 135.91º 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 #2BE05B is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 91 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.12 |
| HSL | 135.91º | 0.74% | 0.52% | - |
| HSV(B) | 135.91º | 0.81% | 0.88% | - |
| XYZ | 29.54 | 54.58 | 18.88 | - |
| YUV | 154.72 | 92.03 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 91 | 0.81 | 0 | 0.59 | 0.12 | 135.91 | 0.74 | 0.52 |
| Hex | 2B | E0 | 5B | 51 | 0 | 3B | C | 88 | 4A | 34 |
| Octal | 53 | 340 | 133 | 121 | 0 | 73 | 14 | 210 | 112 | 64 |
| Binary | 101011 | 11100000 | 1011011 | 1010001 | 0 | 111011 | 1100 | 10001000 | 1001010 | 110100 |
Color Harmonies of #2BE05B
Complementary color
Monochromatic Colors of #2BE05B
Black with #2BE05B
Text Example
Text Example
White with #2BE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE05B; }
p { color: rgb(43,224,91); }
H1.HeaderClassName
{
color: #2BE05B;
}
.AnyTagClassName
{
color: #2BE05B;
}
</style>
background-color css
<style>
a { background-color: #2BE05B; }
a { background-color: rgb(43,224,91); }
div.DivClassName
{
background-color: #2BE05B;
}
.BgClassName
{
background-color: #2BE05B;
}
</style>
border-color css
<style>
span { border-color: #2BE05B; }
span { border-color: rgb(43,224,91); }
td.TdClassName
{
border-color: #2BE05B;
}
.TagClassName
{
border-color: #2BE05B;
}
</style>