Shades of Malachite #2BED55
Tints of Malachite #2BED55
RGB
CMYK
RGB Variations
Color information
#2BED55 (or 0x2BED55) is known color: Malachite. HEX triplet: 2B, ED and 55. RGB value is (43,237,85). Sum of RGB (Red+Green+Blue) = 43+237+85=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 237 (92.97% from 255 or 64.93% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED55 is #D412AA. Grayscale: #A2A2A2. Windows color (decimal): -13898411 or 5631275. OLE color: 5631275.
HSL color Cylindrical-coordinate representation of color #2BED55: hue angle of 132.99º degrees, saturation: 0.84, 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 #2BED55 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 85 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.07 |
| HSL | 132.99º | 0.84% | 0.55% | - |
| HSV(B) | 132.99º | 0.82% | 0.93% | - |
| XYZ | 32.92 | 61.74 | 18.78 | - |
| YUV | 161.67 | 84.73 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 85 | 0.82 | 0 | 0.64 | 0.07 | 132.99 | 0.84 | 0.55 |
| Hex | 2B | ED | 55 | 52 | 0 | 40 | 7 | 85 | 54 | 37 |
| Octal | 53 | 355 | 125 | 122 | 0 | 100 | 7 | 205 | 124 | 67 |
| Binary | 101011 | 11101101 | 1010101 | 1010010 | 0 | 1000000 | 111 | 10000101 | 1010100 | 110111 |
Color Harmonies of #2BED55
Complementary color
Monochromatic Colors of #2BED55
Black with #2BED55
Text Example
Text Example
White with #2BED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED55; }
p { color: rgb(43,237,85); }
H1.HeaderClassName
{
color: #2BED55;
}
.AnyTagClassName
{
color: #2BED55;
}
</style>
background-color css
<style>
a { background-color: #2BED55; }
a { background-color: rgb(43,237,85); }
div.DivClassName
{
background-color: #2BED55;
}
.BgClassName
{
background-color: #2BED55;
}
</style>
border-color css
<style>
span { border-color: #2BED55; }
span { border-color: rgb(43,237,85); }
td.TdClassName
{
border-color: #2BED55;
}
.TagClassName
{
border-color: #2BED55;
}
</style>