Shades of Malachite #2EFC62
Tints of Malachite #2EFC62
RGB
CMYK
RGB Variations
Color information
#2EFC62 (or 0x2EFC62) is known color: Malachite. HEX triplet: 2E, FC and 62. RGB value is (46,252,98). Sum of RGB (Red+Green+Blue) = 46+252+98=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC62 is #D1039D. Grayscale: #ADADAD. Windows color (decimal): -13697950 or 6487086. OLE color: 6487086.
HSL color Cylindrical-coordinate representation of color #2EFC62: hue angle of 135.15º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC62 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 98 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.01 |
| HSL | 135.15º | 0.97% | 0.58% | - |
| HSV(B) | 135.15º | 0.82% | 0.99% | - |
| XYZ | 38.14 | 71.08 | 23.27 | - |
| YUV | 172.85 | 85.75 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 98 | 0.82 | 0 | 0.61 | 0.01 | 135.15 | 0.97 | 0.58 |
| Hex | 2E | FC | 62 | 52 | 0 | 3D | 1 | 87 | 61 | 3A |
| Octal | 56 | 374 | 142 | 122 | 0 | 75 | 1 | 207 | 141 | 72 |
| Binary | 101110 | 11111100 | 1100010 | 1010010 | 0 | 111101 | 1 | 10000111 | 1100001 | 111010 |
Color Harmonies of #2EFC62
Complementary color
Monochromatic Colors of #2EFC62
Black with #2EFC62
Text Example
Text Example
White with #2EFC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC62; }
p { color: rgb(46,252,98); }
H1.HeaderClassName
{
color: #2EFC62;
}
.AnyTagClassName
{
color: #2EFC62;
}
</style>
background-color css
<style>
a { background-color: #2EFC62; }
a { background-color: rgb(46,252,98); }
div.DivClassName
{
background-color: #2EFC62;
}
.BgClassName
{
background-color: #2EFC62;
}
</style>
border-color css
<style>
span { border-color: #2EFC62; }
span { border-color: rgb(46,252,98); }
td.TdClassName
{
border-color: #2EFC62;
}
.TagClassName
{
border-color: #2EFC62;
}
</style>