Shades of Malachite #2BF34D
Tints of Malachite #2BF34D
RGB
CMYK
RGB Variations
Color information
#2BF34D (or 0x2BF34D) is known color: Malachite. HEX triplet: 2B, F3 and 4D. RGB value is (43,243,77). Sum of RGB (Red+Green+Blue) = 43+243+77=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF34D is #D40CB2. Grayscale: #A4A4A4. Windows color (decimal): -13896883 or 5108523. OLE color: 5108523.
HSL color Cylindrical-coordinate representation of color #2BF34D: hue angle of 130.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF34D is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 77 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.05 |
| HSL | 130.2º | 0.89% | 0.56% | - |
| HSV(B) | 130.2º | 0.82% | 0.95% | - |
| XYZ | 34.39 | 65.15 | 17.78 | - |
| YUV | 164.28 | 78.74 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 77 | 0.82 | 0 | 0.68 | 0.05 | 130.2 | 0.89 | 0.56 |
| Hex | 2B | F3 | 4D | 52 | 0 | 44 | 5 | 82 | 59 | 38 |
| Octal | 53 | 363 | 115 | 122 | 0 | 104 | 5 | 202 | 131 | 70 |
| Binary | 101011 | 11110011 | 1001101 | 1010010 | 0 | 1000100 | 101 | 10000010 | 1011001 | 111000 |
Color Harmonies of #2BF34D
Complementary color
Monochromatic Colors of #2BF34D
Black with #2BF34D
Text Example
Text Example
White with #2BF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF34D; }
p { color: rgb(43,243,77); }
H1.HeaderClassName
{
color: #2BF34D;
}
.AnyTagClassName
{
color: #2BF34D;
}
</style>
background-color css
<style>
a { background-color: #2BF34D; }
a { background-color: rgb(43,243,77); }
div.DivClassName
{
background-color: #2BF34D;
}
.BgClassName
{
background-color: #2BF34D;
}
</style>
border-color css
<style>
span { border-color: #2BF34D; }
span { border-color: rgb(43,243,77); }
td.TdClassName
{
border-color: #2BF34D;
}
.TagClassName
{
border-color: #2BF34D;
}
</style>