Shades of Malachite #2EF14B
Tints of Malachite #2EF14B
RGB
CMYK
RGB Variations
Color information
#2EF14B (or 0x2EF14B) is known color: Malachite. HEX triplet: 2E, F1 and 4B. RGB value is (46,241,75). Sum of RGB (Red+Green+Blue) = 46+241+75=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF14B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF14B is #D10EB4. Grayscale: #A4A4A4. Windows color (decimal): -13700789 or 4976942. OLE color: 4976942.
HSL color Cylindrical-coordinate representation of color #2EF14B: hue angle of 128.92º degrees, saturation: 0.87, 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 #2EF14B is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 75 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.05 |
| HSL | 128.92º | 0.87% | 0.56% | - |
| HSV(B) | 128.92º | 0.81% | 0.95% | - |
| XYZ | 33.85 | 64 | 17.23 | - |
| YUV | 163.77 | 77.9 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 75 | 0.81 | 0 | 0.69 | 0.05 | 128.92 | 0.87 | 0.56 |
| Hex | 2E | F1 | 4B | 51 | 0 | 45 | 5 | 81 | 57 | 38 |
| Octal | 56 | 361 | 113 | 121 | 0 | 105 | 5 | 201 | 127 | 70 |
| Binary | 101110 | 11110001 | 1001011 | 1010001 | 0 | 1000101 | 101 | 10000001 | 1010111 | 111000 |
Color Harmonies of #2EF14B
Complementary color
Monochromatic Colors of #2EF14B
Black with #2EF14B
Text Example
Text Example
White with #2EF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF14B; }
p { color: rgb(46,241,75); }
H1.HeaderClassName
{
color: #2EF14B;
}
.AnyTagClassName
{
color: #2EF14B;
}
</style>
background-color css
<style>
a { background-color: #2EF14B; }
a { background-color: rgb(46,241,75); }
div.DivClassName
{
background-color: #2EF14B;
}
.BgClassName
{
background-color: #2EF14B;
}
</style>
border-color css
<style>
span { border-color: #2EF14B; }
span { border-color: rgb(46,241,75); }
td.TdClassName
{
border-color: #2EF14B;
}
.TagClassName
{
border-color: #2EF14B;
}
</style>