Shades of Malachite #2BFC45
Tints of Malachite #2BFC45
RGB
CMYK
RGB Variations
Color information
#2BFC45 (or 0x2BFC45) is known color: Malachite. HEX triplet: 2B, FC and 45. RGB value is (43,252,69). Sum of RGB (Red+Green+Blue) = 43+252+69=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 252 (98.83% from 255 or 69.23% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC45 is #D403BA. Grayscale: #A9A9A9. Windows color (decimal): -13894587 or 4586539. OLE color: 4586539.
HSL color Cylindrical-coordinate representation of color #2BFC45: hue angle of 127.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC45 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 69 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.01 |
| HSL | 127.46º | 0.97% | 0.58% | - |
| HSV(B) | 127.46º | 0.83% | 0.99% | - |
| XYZ | 36.88 | 70.56 | 17.31 | - |
| YUV | 168.65 | 71.76 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 69 | 0.83 | 0 | 0.73 | 0.01 | 127.46 | 0.97 | 0.58 |
| Hex | 2B | FC | 45 | 53 | 0 | 49 | 1 | 7F | 61 | 3A |
| Octal | 53 | 374 | 105 | 123 | 0 | 111 | 1 | 177 | 141 | 72 |
| Binary | 101011 | 11111100 | 1000101 | 1010011 | 0 | 1001001 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2BFC45
Complementary color
Monochromatic Colors of #2BFC45
Black with #2BFC45
Text Example
Text Example
White with #2BFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC45; }
p { color: rgb(43,252,69); }
H1.HeaderClassName
{
color: #2BFC45;
}
.AnyTagClassName
{
color: #2BFC45;
}
</style>
background-color css
<style>
a { background-color: #2BFC45; }
a { background-color: rgb(43,252,69); }
div.DivClassName
{
background-color: #2BFC45;
}
.BgClassName
{
background-color: #2BFC45;
}
</style>
border-color css
<style>
span { border-color: #2BFC45; }
span { border-color: rgb(43,252,69); }
td.TdClassName
{
border-color: #2BFC45;
}
.TagClassName
{
border-color: #2BFC45;
}
</style>