Shades of Malachite #2BED49
Tints of Malachite #2BED49
RGB
CMYK
RGB Variations
Color information
#2BED49 (or 0x2BED49) is known color: Malachite. HEX triplet: 2B, ED and 49. RGB value is (43,237,73). Sum of RGB (Red+Green+Blue) = 43+237+73=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED49 is #D412B6. Grayscale: #A0A0A0. Windows color (decimal): -13898423 or 4844843. OLE color: 4844843.
HSL color Cylindrical-coordinate representation of color #2BED49: hue angle of 129.28º 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 #2BED49 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 73 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.07 |
| HSL | 129.28º | 0.84% | 0.55% | - |
| HSV(B) | 129.28º | 0.82% | 0.93% | - |
| XYZ | 32.48 | 61.56 | 16.47 | - |
| YUV | 160.3 | 78.73 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 73 | 0.82 | 0 | 0.69 | 0.07 | 129.28 | 0.84 | 0.55 |
| Hex | 2B | ED | 49 | 52 | 0 | 45 | 7 | 81 | 54 | 37 |
| Octal | 53 | 355 | 111 | 122 | 0 | 105 | 7 | 201 | 124 | 67 |
| Binary | 101011 | 11101101 | 1001001 | 1010010 | 0 | 1000101 | 111 | 10000001 | 1010100 | 110111 |
Color Harmonies of #2BED49
Complementary color
Monochromatic Colors of #2BED49
Black with #2BED49
Text Example
Text Example
White with #2BED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED49; }
p { color: rgb(43,237,73); }
H1.HeaderClassName
{
color: #2BED49;
}
.AnyTagClassName
{
color: #2BED49;
}
</style>
background-color css
<style>
a { background-color: #2BED49; }
a { background-color: rgb(43,237,73); }
div.DivClassName
{
background-color: #2BED49;
}
.BgClassName
{
background-color: #2BED49;
}
</style>
border-color css
<style>
span { border-color: #2BED49; }
span { border-color: rgb(43,237,73); }
td.TdClassName
{
border-color: #2BED49;
}
.TagClassName
{
border-color: #2BED49;
}
</style>