Shades of Malachite #2BF55D
Tints of Malachite #2BF55D
RGB
CMYK
RGB Variations
Color information
#2BF55D (or 0x2BF55D) is known color: Malachite. HEX triplet: 2B, F5 and 5D. RGB value is (43,245,93). Sum of RGB (Red+Green+Blue) = 43+245+93=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF55D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF55D is #D40AA2. Grayscale: #A7A7A7. Windows color (decimal): -13896355 or 6157611. OLE color: 6157611.
HSL color Cylindrical-coordinate representation of color #2BF55D: hue angle of 134.85º degrees, saturation: 0.91, 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 #2BF55D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 93 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.85º | 0.91% | 0.56% | - |
| HSV(B) | 134.85º | 0.82% | 0.96% | - |
| XYZ | 35.62 | 66.61 | 21.34 | - |
| YUV | 167.27 | 86.08 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 93 | 0.82 | 0 | 0.62 | 0.04 | 134.85 | 0.91 | 0.56 |
| Hex | 2B | F5 | 5D | 52 | 0 | 3E | 4 | 87 | 5B | 38 |
| Octal | 53 | 365 | 135 | 122 | 0 | 76 | 4 | 207 | 133 | 70 |
| Binary | 101011 | 11110101 | 1011101 | 1010010 | 0 | 111110 | 100 | 10000111 | 1011011 | 111000 |
Color Harmonies of #2BF55D
Complementary color
Monochromatic Colors of #2BF55D
Black with #2BF55D
Text Example
Text Example
White with #2BF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF55D; }
p { color: rgb(43,245,93); }
H1.HeaderClassName
{
color: #2BF55D;
}
.AnyTagClassName
{
color: #2BF55D;
}
</style>
background-color css
<style>
a { background-color: #2BF55D; }
a { background-color: rgb(43,245,93); }
div.DivClassName
{
background-color: #2BF55D;
}
.BgClassName
{
background-color: #2BF55D;
}
</style>
border-color css
<style>
span { border-color: #2BF55D; }
span { border-color: rgb(43,245,93); }
td.TdClassName
{
border-color: #2BF55D;
}
.TagClassName
{
border-color: #2BF55D;
}
</style>