Shades of Malachite #2EF34C
Tints of Malachite #2EF34C
RGB
CMYK
RGB Variations
Color information
#2EF34C (or 0x2EF34C) is known color: Malachite. HEX triplet: 2E, F3 and 4C. RGB value is (46,243,76). Sum of RGB (Red+Green+Blue) = 46+243+76=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF34C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF34C is #D10CB3. Grayscale: #A5A5A5. Windows color (decimal): -13700276 or 5042990. OLE color: 5042990.
HSL color Cylindrical-coordinate representation of color #2EF34C: hue angle of 129.14º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF34C is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 76 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.05 |
| HSL | 129.14º | 0.89% | 0.57% | - |
| HSV(B) | 129.14º | 0.81% | 0.95% | - |
| XYZ | 34.48 | 65.2 | 17.61 | - |
| YUV | 165.06 | 77.73 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 76 | 0.81 | 0 | 0.69 | 0.05 | 129.14 | 0.89 | 0.57 |
| Hex | 2E | F3 | 4C | 51 | 0 | 45 | 5 | 81 | 59 | 39 |
| Octal | 56 | 363 | 114 | 121 | 0 | 105 | 5 | 201 | 131 | 71 |
| Binary | 101110 | 11110011 | 1001100 | 1010001 | 0 | 1000101 | 101 | 10000001 | 1011001 | 111001 |
Color Harmonies of #2EF34C
Complementary color
Monochromatic Colors of #2EF34C
Black with #2EF34C
Text Example
Text Example
White with #2EF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF34C; }
p { color: rgb(46,243,76); }
H1.HeaderClassName
{
color: #2EF34C;
}
.AnyTagClassName
{
color: #2EF34C;
}
</style>
background-color css
<style>
a { background-color: #2EF34C; }
a { background-color: rgb(46,243,76); }
div.DivClassName
{
background-color: #2EF34C;
}
.BgClassName
{
background-color: #2EF34C;
}
</style>
border-color css
<style>
span { border-color: #2EF34C; }
span { border-color: rgb(46,243,76); }
td.TdClassName
{
border-color: #2EF34C;
}
.TagClassName
{
border-color: #2EF34C;
}
</style>