Shades of Malachite #2BE65A
Tints of Malachite #2BE65A
RGB
CMYK
RGB Variations
Color information
#2BE65A (or 0x2BE65A) is known color: Malachite. HEX triplet: 2B, E6 and 5A. RGB value is (43,230,90). Sum of RGB (Red+Green+Blue) = 43+230+90=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE65A is #D419A5. Grayscale: #9E9E9E. Windows color (decimal): -13900198 or 5957163. OLE color: 5957163.
HSL color Cylindrical-coordinate representation of color #2BE65A: hue angle of 135.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE65A is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 90 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.10 |
| HSL | 135.08º | 0.79% | 0.54% | - |
| HSV(B) | 135.08º | 0.81% | 0.9% | - |
| XYZ | 31.14 | 57.85 | 19.2 | - |
| YUV | 158.13 | 89.55 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 90 | 0.81 | 0 | 0.61 | 0.10 | 135.08 | 0.79 | 0.54 |
| Hex | 2B | E6 | 5A | 51 | 0 | 3D | A | 87 | 4F | 36 |
| Octal | 53 | 346 | 132 | 121 | 0 | 75 | 12 | 207 | 117 | 66 |
| Binary | 101011 | 11100110 | 1011010 | 1010001 | 0 | 111101 | 1010 | 10000111 | 1001111 | 110110 |
Color Harmonies of #2BE65A
Complementary color
Monochromatic Colors of #2BE65A
Black with #2BE65A
Text Example
Text Example
White with #2BE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE65A; }
p { color: rgb(43,230,90); }
H1.HeaderClassName
{
color: #2BE65A;
}
.AnyTagClassName
{
color: #2BE65A;
}
</style>
background-color css
<style>
a { background-color: #2BE65A; }
a { background-color: rgb(43,230,90); }
div.DivClassName
{
background-color: #2BE65A;
}
.BgClassName
{
background-color: #2BE65A;
}
</style>
border-color css
<style>
span { border-color: #2BE65A; }
span { border-color: rgb(43,230,90); }
td.TdClassName
{
border-color: #2BE65A;
}
.TagClassName
{
border-color: #2BE65A;
}
</style>