Shades of Malachite #2BE65D
Tints of Malachite #2BE65D
RGB
CMYK
RGB Variations
Color information
#2BE65D (or 0x2BE65D) is known color: Malachite. HEX triplet: 2B, E6 and 5D. RGB value is (43,230,93). Sum of RGB (Red+Green+Blue) = 43+230+93=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE65D is #D419A2. Grayscale: #9E9E9E. Windows color (decimal): -13900195 or 6153771. OLE color: 6153771.
HSL color Cylindrical-coordinate representation of color #2BE65D: hue angle of 136.04º 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 #2BE65D is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 93 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.10 |
| HSL | 136.04º | 0.79% | 0.54% | - |
| HSV(B) | 136.04º | 0.81% | 0.9% | - |
| XYZ | 31.27 | 57.9 | 19.88 | - |
| YUV | 158.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 93 | 0.81 | 0 | 0.60 | 0.10 | 136.04 | 0.79 | 0.54 |
| Hex | 2B | E6 | 5D | 51 | 0 | 3C | A | 88 | 4F | 36 |
| Octal | 53 | 346 | 135 | 121 | 0 | 74 | 12 | 210 | 117 | 66 |
| Binary | 101011 | 11100110 | 1011101 | 1010001 | 0 | 111100 | 1010 | 10001000 | 1001111 | 110110 |
Color Harmonies of #2BE65D
Complementary color
Monochromatic Colors of #2BE65D
Black with #2BE65D
Text Example
Text Example
White with #2BE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE65D; }
p { color: rgb(43,230,93); }
H1.HeaderClassName
{
color: #2BE65D;
}
.AnyTagClassName
{
color: #2BE65D;
}
</style>
background-color css
<style>
a { background-color: #2BE65D; }
a { background-color: rgb(43,230,93); }
div.DivClassName
{
background-color: #2BE65D;
}
.BgClassName
{
background-color: #2BE65D;
}
</style>
border-color css
<style>
span { border-color: #2BE65D; }
span { border-color: rgb(43,230,93); }
td.TdClassName
{
border-color: #2BE65D;
}
.TagClassName
{
border-color: #2BE65D;
}
</style>