Shades of Malachite #2BEF70
Tints of Malachite #2BEF70
RGB
CMYK
RGB Variations
Color information
#2BEF70 (or 0x2BEF70) is known color: Malachite. HEX triplet: 2B, EF and 70. RGB value is (43,239,112). Sum of RGB (Red+Green+Blue) = 43+239+112=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF70 is #D4108F. Grayscale: #A6A6A6. Windows color (decimal): -13897872 or 7401259. OLE color: 7401259.
HSL color Cylindrical-coordinate representation of color #2BEF70: hue angle of 141.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF70 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 112 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.06 |
| HSL | 141.12º | 0.86% | 0.55% | - |
| HSV(B) | 141.12º | 0.82% | 0.94% | - |
| XYZ | 34.79 | 63.42 | 25.74 | - |
| YUV | 165.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 112 | 0.82 | 0 | 0.53 | 0.06 | 141.12 | 0.86 | 0.55 |
| Hex | 2B | EF | 70 | 52 | 0 | 35 | 6 | 8D | 56 | 37 |
| Octal | 53 | 357 | 160 | 122 | 0 | 65 | 6 | 215 | 126 | 67 |
| Binary | 101011 | 11101111 | 1110000 | 1010010 | 0 | 110101 | 110 | 10001101 | 1010110 | 110111 |
Color Harmonies of #2BEF70
Complementary color
Monochromatic Colors of #2BEF70
Black with #2BEF70
Text Example
Text Example
White with #2BEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF70; }
p { color: rgb(43,239,112); }
H1.HeaderClassName
{
color: #2BEF70;
}
.AnyTagClassName
{
color: #2BEF70;
}
</style>
background-color css
<style>
a { background-color: #2BEF70; }
a { background-color: rgb(43,239,112); }
div.DivClassName
{
background-color: #2BEF70;
}
.BgClassName
{
background-color: #2BEF70;
}
</style>
border-color css
<style>
span { border-color: #2BEF70; }
span { border-color: rgb(43,239,112); }
td.TdClassName
{
border-color: #2BEF70;
}
.TagClassName
{
border-color: #2BEF70;
}
</style>