Shades of Malachite #2BF952
Tints of Malachite #2BF952
RGB
CMYK
RGB Variations
Color information
#2BF952 (or 0x2BF952) is known color: Malachite. HEX triplet: 2B, F9 and 52. RGB value is (43,249,82). Sum of RGB (Red+Green+Blue) = 43+249+82=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF952 is #D406AD. Grayscale: #A8A8A8. Windows color (decimal): -13895342 or 5437739. OLE color: 5437739.
HSL color Cylindrical-coordinate representation of color #2BF952: hue angle of 131.36º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF952 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 82 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.02 |
| HSL | 131.36º | 0.94% | 0.57% | - |
| HSV(B) | 131.36º | 0.83% | 0.98% | - |
| XYZ | 36.39 | 68.87 | 19.36 | - |
| YUV | 168.37 | 79.25 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 82 | 0.83 | 0 | 0.67 | 0.02 | 131.36 | 0.94 | 0.57 |
| Hex | 2B | F9 | 52 | 53 | 0 | 43 | 2 | 83 | 5E | 39 |
| Octal | 53 | 371 | 122 | 123 | 0 | 103 | 2 | 203 | 136 | 71 |
| Binary | 101011 | 11111001 | 1010010 | 1010011 | 0 | 1000011 | 10 | 10000011 | 1011110 | 111001 |
Color Harmonies of #2BF952
Complementary color
Monochromatic Colors of #2BF952
Black with #2BF952
Text Example
Text Example
White with #2BF952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF952; }
p { color: rgb(43,249,82); }
H1.HeaderClassName
{
color: #2BF952;
}
.AnyTagClassName
{
color: #2BF952;
}
</style>
background-color css
<style>
a { background-color: #2BF952; }
a { background-color: rgb(43,249,82); }
div.DivClassName
{
background-color: #2BF952;
}
.BgClassName
{
background-color: #2BF952;
}
</style>
border-color css
<style>
span { border-color: #2BF952; }
span { border-color: rgb(43,249,82); }
td.TdClassName
{
border-color: #2BF952;
}
.TagClassName
{
border-color: #2BF952;
}
</style>