Shades of Malachite #2BE25B
Tints of Malachite #2BE25B
RGB
CMYK
RGB Variations
Color information
#2BE25B (or 0x2BE25B) is known color: Malachite. HEX triplet: 2B, E2 and 5B. RGB value is (43,226,91). Sum of RGB (Red+Green+Blue) = 43+226+91=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE25B is #D41DA4. Grayscale: #9C9C9C. Windows color (decimal): -13901221 or 6021675. OLE color: 6021675.
HSL color Cylindrical-coordinate representation of color #2BE25B: hue angle of 135.74º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE25B is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 91 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.11 |
| HSL | 135.74º | 0.76% | 0.53% | - |
| HSV(B) | 135.74º | 0.81% | 0.89% | - |
| XYZ | 30.08 | 55.66 | 19.06 | - |
| YUV | 155.89 | 91.37 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 91 | 0.81 | 0 | 0.60 | 0.11 | 135.74 | 0.76 | 0.53 |
| Hex | 2B | E2 | 5B | 51 | 0 | 3C | B | 88 | 4C | 35 |
| Octal | 53 | 342 | 133 | 121 | 0 | 74 | 13 | 210 | 114 | 65 |
| Binary | 101011 | 11100010 | 1011011 | 1010001 | 0 | 111100 | 1011 | 10001000 | 1001100 | 110101 |
Color Harmonies of #2BE25B
Complementary color
Monochromatic Colors of #2BE25B
Black with #2BE25B
Text Example
Text Example
White with #2BE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE25B; }
p { color: rgb(43,226,91); }
H1.HeaderClassName
{
color: #2BE25B;
}
.AnyTagClassName
{
color: #2BE25B;
}
</style>
background-color css
<style>
a { background-color: #2BE25B; }
a { background-color: rgb(43,226,91); }
div.DivClassName
{
background-color: #2BE25B;
}
.BgClassName
{
background-color: #2BE25B;
}
</style>
border-color css
<style>
span { border-color: #2BE25B; }
span { border-color: rgb(43,226,91); }
td.TdClassName
{
border-color: #2BE25B;
}
.TagClassName
{
border-color: #2BE25B;
}
</style>