Shades of Malachite #2BF363
Tints of Malachite #2BF363
RGB
CMYK
RGB Variations
Color information
#2BF363 (or 0x2BF363) is known color: Malachite. HEX triplet: 2B, F3 and 63. RGB value is (43,243,99). Sum of RGB (Red+Green+Blue) = 43+243+99=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF363 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF363 is #D40C9C. Grayscale: #A7A7A7. Windows color (decimal): -13896861 or 6550315. OLE color: 6550315.
HSL color Cylindrical-coordinate representation of color #2BF363: hue angle of 136.8º 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 #2BF363 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 99 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.05 |
| HSL | 136.8º | 0.89% | 0.56% | - |
| HSV(B) | 136.8º | 0.82% | 0.95% | - |
| XYZ | 35.3 | 65.52 | 22.59 | - |
| YUV | 166.78 | 89.74 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 99 | 0.82 | 0 | 0.59 | 0.05 | 136.8 | 0.89 | 0.56 |
| Hex | 2B | F3 | 63 | 52 | 0 | 3B | 5 | 89 | 59 | 38 |
| Octal | 53 | 363 | 143 | 122 | 0 | 73 | 5 | 211 | 131 | 70 |
| Binary | 101011 | 11110011 | 1100011 | 1010010 | 0 | 111011 | 101 | 10001001 | 1011001 | 111000 |
Color Harmonies of #2BF363
Complementary color
Monochromatic Colors of #2BF363
Black with #2BF363
Text Example
Text Example
White with #2BF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF363; }
p { color: rgb(43,243,99); }
H1.HeaderClassName
{
color: #2BF363;
}
.AnyTagClassName
{
color: #2BF363;
}
</style>
background-color css
<style>
a { background-color: #2BF363; }
a { background-color: rgb(43,243,99); }
div.DivClassName
{
background-color: #2BF363;
}
.BgClassName
{
background-color: #2BF363;
}
</style>
border-color css
<style>
span { border-color: #2BF363; }
span { border-color: rgb(43,243,99); }
td.TdClassName
{
border-color: #2BF363;
}
.TagClassName
{
border-color: #2BF363;
}
</style>