Shades of Malachite #2BE554
Tints of Malachite #2BE554
RGB
CMYK
RGB Variations
Color information
#2BE554 (or 0x2BE554) is known color: Malachite. HEX triplet: 2B, E5 and 54. RGB value is (43,229,84). Sum of RGB (Red+Green+Blue) = 43+229+84=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE554 is #D41AAB. Grayscale: #9D9D9D. Windows color (decimal): -13900460 or 5563691. OLE color: 5563691.
HSL color Cylindrical-coordinate representation of color #2BE554: hue angle of 133.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE554 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 84 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.10 |
| HSL | 133.23º | 0.78% | 0.53% | - |
| HSV(B) | 133.23º | 0.81% | 0.9% | - |
| XYZ | 30.62 | 57.19 | 17.81 | - |
| YUV | 156.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 84 | 0.81 | 0 | 0.63 | 0.10 | 133.23 | 0.78 | 0.53 |
| Hex | 2B | E5 | 54 | 51 | 0 | 3F | A | 85 | 4E | 35 |
| Octal | 53 | 345 | 124 | 121 | 0 | 77 | 12 | 205 | 116 | 65 |
| Binary | 101011 | 11100101 | 1010100 | 1010001 | 0 | 111111 | 1010 | 10000101 | 1001110 | 110101 |
Color Harmonies of #2BE554
Complementary color
Monochromatic Colors of #2BE554
Black with #2BE554
Text Example
Text Example
White with #2BE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE554; }
p { color: rgb(43,229,84); }
H1.HeaderClassName
{
color: #2BE554;
}
.AnyTagClassName
{
color: #2BE554;
}
</style>
background-color css
<style>
a { background-color: #2BE554; }
a { background-color: rgb(43,229,84); }
div.DivClassName
{
background-color: #2BE554;
}
.BgClassName
{
background-color: #2BE554;
}
</style>
border-color css
<style>
span { border-color: #2BE554; }
span { border-color: rgb(43,229,84); }
td.TdClassName
{
border-color: #2BE554;
}
.TagClassName
{
border-color: #2BE554;
}
</style>