Shades of Malachite #2EFB5B
Tints of Malachite #2EFB5B
RGB
CMYK
RGB Variations
Color information
#2EFB5B (or 0x2EFB5B) is known color: Malachite. HEX triplet: 2E, FB and 5B. RGB value is (46,251,91). Sum of RGB (Red+Green+Blue) = 46+251+91=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 251 (98.44% from 255 or 64.69% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB5B is #D104A4. Grayscale: #ABABAB. Windows color (decimal): -13698213 or 6028078. OLE color: 6028078.
HSL color Cylindrical-coordinate representation of color #2EFB5B: hue angle of 133.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB5B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 91 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 133.17º | 0.96% | 0.58% | - |
| HSV(B) | 133.17º | 0.82% | 0.98% | - |
| XYZ | 37.51 | 70.33 | 21.5 | - |
| YUV | 171.47 | 82.58 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 91 | 0.82 | 0 | 0.64 | 0.02 | 133.17 | 0.96 | 0.58 |
| Hex | 2E | FB | 5B | 52 | 0 | 40 | 2 | 85 | 60 | 3A |
| Octal | 56 | 373 | 133 | 122 | 0 | 100 | 2 | 205 | 140 | 72 |
| Binary | 101110 | 11111011 | 1011011 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1100000 | 111010 |
Color Harmonies of #2EFB5B
Complementary color
Monochromatic Colors of #2EFB5B
Black with #2EFB5B
Text Example
Text Example
White with #2EFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB5B; }
p { color: rgb(46,251,91); }
H1.HeaderClassName
{
color: #2EFB5B;
}
.AnyTagClassName
{
color: #2EFB5B;
}
</style>
background-color css
<style>
a { background-color: #2EFB5B; }
a { background-color: rgb(46,251,91); }
div.DivClassName
{
background-color: #2EFB5B;
}
.BgClassName
{
background-color: #2EFB5B;
}
</style>
border-color css
<style>
span { border-color: #2EFB5B; }
span { border-color: rgb(46,251,91); }
td.TdClassName
{
border-color: #2EFB5B;
}
.TagClassName
{
border-color: #2EFB5B;
}
</style>