Shades of Malachite #2BFF4A
Tints of Malachite #2BFF4A
RGB
CMYK
RGB Variations
Color information
#2BFF4A (or 0x2BFF4A) is known color: Malachite. HEX triplet: 2B, FF and 4A. RGB value is (43,255,74). Sum of RGB (Red+Green+Blue) = 43+255+74=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF4A is #D400B5. Grayscale: #ABABAB. Windows color (decimal): -13893814 or 4914987. OLE color: 4914987.
HSL color Cylindrical-coordinate representation of color #2BFF4A: hue angle of 128.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF4A is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 74 | - |
| CMYK | 0.83 | 0 | 0.71 | 0 |
| HSL | 128.77º | 1% | 0.58% | - |
| HSV(B) | 128.77º | 0.83% | 1% | - |
| XYZ | 37.99 | 72.53 | 18.48 | - |
| YUV | 170.98 | 73.26 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 74 | 0.83 | 0 | 0.71 | 0 | 128.77 | 1 | 0.58 |
| Hex | 2B | FF | 4A | 53 | 0 | 47 | 0 | 81 | 64 | 3A |
| Octal | 53 | 377 | 112 | 123 | 0 | 107 | 0 | 201 | 144 | 72 |
| Binary | 101011 | 11111111 | 1001010 | 1010011 | 0 | 1000111 | 0 | 10000001 | 1100100 | 111010 |
Color Harmonies of #2BFF4A
Complementary color
Monochromatic Colors of #2BFF4A
Black with #2BFF4A
Text Example
Text Example
White with #2BFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF4A; }
p { color: rgb(43,255,74); }
H1.HeaderClassName
{
color: #2BFF4A;
}
.AnyTagClassName
{
color: #2BFF4A;
}
</style>
background-color css
<style>
a { background-color: #2BFF4A; }
a { background-color: rgb(43,255,74); }
div.DivClassName
{
background-color: #2BFF4A;
}
.BgClassName
{
background-color: #2BFF4A;
}
</style>
border-color css
<style>
span { border-color: #2BFF4A; }
span { border-color: rgb(43,255,74); }
td.TdClassName
{
border-color: #2BFF4A;
}
.TagClassName
{
border-color: #2BFF4A;
}
</style>