Shades of Malachite #2EEF58
Tints of Malachite #2EEF58
RGB
CMYK
RGB Variations
Color information
#2EEF58 (or 0x2EEF58) is known color: Malachite. HEX triplet: 2E, EF and 58. RGB value is (46,239,88). Sum of RGB (Red+Green+Blue) = 46+239+88=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF58 is #D110A7. Grayscale: #A4A4A4. Windows color (decimal): -13701288 or 5828398. OLE color: 5828398.
HSL color Cylindrical-coordinate representation of color #2EEF58: hue angle of 133.06º 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 #2EEF58 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 88 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.06 |
| HSL | 133.06º | 0.86% | 0.56% | - |
| HSV(B) | 133.06º | 0.81% | 0.94% | - |
| XYZ | 33.75 | 63.02 | 19.62 | - |
| YUV | 164.08 | 85.06 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 88 | 0.81 | 0 | 0.63 | 0.06 | 133.06 | 0.86 | 0.56 |
| Hex | 2E | EF | 58 | 51 | 0 | 3F | 6 | 85 | 56 | 38 |
| Octal | 56 | 357 | 130 | 121 | 0 | 77 | 6 | 205 | 126 | 70 |
| Binary | 101110 | 11101111 | 1011000 | 1010001 | 0 | 111111 | 110 | 10000101 | 1010110 | 111000 |
Color Harmonies of #2EEF58
Complementary color
Monochromatic Colors of #2EEF58
Black with #2EEF58
Text Example
Text Example
White with #2EEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF58; }
p { color: rgb(46,239,88); }
H1.HeaderClassName
{
color: #2EEF58;
}
.AnyTagClassName
{
color: #2EEF58;
}
</style>
background-color css
<style>
a { background-color: #2EEF58; }
a { background-color: rgb(46,239,88); }
div.DivClassName
{
background-color: #2EEF58;
}
.BgClassName
{
background-color: #2EEF58;
}
</style>
border-color css
<style>
span { border-color: #2EEF58; }
span { border-color: rgb(46,239,88); }
td.TdClassName
{
border-color: #2EEF58;
}
.TagClassName
{
border-color: #2EEF58;
}
</style>