Shades of Malachite #2EFC4B
Tints of Malachite #2EFC4B
RGB
CMYK
RGB Variations
Color information
#2EFC4B (or 0x2EFC4B) is known color: Malachite. HEX triplet: 2E, FC and 4B. RGB value is (46,252,75). Sum of RGB (Red+Green+Blue) = 46+252+75=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 252 (98.83% from 255 or 67.56% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC4B is #D103B4. Grayscale: #AAAAAA. Windows color (decimal): -13697973 or 4979758. OLE color: 4979758.
HSL color Cylindrical-coordinate representation of color #2EFC4B: hue angle of 128.45º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC4B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 75 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.01 |
| HSL | 128.45º | 0.97% | 0.58% | - |
| HSV(B) | 128.45º | 0.82% | 0.99% | - |
| XYZ | 37.21 | 70.71 | 18.34 | - |
| YUV | 170.23 | 74.25 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 75 | 0.82 | 0 | 0.70 | 0.01 | 128.45 | 0.97 | 0.58 |
| Hex | 2E | FC | 4B | 52 | 0 | 46 | 1 | 80 | 61 | 3A |
| Octal | 56 | 374 | 113 | 122 | 0 | 106 | 1 | 200 | 141 | 72 |
| Binary | 101110 | 11111100 | 1001011 | 1010010 | 0 | 1000110 | 1 | 10000000 | 1100001 | 111010 |
Color Harmonies of #2EFC4B
Complementary color
Monochromatic Colors of #2EFC4B
Black with #2EFC4B
Text Example
Text Example
White with #2EFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC4B; }
p { color: rgb(46,252,75); }
H1.HeaderClassName
{
color: #2EFC4B;
}
.AnyTagClassName
{
color: #2EFC4B;
}
</style>
background-color css
<style>
a { background-color: #2EFC4B; }
a { background-color: rgb(46,252,75); }
div.DivClassName
{
background-color: #2EFC4B;
}
.BgClassName
{
background-color: #2EFC4B;
}
</style>
border-color css
<style>
span { border-color: #2EFC4B; }
span { border-color: rgb(46,252,75); }
td.TdClassName
{
border-color: #2EFC4B;
}
.TagClassName
{
border-color: #2EFC4B;
}
</style>