Shades of Malachite #2EF267
Tints of Malachite #2EF267
RGB
CMYK
RGB Variations
Color information
#2EF267 (or 0x2EF267) is known color: Malachite. HEX triplet: 2E, F2 and 67. RGB value is (46,242,103). Sum of RGB (Red+Green+Blue) = 46+242+103=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF267 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF267 is #D10D98. Grayscale: #A7A7A7. Windows color (decimal): -13700505 or 6812206. OLE color: 6812206.
HSL color Cylindrical-coordinate representation of color #2EF267: hue angle of 137.45º 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 #2EF267 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 103 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.05 |
| HSL | 137.45º | 0.88% | 0.56% | - |
| HSV(B) | 137.45º | 0.81% | 0.95% | - |
| XYZ | 35.33 | 65.06 | 23.53 | - |
| YUV | 167.55 | 91.57 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 103 | 0.81 | 0 | 0.57 | 0.05 | 137.45 | 0.88 | 0.56 |
| Hex | 2E | F2 | 67 | 51 | 0 | 39 | 5 | 89 | 58 | 38 |
| Octal | 56 | 362 | 147 | 121 | 0 | 71 | 5 | 211 | 130 | 70 |
| Binary | 101110 | 11110010 | 1100111 | 1010001 | 0 | 111001 | 101 | 10001001 | 1011000 | 111000 |
Color Harmonies of #2EF267
Complementary color
Monochromatic Colors of #2EF267
Black with #2EF267
Text Example
Text Example
White with #2EF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF267; }
p { color: rgb(46,242,103); }
H1.HeaderClassName
{
color: #2EF267;
}
.AnyTagClassName
{
color: #2EF267;
}
</style>
background-color css
<style>
a { background-color: #2EF267; }
a { background-color: rgb(46,242,103); }
div.DivClassName
{
background-color: #2EF267;
}
.BgClassName
{
background-color: #2EF267;
}
</style>
border-color css
<style>
span { border-color: #2EF267; }
span { border-color: rgb(46,242,103); }
td.TdClassName
{
border-color: #2EF267;
}
.TagClassName
{
border-color: #2EF267;
}
</style>