Shades of Malachite #2EEF5C
Tints of Malachite #2EEF5C
RGB
CMYK
RGB Variations
Color information
#2EEF5C (or 0x2EEF5C) is known color: Malachite. HEX triplet: 2E, EF and 5C. RGB value is (46,239,92). Sum of RGB (Red+Green+Blue) = 46+239+92=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF5C is #D110A3. Grayscale: #A4A4A4. Windows color (decimal): -13701284 or 6090542. OLE color: 6090542.
HSL color Cylindrical-coordinate representation of color #2EEF5C: hue angle of 134.3º 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 #2EEF5C is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 92 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.06 |
| HSL | 134.3º | 0.86% | 0.56% | - |
| HSV(B) | 134.3º | 0.81% | 0.94% | - |
| XYZ | 33.92 | 63.09 | 20.51 | - |
| YUV | 164.54 | 87.06 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 92 | 0.81 | 0 | 0.62 | 0.06 | 134.3 | 0.86 | 0.56 |
| Hex | 2E | EF | 5C | 51 | 0 | 3E | 6 | 86 | 56 | 38 |
| Octal | 56 | 357 | 134 | 121 | 0 | 76 | 6 | 206 | 126 | 70 |
| Binary | 101110 | 11101111 | 1011100 | 1010001 | 0 | 111110 | 110 | 10000110 | 1010110 | 111000 |
Color Harmonies of #2EEF5C
Complementary color
Monochromatic Colors of #2EEF5C
Black with #2EEF5C
Text Example
Text Example
White with #2EEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF5C; }
p { color: rgb(46,239,92); }
H1.HeaderClassName
{
color: #2EEF5C;
}
.AnyTagClassName
{
color: #2EEF5C;
}
</style>
background-color css
<style>
a { background-color: #2EEF5C; }
a { background-color: rgb(46,239,92); }
div.DivClassName
{
background-color: #2EEF5C;
}
.BgClassName
{
background-color: #2EEF5C;
}
</style>
border-color css
<style>
span { border-color: #2EEF5C; }
span { border-color: rgb(46,239,92); }
td.TdClassName
{
border-color: #2EEF5C;
}
.TagClassName
{
border-color: #2EEF5C;
}
</style>