Shades of Malachite #2ECF54
Tints of Malachite #2ECF54
RGB
CMYK
RGB Variations
Color information
#2ECF54 (or 0x2ECF54) is known color: Malachite. HEX triplet: 2E, CF and 54. RGB value is (46,207,84). Sum of RGB (Red+Green+Blue) = 46+207+84=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF54 is #D130AB. Grayscale: #919191. Windows color (decimal): -13709484 or 5558062. OLE color: 5558062.
HSL color Cylindrical-coordinate representation of color #2ECF54: hue angle of 134.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF54 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 84 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.19 |
| HSL | 134.16º | 0.64% | 0.5% | - |
| HSV(B) | 134.16º | 0.78% | 0.81% | - |
| XYZ | 25.04 | 45.85 | 15.92 | - |
| YUV | 144.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 84 | 0.78 | 0 | 0.59 | 0.19 | 134.16 | 0.64 | 0.5 |
| Hex | 2E | CF | 54 | 4E | 0 | 3B | 13 | 86 | 40 | 32 |
| Octal | 56 | 317 | 124 | 116 | 0 | 73 | 23 | 206 | 100 | 62 |
| Binary | 101110 | 11001111 | 1010100 | 1001110 | 0 | 111011 | 10011 | 10000110 | 1000000 | 110010 |
Color Harmonies of #2ECF54
Complementary color
Monochromatic Colors of #2ECF54
Black with #2ECF54
Text Example
Text Example
White with #2ECF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF54; }
p { color: rgb(46,207,84); }
H1.HeaderClassName
{
color: #2ECF54;
}
.AnyTagClassName
{
color: #2ECF54;
}
</style>
background-color css
<style>
a { background-color: #2ECF54; }
a { background-color: rgb(46,207,84); }
div.DivClassName
{
background-color: #2ECF54;
}
.BgClassName
{
background-color: #2ECF54;
}
</style>
border-color css
<style>
span { border-color: #2ECF54; }
span { border-color: rgb(46,207,84); }
td.TdClassName
{
border-color: #2ECF54;
}
.TagClassName
{
border-color: #2ECF54;
}
</style>