Shades of Malachite #2EFB5A
Tints of Malachite #2EFB5A
RGB
CMYK
RGB Variations
Color information
#2EFB5A (or 0x2EFB5A) is known color: Malachite. HEX triplet: 2E, FB and 5A. RGB value is (46,251,90). Sum of RGB (Red+Green+Blue) = 46+251+90=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB5A is #D104A5. Grayscale: #ABABAB. Windows color (decimal): -13698214 or 5962542. OLE color: 5962542.
HSL color Cylindrical-coordinate representation of color #2EFB5A: hue angle of 132.88º 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 #2EFB5A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 90 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 132.88º | 0.96% | 0.58% | - |
| HSV(B) | 132.88º | 0.82% | 0.98% | - |
| XYZ | 37.47 | 70.31 | 21.27 | - |
| YUV | 171.35 | 82.08 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 90 | 0.82 | 0 | 0.64 | 0.02 | 132.88 | 0.96 | 0.58 |
| Hex | 2E | FB | 5A | 52 | 0 | 40 | 2 | 85 | 60 | 3A |
| Octal | 56 | 373 | 132 | 122 | 0 | 100 | 2 | 205 | 140 | 72 |
| Binary | 101110 | 11111011 | 1011010 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1100000 | 111010 |
Color Harmonies of #2EFB5A
Complementary color
Monochromatic Colors of #2EFB5A
Black with #2EFB5A
Text Example
Text Example
White with #2EFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB5A; }
p { color: rgb(46,251,90); }
H1.HeaderClassName
{
color: #2EFB5A;
}
.AnyTagClassName
{
color: #2EFB5A;
}
</style>
background-color css
<style>
a { background-color: #2EFB5A; }
a { background-color: rgb(46,251,90); }
div.DivClassName
{
background-color: #2EFB5A;
}
.BgClassName
{
background-color: #2EFB5A;
}
</style>
border-color css
<style>
span { border-color: #2EFB5A; }
span { border-color: rgb(46,251,90); }
td.TdClassName
{
border-color: #2EFB5A;
}
.TagClassName
{
border-color: #2EFB5A;
}
</style>