Shades of Malachite #2BEF54
Tints of Malachite #2BEF54
RGB
CMYK
RGB Variations
Color information
#2BEF54 (or 0x2BEF54) is known color: Malachite. HEX triplet: 2B, EF and 54. RGB value is (43,239,84). Sum of RGB (Red+Green+Blue) = 43+239+84=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF54 is #D410AB. Grayscale: #A3A3A3. Windows color (decimal): -13897900 or 5566251. OLE color: 5566251.
HSL color Cylindrical-coordinate representation of color #2BEF54: hue angle of 132.55º 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 #2BEF54 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 84 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.06 |
| HSL | 132.55º | 0.86% | 0.55% | - |
| HSV(B) | 132.55º | 0.82% | 0.94% | - |
| XYZ | 33.46 | 62.89 | 18.76 | - |
| YUV | 162.73 | 83.57 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 84 | 0.82 | 0 | 0.65 | 0.06 | 132.55 | 0.86 | 0.55 |
| Hex | 2B | EF | 54 | 52 | 0 | 41 | 6 | 85 | 56 | 37 |
| Octal | 53 | 357 | 124 | 122 | 0 | 101 | 6 | 205 | 126 | 67 |
| Binary | 101011 | 11101111 | 1010100 | 1010010 | 0 | 1000001 | 110 | 10000101 | 1010110 | 110111 |
Color Harmonies of #2BEF54
Complementary color
Monochromatic Colors of #2BEF54
Black with #2BEF54
Text Example
Text Example
White with #2BEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF54; }
p { color: rgb(43,239,84); }
H1.HeaderClassName
{
color: #2BEF54;
}
.AnyTagClassName
{
color: #2BEF54;
}
</style>
background-color css
<style>
a { background-color: #2BEF54; }
a { background-color: rgb(43,239,84); }
div.DivClassName
{
background-color: #2BEF54;
}
.BgClassName
{
background-color: #2BEF54;
}
</style>
border-color css
<style>
span { border-color: #2BEF54; }
span { border-color: rgb(43,239,84); }
td.TdClassName
{
border-color: #2BEF54;
}
.TagClassName
{
border-color: #2BEF54;
}
</style>