Shades of Malachite #2BF84A
Tints of Malachite #2BF84A
RGB
CMYK
RGB Variations
Color information
#2BF84A (or 0x2BF84A) is known color: Malachite. HEX triplet: 2B, F8 and 4A. RGB value is (43,248,74). Sum of RGB (Red+Green+Blue) = 43+248+74=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF84A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF84A is #D407B5. Grayscale: #A7A7A7. Windows color (decimal): -13895606 or 4913195. OLE color: 4913195.
HSL color Cylindrical-coordinate representation of color #2BF84A: hue angle of 129.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF84A is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 74 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.03 |
| HSL | 129.07º | 0.94% | 0.57% | - |
| HSV(B) | 129.07º | 0.83% | 0.97% | - |
| XYZ | 35.8 | 68.14 | 17.74 | - |
| YUV | 166.87 | 75.58 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 74 | 0.83 | 0 | 0.70 | 0.03 | 129.07 | 0.94 | 0.57 |
| Hex | 2B | F8 | 4A | 53 | 0 | 46 | 3 | 81 | 5E | 39 |
| Octal | 53 | 370 | 112 | 123 | 0 | 106 | 3 | 201 | 136 | 71 |
| Binary | 101011 | 11111000 | 1001010 | 1010011 | 0 | 1000110 | 11 | 10000001 | 1011110 | 111001 |
Color Harmonies of #2BF84A
Complementary color
Monochromatic Colors of #2BF84A
Black with #2BF84A
Text Example
Text Example
White with #2BF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF84A; }
p { color: rgb(43,248,74); }
H1.HeaderClassName
{
color: #2BF84A;
}
.AnyTagClassName
{
color: #2BF84A;
}
</style>
background-color css
<style>
a { background-color: #2BF84A; }
a { background-color: rgb(43,248,74); }
div.DivClassName
{
background-color: #2BF84A;
}
.BgClassName
{
background-color: #2BF84A;
}
</style>
border-color css
<style>
span { border-color: #2BF84A; }
span { border-color: rgb(43,248,74); }
td.TdClassName
{
border-color: #2BF84A;
}
.TagClassName
{
border-color: #2BF84A;
}
</style>