Shades of Malachite #2BE75C
Tints of Malachite #2BE75C
RGB
CMYK
RGB Variations
Color information
#2BE75C (or 0x2BE75C) is known color: Malachite. HEX triplet: 2B, E7 and 5C. RGB value is (43,231,92). Sum of RGB (Red+Green+Blue) = 43+231+92=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 231 (90.62% from 255 or 63.11% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE75C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE75C is #D418A3. Grayscale: #9F9F9F. Windows color (decimal): -13899940 or 6088491. OLE color: 6088491.
HSL color Cylindrical-coordinate representation of color #2BE75C: hue angle of 135.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE75C is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 92 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.09 |
| HSL | 135.64º | 0.8% | 0.54% | - |
| HSV(B) | 135.64º | 0.81% | 0.91% | - |
| XYZ | 31.5 | 58.44 | 19.74 | - |
| YUV | 158.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 92 | 0.81 | 0 | 0.60 | 0.09 | 135.64 | 0.8 | 0.54 |
| Hex | 2B | E7 | 5C | 51 | 0 | 3C | 9 | 88 | 50 | 36 |
| Octal | 53 | 347 | 134 | 121 | 0 | 74 | 11 | 210 | 120 | 66 |
| Binary | 101011 | 11100111 | 1011100 | 1010001 | 0 | 111100 | 1001 | 10001000 | 1010000 | 110110 |
Color Harmonies of #2BE75C
Complementary color
Monochromatic Colors of #2BE75C
Black with #2BE75C
Text Example
Text Example
White with #2BE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE75C; }
p { color: rgb(43,231,92); }
H1.HeaderClassName
{
color: #2BE75C;
}
.AnyTagClassName
{
color: #2BE75C;
}
</style>
background-color css
<style>
a { background-color: #2BE75C; }
a { background-color: rgb(43,231,92); }
div.DivClassName
{
background-color: #2BE75C;
}
.BgClassName
{
background-color: #2BE75C;
}
</style>
border-color css
<style>
span { border-color: #2BE75C; }
span { border-color: rgb(43,231,92); }
td.TdClassName
{
border-color: #2BE75C;
}
.TagClassName
{
border-color: #2BE75C;
}
</style>