Shades of Malachite #2EF25B
Tints of Malachite #2EF25B
RGB
CMYK
RGB Variations
Color information
#2EF25B (or 0x2EF25B) is known color: Malachite. HEX triplet: 2E, F2 and 5B. RGB value is (46,242,91). Sum of RGB (Red+Green+Blue) = 46+242+91=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF25B is #D10DA4. Grayscale: #A6A6A6. Windows color (decimal): -13700517 or 6025774. OLE color: 6025774.
HSL color Cylindrical-coordinate representation of color #2EF25B: hue angle of 133.78º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF25B is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 91 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.05 |
| HSL | 133.78º | 0.88% | 0.56% | - |
| HSV(B) | 133.78º | 0.81% | 0.95% | - |
| XYZ | 34.77 | 64.84 | 20.58 | - |
| YUV | 166.18 | 85.57 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 91 | 0.81 | 0 | 0.62 | 0.05 | 133.78 | 0.88 | 0.56 |
| Hex | 2E | F2 | 5B | 51 | 0 | 3E | 5 | 86 | 58 | 38 |
| Octal | 56 | 362 | 133 | 121 | 0 | 76 | 5 | 206 | 130 | 70 |
| Binary | 101110 | 11110010 | 1011011 | 1010001 | 0 | 111110 | 101 | 10000110 | 1011000 | 111000 |
Color Harmonies of #2EF25B
Complementary color
Monochromatic Colors of #2EF25B
Black with #2EF25B
Text Example
Text Example
White with #2EF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF25B; }
p { color: rgb(46,242,91); }
H1.HeaderClassName
{
color: #2EF25B;
}
.AnyTagClassName
{
color: #2EF25B;
}
</style>
background-color css
<style>
a { background-color: #2EF25B; }
a { background-color: rgb(46,242,91); }
div.DivClassName
{
background-color: #2EF25B;
}
.BgClassName
{
background-color: #2EF25B;
}
</style>
border-color css
<style>
span { border-color: #2EF25B; }
span { border-color: rgb(46,242,91); }
td.TdClassName
{
border-color: #2EF25B;
}
.TagClassName
{
border-color: #2EF25B;
}
</style>