Shades of Malachite #2EF254
Tints of Malachite #2EF254
RGB
CMYK
RGB Variations
Color information
#2EF254 (or 0x2EF254) is known color: Malachite. HEX triplet: 2E, F2 and 54. RGB value is (46,242,84). Sum of RGB (Red+Green+Blue) = 46+242+84=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF254 is #D10DAB. Grayscale: #A5A5A5. Windows color (decimal): -13700524 or 5567022. OLE color: 5567022.
HSL color Cylindrical-coordinate representation of color #2EF254: hue angle of 131.63º 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 #2EF254 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 84 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.05 |
| HSL | 131.63º | 0.88% | 0.56% | - |
| HSV(B) | 131.63º | 0.81% | 0.95% | - |
| XYZ | 34.48 | 64.73 | 19.06 | - |
| YUV | 165.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 84 | 0.81 | 0 | 0.65 | 0.05 | 131.63 | 0.88 | 0.56 |
| Hex | 2E | F2 | 54 | 51 | 0 | 41 | 5 | 84 | 58 | 38 |
| Octal | 56 | 362 | 124 | 121 | 0 | 101 | 5 | 204 | 130 | 70 |
| Binary | 101110 | 11110010 | 1010100 | 1010001 | 0 | 1000001 | 101 | 10000100 | 1011000 | 111000 |
Color Harmonies of #2EF254
Complementary color
Monochromatic Colors of #2EF254
Black with #2EF254
Text Example
Text Example
White with #2EF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF254; }
p { color: rgb(46,242,84); }
H1.HeaderClassName
{
color: #2EF254;
}
.AnyTagClassName
{
color: #2EF254;
}
</style>
background-color css
<style>
a { background-color: #2EF254; }
a { background-color: rgb(46,242,84); }
div.DivClassName
{
background-color: #2EF254;
}
.BgClassName
{
background-color: #2EF254;
}
</style>
border-color css
<style>
span { border-color: #2EF254; }
span { border-color: rgb(46,242,84); }
td.TdClassName
{
border-color: #2EF254;
}
.TagClassName
{
border-color: #2EF254;
}
</style>