Shades of Malachite #2BEF4D
Tints of Malachite #2BEF4D
RGB
CMYK
RGB Variations
Color information
#2BEF4D (or 0x2BEF4D) is known color: Malachite. HEX triplet: 2B, EF and 4D. RGB value is (43,239,77). Sum of RGB (Red+Green+Blue) = 43+239+77=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF4D is #D410B2. Grayscale: #A2A2A2. Windows color (decimal): -13897907 or 5107499. OLE color: 5107499.
HSL color Cylindrical-coordinate representation of color #2BEF4D: hue angle of 130.41º 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 #2BEF4D is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 77 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.06 |
| HSL | 130.41º | 0.86% | 0.55% | - |
| HSV(B) | 130.41º | 0.82% | 0.94% | - |
| XYZ | 33.2 | 62.78 | 17.39 | - |
| YUV | 161.93 | 80.07 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 77 | 0.82 | 0 | 0.68 | 0.06 | 130.41 | 0.86 | 0.55 |
| Hex | 2B | EF | 4D | 52 | 0 | 44 | 6 | 82 | 56 | 37 |
| Octal | 53 | 357 | 115 | 122 | 0 | 104 | 6 | 202 | 126 | 67 |
| Binary | 101011 | 11101111 | 1001101 | 1010010 | 0 | 1000100 | 110 | 10000010 | 1010110 | 110111 |
Color Harmonies of #2BEF4D
Complementary color
Monochromatic Colors of #2BEF4D
Black with #2BEF4D
Text Example
Text Example
White with #2BEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF4D; }
p { color: rgb(43,239,77); }
H1.HeaderClassName
{
color: #2BEF4D;
}
.AnyTagClassName
{
color: #2BEF4D;
}
</style>
background-color css
<style>
a { background-color: #2BEF4D; }
a { background-color: rgb(43,239,77); }
div.DivClassName
{
background-color: #2BEF4D;
}
.BgClassName
{
background-color: #2BEF4D;
}
</style>
border-color css
<style>
span { border-color: #2BEF4D; }
span { border-color: rgb(43,239,77); }
td.TdClassName
{
border-color: #2BEF4D;
}
.TagClassName
{
border-color: #2BEF4D;
}
</style>