Shades of Malachite #2BE65B
Tints of Malachite #2BE65B
RGB
CMYK
RGB Variations
Color information
#2BE65B (or 0x2BE65B) is known color: Malachite. HEX triplet: 2B, E6 and 5B. RGB value is (43,230,91). Sum of RGB (Red+Green+Blue) = 43+230+91=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE65B is #D419A4. Grayscale: #9E9E9E. Windows color (decimal): -13900197 or 6022699. OLE color: 6022699.
HSL color Cylindrical-coordinate representation of color #2BE65B: hue angle of 135.4º 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 #2BE65B is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 91 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.10 |
| HSL | 135.4º | 0.79% | 0.54% | - |
| HSV(B) | 135.4º | 0.81% | 0.9% | - |
| XYZ | 31.18 | 57.86 | 19.42 | - |
| YUV | 158.24 | 90.05 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 91 | 0.81 | 0 | 0.60 | 0.10 | 135.4 | 0.79 | 0.54 |
| Hex | 2B | E6 | 5B | 51 | 0 | 3C | A | 87 | 4F | 36 |
| Octal | 53 | 346 | 133 | 121 | 0 | 74 | 12 | 207 | 117 | 66 |
| Binary | 101011 | 11100110 | 1011011 | 1010001 | 0 | 111100 | 1010 | 10000111 | 1001111 | 110110 |
Color Harmonies of #2BE65B
Complementary color
Monochromatic Colors of #2BE65B
Black with #2BE65B
Text Example
Text Example
White with #2BE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE65B; }
p { color: rgb(43,230,91); }
H1.HeaderClassName
{
color: #2BE65B;
}
.AnyTagClassName
{
color: #2BE65B;
}
</style>
background-color css
<style>
a { background-color: #2BE65B; }
a { background-color: rgb(43,230,91); }
div.DivClassName
{
background-color: #2BE65B;
}
.BgClassName
{
background-color: #2BE65B;
}
</style>
border-color css
<style>
span { border-color: #2BE65B; }
span { border-color: rgb(43,230,91); }
td.TdClassName
{
border-color: #2BE65B;
}
.TagClassName
{
border-color: #2BE65B;
}
</style>