Shades of Malachite #2EF74B
Tints of Malachite #2EF74B
RGB
CMYK
RGB Variations
Color information
#2EF74B (or 0x2EF74B) is known color: Malachite. HEX triplet: 2E, F7 and 4B. RGB value is (46,247,75). Sum of RGB (Red+Green+Blue) = 46+247+75=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF74B is #D108B4. Grayscale: #A7A7A7. Windows color (decimal): -13699253 or 4978478. OLE color: 4978478.
HSL color Cylindrical-coordinate representation of color #2EF74B: hue angle of 128.66º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF74B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 75 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.03 |
| HSL | 128.66º | 0.93% | 0.57% | - |
| HSV(B) | 128.66º | 0.81% | 0.97% | - |
| XYZ | 35.66 | 67.61 | 17.83 | - |
| YUV | 167.29 | 75.91 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 75 | 0.81 | 0 | 0.70 | 0.03 | 128.66 | 0.93 | 0.57 |
| Hex | 2E | F7 | 4B | 51 | 0 | 46 | 3 | 81 | 5D | 39 |
| Octal | 56 | 367 | 113 | 121 | 0 | 106 | 3 | 201 | 135 | 71 |
| Binary | 101110 | 11110111 | 1001011 | 1010001 | 0 | 1000110 | 11 | 10000001 | 1011101 | 111001 |
Color Harmonies of #2EF74B
Complementary color
Monochromatic Colors of #2EF74B
Black with #2EF74B
Text Example
Text Example
White with #2EF74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF74B; }
p { color: rgb(46,247,75); }
H1.HeaderClassName
{
color: #2EF74B;
}
.AnyTagClassName
{
color: #2EF74B;
}
</style>
background-color css
<style>
a { background-color: #2EF74B; }
a { background-color: rgb(46,247,75); }
div.DivClassName
{
background-color: #2EF74B;
}
.BgClassName
{
background-color: #2EF74B;
}
</style>
border-color css
<style>
span { border-color: #2EF74B; }
span { border-color: rgb(46,247,75); }
td.TdClassName
{
border-color: #2EF74B;
}
.TagClassName
{
border-color: #2EF74B;
}
</style>