Shades of Malachite #2BEC5C
Tints of Malachite #2BEC5C
RGB
CMYK
RGB Variations
Color information
#2BEC5C (or 0x2BEC5C) is known color: Malachite. HEX triplet: 2B, EC and 5C. RGB value is (43,236,92). Sum of RGB (Red+Green+Blue) = 43+236+92=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC5C is #D413A3. Grayscale: #A2A2A2. Windows color (decimal): -13898660 or 6089771. OLE color: 6089771.
HSL color Cylindrical-coordinate representation of color #2BEC5C: hue angle of 135.23º 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 #2BEC5C is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 92 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.07 |
| HSL | 135.23º | 0.84% | 0.55% | - |
| HSV(B) | 135.23º | 0.82% | 0.93% | - |
| XYZ | 32.92 | 61.28 | 20.22 | - |
| YUV | 161.88 | 88.56 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 92 | 0.82 | 0 | 0.61 | 0.07 | 135.23 | 0.84 | 0.55 |
| Hex | 2B | EC | 5C | 52 | 0 | 3D | 7 | 87 | 54 | 37 |
| Octal | 53 | 354 | 134 | 122 | 0 | 75 | 7 | 207 | 124 | 67 |
| Binary | 101011 | 11101100 | 1011100 | 1010010 | 0 | 111101 | 111 | 10000111 | 1010100 | 110111 |
Color Harmonies of #2BEC5C
Complementary color
Monochromatic Colors of #2BEC5C
Black with #2BEC5C
Text Example
Text Example
White with #2BEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC5C; }
p { color: rgb(43,236,92); }
H1.HeaderClassName
{
color: #2BEC5C;
}
.AnyTagClassName
{
color: #2BEC5C;
}
</style>
background-color css
<style>
a { background-color: #2BEC5C; }
a { background-color: rgb(43,236,92); }
div.DivClassName
{
background-color: #2BEC5C;
}
.BgClassName
{
background-color: #2BEC5C;
}
</style>
border-color css
<style>
span { border-color: #2BEC5C; }
span { border-color: rgb(43,236,92); }
td.TdClassName
{
border-color: #2BEC5C;
}
.TagClassName
{
border-color: #2BEC5C;
}
</style>