Shades of Malachite #2EEF55
Tints of Malachite #2EEF55
RGB
CMYK
RGB Variations
Color information
#2EEF55 (or 0x2EEF55) is known color: Malachite. HEX triplet: 2E, EF and 55. RGB value is (46,239,85). Sum of RGB (Red+Green+Blue) = 46+239+85=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF55 is #D110AA. Grayscale: #A4A4A4. Windows color (decimal): -13701291 or 5631790. OLE color: 5631790.
HSL color Cylindrical-coordinate representation of color #2EEF55: hue angle of 132.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF55 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 85 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.06 |
| HSL | 132.12º | 0.86% | 0.56% | - |
| HSV(B) | 132.12º | 0.81% | 0.94% | - |
| XYZ | 33.63 | 62.97 | 18.98 | - |
| YUV | 163.74 | 83.56 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 85 | 0.81 | 0 | 0.64 | 0.06 | 132.12 | 0.86 | 0.56 |
| Hex | 2E | EF | 55 | 51 | 0 | 40 | 6 | 84 | 56 | 38 |
| Octal | 56 | 357 | 125 | 121 | 0 | 100 | 6 | 204 | 126 | 70 |
| Binary | 101110 | 11101111 | 1010101 | 1010001 | 0 | 1000000 | 110 | 10000100 | 1010110 | 111000 |
Color Harmonies of #2EEF55
Complementary color
Monochromatic Colors of #2EEF55
Black with #2EEF55
Text Example
Text Example
White with #2EEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF55; }
p { color: rgb(46,239,85); }
H1.HeaderClassName
{
color: #2EEF55;
}
.AnyTagClassName
{
color: #2EEF55;
}
</style>
background-color css
<style>
a { background-color: #2EEF55; }
a { background-color: rgb(46,239,85); }
div.DivClassName
{
background-color: #2EEF55;
}
.BgClassName
{
background-color: #2EEF55;
}
</style>
border-color css
<style>
span { border-color: #2EEF55; }
span { border-color: rgb(46,239,85); }
td.TdClassName
{
border-color: #2EEF55;
}
.TagClassName
{
border-color: #2EEF55;
}
</style>