Shades of Malachite #2BFE4B
Tints of Malachite #2BFE4B
RGB
CMYK
RGB Variations
Color information
#2BFE4B (or 0x2BFE4B) is known color: Malachite. HEX triplet: 2B, FE and 4B. RGB value is (43,254,75). Sum of RGB (Red+Green+Blue) = 43+254+75=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFE4B is #D401B4. Grayscale: #ABABAB. Windows color (decimal): -13894069 or 4980267. OLE color: 4980267.
HSL color Cylindrical-coordinate representation of color #2BFE4B: hue angle of 129.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE4B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 75 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.00 |
| HSL | 129.1º | 0.99% | 0.58% | - |
| HSV(B) | 129.1º | 0.83% | 1% | - |
| XYZ | 37.71 | 71.91 | 18.55 | - |
| YUV | 170.51 | 74.1 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 75 | 0.83 | 0 | 0.70 | 0.00 | 129.1 | 0.99 | 0.58 |
| Hex | 2B | FE | 4B | 53 | 0 | 46 | 0 | 81 | 63 | 3A |
| Octal | 53 | 376 | 113 | 123 | 0 | 106 | 0 | 201 | 143 | 72 |
| Binary | 101011 | 11111110 | 1001011 | 1010011 | 0 | 1000110 | 0 | 10000001 | 1100011 | 111010 |
Color Harmonies of #2BFE4B
Complementary color
Monochromatic Colors of #2BFE4B
Black with #2BFE4B
Text Example
Text Example
White with #2BFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE4B; }
p { color: rgb(43,254,75); }
H1.HeaderClassName
{
color: #2BFE4B;
}
.AnyTagClassName
{
color: #2BFE4B;
}
</style>
background-color css
<style>
a { background-color: #2BFE4B; }
a { background-color: rgb(43,254,75); }
div.DivClassName
{
background-color: #2BFE4B;
}
.BgClassName
{
background-color: #2BFE4B;
}
</style>
border-color css
<style>
span { border-color: #2BFE4B; }
span { border-color: rgb(43,254,75); }
td.TdClassName
{
border-color: #2BFE4B;
}
.TagClassName
{
border-color: #2BFE4B;
}
</style>