Shades of Malachite #2BEE53
Tints of Malachite #2BEE53
RGB
CMYK
RGB Variations
Color information
#2BEE53 (or 0x2BEE53) is known color: Malachite. HEX triplet: 2B, EE and 53. RGB value is (43,238,83). Sum of RGB (Red+Green+Blue) = 43+238+83=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 238 (93.36% from 255 or 65.38% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEE53 is #D411AC. Grayscale: #A2A2A2. Windows color (decimal): -13898157 or 5500459. OLE color: 5500459.
HSL color Cylindrical-coordinate representation of color #2BEE53: hue angle of 132.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEE53 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 83 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.07 |
| HSL | 132.31º | 0.85% | 0.55% | - |
| HSV(B) | 132.31º | 0.82% | 0.93% | - |
| XYZ | 33.13 | 62.29 | 18.46 | - |
| YUV | 162.03 | 83.4 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 83 | 0.82 | 0 | 0.65 | 0.07 | 132.31 | 0.85 | 0.55 |
| Hex | 2B | EE | 53 | 52 | 0 | 41 | 7 | 84 | 55 | 37 |
| Octal | 53 | 356 | 123 | 122 | 0 | 101 | 7 | 204 | 125 | 67 |
| Binary | 101011 | 11101110 | 1010011 | 1010010 | 0 | 1000001 | 111 | 10000100 | 1010101 | 110111 |
Color Harmonies of #2BEE53
Complementary color
Monochromatic Colors of #2BEE53
Black with #2BEE53
Text Example
Text Example
White with #2BEE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE53; }
p { color: rgb(43,238,83); }
H1.HeaderClassName
{
color: #2BEE53;
}
.AnyTagClassName
{
color: #2BEE53;
}
</style>
background-color css
<style>
a { background-color: #2BEE53; }
a { background-color: rgb(43,238,83); }
div.DivClassName
{
background-color: #2BEE53;
}
.BgClassName
{
background-color: #2BEE53;
}
</style>
border-color css
<style>
span { border-color: #2BEE53; }
span { border-color: rgb(43,238,83); }
td.TdClassName
{
border-color: #2BEE53;
}
.TagClassName
{
border-color: #2BEE53;
}
</style>