Shades of Malachite #2EF96A
Tints of Malachite #2EF96A
RGB
CMYK
RGB Variations
Color information
#2EF96A (or 0x2EF96A) is known color: Malachite. HEX triplet: 2E, F9 and 6A. RGB value is (46,249,106). Sum of RGB (Red+Green+Blue) = 46+249+106=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF96A is #D10695. Grayscale: #ACACAC. Windows color (decimal): -13698710 or 7010606. OLE color: 7010606.
HSL color Cylindrical-coordinate representation of color #2EF96A: hue angle of 137.73º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF96A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 106 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.02 |
| HSL | 137.73º | 0.94% | 0.58% | - |
| HSV(B) | 137.73º | 0.82% | 0.98% | - |
| XYZ | 37.6 | 69.37 | 25.04 | - |
| YUV | 172 | 90.75 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 106 | 0.82 | 0 | 0.57 | 0.02 | 137.73 | 0.94 | 0.58 |
| Hex | 2E | F9 | 6A | 52 | 0 | 39 | 2 | 8A | 5E | 3A |
| Octal | 56 | 371 | 152 | 122 | 0 | 71 | 2 | 212 | 136 | 72 |
| Binary | 101110 | 11111001 | 1101010 | 1010010 | 0 | 111001 | 10 | 10001010 | 1011110 | 111010 |
Color Harmonies of #2EF96A
Complementary color
Monochromatic Colors of #2EF96A
Black with #2EF96A
Text Example
Text Example
White with #2EF96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF96A; }
p { color: rgb(46,249,106); }
H1.HeaderClassName
{
color: #2EF96A;
}
.AnyTagClassName
{
color: #2EF96A;
}
</style>
background-color css
<style>
a { background-color: #2EF96A; }
a { background-color: rgb(46,249,106); }
div.DivClassName
{
background-color: #2EF96A;
}
.BgClassName
{
background-color: #2EF96A;
}
</style>
border-color css
<style>
span { border-color: #2EF96A; }
span { border-color: rgb(46,249,106); }
td.TdClassName
{
border-color: #2EF96A;
}
.TagClassName
{
border-color: #2EF96A;
}
</style>