Shades of Malachite #2BE955
Tints of Malachite #2BE955
RGB
CMYK
RGB Variations
Color information
#2BE955 (or 0x2BE955) is known color: Malachite. HEX triplet: 2B, E9 and 55. RGB value is (43,233,85). Sum of RGB (Red+Green+Blue) = 43+233+85=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE955 is #D416AA. Grayscale: #9F9F9F. Windows color (decimal): -13899435 or 5630251. OLE color: 5630251.
HSL color Cylindrical-coordinate representation of color #2BE955: hue angle of 133.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE955 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 85 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.09 |
| HSL | 133.26º | 0.81% | 0.54% | - |
| HSV(B) | 133.26º | 0.82% | 0.91% | - |
| XYZ | 31.77 | 59.45 | 18.39 | - |
| YUV | 159.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 85 | 0.82 | 0 | 0.64 | 0.09 | 133.26 | 0.81 | 0.54 |
| Hex | 2B | E9 | 55 | 52 | 0 | 40 | 9 | 85 | 51 | 36 |
| Octal | 53 | 351 | 125 | 122 | 0 | 100 | 11 | 205 | 121 | 66 |
| Binary | 101011 | 11101001 | 1010101 | 1010010 | 0 | 1000000 | 1001 | 10000101 | 1010001 | 110110 |
Color Harmonies of #2BE955
Complementary color
Monochromatic Colors of #2BE955
Black with #2BE955
Text Example
Text Example
White with #2BE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE955; }
p { color: rgb(43,233,85); }
H1.HeaderClassName
{
color: #2BE955;
}
.AnyTagClassName
{
color: #2BE955;
}
</style>
background-color css
<style>
a { background-color: #2BE955; }
a { background-color: rgb(43,233,85); }
div.DivClassName
{
background-color: #2BE955;
}
.BgClassName
{
background-color: #2BE955;
}
</style>
border-color css
<style>
span { border-color: #2BE955; }
span { border-color: rgb(43,233,85); }
td.TdClassName
{
border-color: #2BE955;
}
.TagClassName
{
border-color: #2BE955;
}
</style>