Shades of Malachite #2BF45D
Tints of Malachite #2BF45D
RGB
CMYK
RGB Variations
Color information
#2BF45D (or 0x2BF45D) is known color: Malachite. HEX triplet: 2B, F4 and 5D. RGB value is (43,244,93). Sum of RGB (Red+Green+Blue) = 43+244+93=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #2BF45D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF45D is #D40BA2. Grayscale: #A7A7A7. Windows color (decimal): -13896611 or 6157355. OLE color: 6157355.
HSL color Cylindrical-coordinate representation of color #2BF45D: hue angle of 134.93º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF45D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 244 | 93 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.93º | 0.9% | 0.56% | - |
| HSV(B) | 134.93º | 0.82% | 0.96% | - |
| XYZ | 35.32 | 66.01 | 21.23 | - |
| YUV | 166.69 | 86.41 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 244 | 93 | 0.82 | 0 | 0.62 | 0.04 | 134.93 | 0.9 | 0.56 |
| Hex | 2B | F4 | 5D | 52 | 0 | 3E | 4 | 87 | 5A | 38 |
| Octal | 53 | 364 | 135 | 122 | 0 | 76 | 4 | 207 | 132 | 70 |
| Binary | 101011 | 11110100 | 1011101 | 1010010 | 0 | 111110 | 100 | 10000111 | 1011010 | 111000 |
Color Harmonies of #2BF45D
Complementary color
Monochromatic Colors of #2BF45D
Black with #2BF45D
Text Example
Text Example
White with #2BF45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF45D; }
p { color: rgb(43,244,93); }
H1.HeaderClassName
{
color: #2BF45D;
}
.AnyTagClassName
{
color: #2BF45D;
}
</style>
background-color css
<style>
a { background-color: #2BF45D; }
a { background-color: rgb(43,244,93); }
div.DivClassName
{
background-color: #2BF45D;
}
.BgClassName
{
background-color: #2BF45D;
}
</style>
border-color css
<style>
span { border-color: #2BF45D; }
span { border-color: rgb(43,244,93); }
td.TdClassName
{
border-color: #2BF45D;
}
.TagClassName
{
border-color: #2BF45D;
}
</style>