Shades of Malachite #2BF94D
Tints of Malachite #2BF94D
RGB
CMYK
RGB Variations
Color information
#2BF94D (or 0x2BF94D) is known color: Malachite. HEX triplet: 2B, F9 and 4D. RGB value is (43,249,77). Sum of RGB (Red+Green+Blue) = 43+249+77=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF94D is #D406B2. Grayscale: #A8A8A8. Windows color (decimal): -13895347 or 5110059. OLE color: 5110059.
HSL color Cylindrical-coordinate representation of color #2BF94D: hue angle of 129.9º 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 #2BF94D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 77 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.02 |
| HSL | 129.9º | 0.94% | 0.57% | - |
| HSV(B) | 129.9º | 0.83% | 0.98% | - |
| XYZ | 36.21 | 68.8 | 18.39 | - |
| YUV | 167.8 | 76.75 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 77 | 0.83 | 0 | 0.69 | 0.02 | 129.9 | 0.94 | 0.57 |
| Hex | 2B | F9 | 4D | 53 | 0 | 45 | 2 | 82 | 5E | 39 |
| Octal | 53 | 371 | 115 | 123 | 0 | 105 | 2 | 202 | 136 | 71 |
| Binary | 101011 | 11111001 | 1001101 | 1010011 | 0 | 1000101 | 10 | 10000010 | 1011110 | 111001 |
Color Harmonies of #2BF94D
Complementary color
Monochromatic Colors of #2BF94D
Black with #2BF94D
Text Example
Text Example
White with #2BF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF94D; }
p { color: rgb(43,249,77); }
H1.HeaderClassName
{
color: #2BF94D;
}
.AnyTagClassName
{
color: #2BF94D;
}
</style>
background-color css
<style>
a { background-color: #2BF94D; }
a { background-color: rgb(43,249,77); }
div.DivClassName
{
background-color: #2BF94D;
}
.BgClassName
{
background-color: #2BF94D;
}
</style>
border-color css
<style>
span { border-color: #2BF94D; }
span { border-color: rgb(43,249,77); }
td.TdClassName
{
border-color: #2BF94D;
}
.TagClassName
{
border-color: #2BF94D;
}
</style>