Shades of Malachite #2EEB5C
Tints of Malachite #2EEB5C
RGB
CMYK
RGB Variations
Color information
#2EEB5C (or 0x2EEB5C) is known color: Malachite. HEX triplet: 2E, EB and 5C. RGB value is (46,235,92). Sum of RGB (Red+Green+Blue) = 46+235+92=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB5C is #D114A3. Grayscale: #A2A2A2. Windows color (decimal): -13702308 or 6089518. OLE color: 6089518.
HSL color Cylindrical-coordinate representation of color #2EEB5C: hue angle of 134.6º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB5C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 92 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.08 |
| HSL | 134.6º | 0.83% | 0.55% | - |
| HSV(B) | 134.6º | 0.8% | 0.92% | - |
| XYZ | 32.77 | 60.77 | 20.13 | - |
| YUV | 162.19 | 88.38 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 92 | 0.80 | 0 | 0.61 | 0.08 | 134.6 | 0.83 | 0.55 |
| Hex | 2E | EB | 5C | 50 | 0 | 3D | 8 | 87 | 53 | 37 |
| Octal | 56 | 353 | 134 | 120 | 0 | 75 | 10 | 207 | 123 | 67 |
| Binary | 101110 | 11101011 | 1011100 | 1010000 | 0 | 111101 | 1000 | 10000111 | 1010011 | 110111 |
Color Harmonies of #2EEB5C
Complementary color
Monochromatic Colors of #2EEB5C
Black with #2EEB5C
Text Example
Text Example
White with #2EEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB5C; }
p { color: rgb(46,235,92); }
H1.HeaderClassName
{
color: #2EEB5C;
}
.AnyTagClassName
{
color: #2EEB5C;
}
</style>
background-color css
<style>
a { background-color: #2EEB5C; }
a { background-color: rgb(46,235,92); }
div.DivClassName
{
background-color: #2EEB5C;
}
.BgClassName
{
background-color: #2EEB5C;
}
</style>
border-color css
<style>
span { border-color: #2EEB5C; }
span { border-color: rgb(46,235,92); }
td.TdClassName
{
border-color: #2EEB5C;
}
.TagClassName
{
border-color: #2EEB5C;
}
</style>