Shades of Malachite #2EF35A
Tints of Malachite #2EF35A
RGB
CMYK
RGB Variations
Color information
#2EF35A (or 0x2EF35A) is known color: Malachite. HEX triplet: 2E, F3 and 5A. RGB value is (46,243,90). Sum of RGB (Red+Green+Blue) = 46+243+90=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF35A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF35A is #D10CA5. Grayscale: #A7A7A7. Windows color (decimal): -13700262 or 5960494. OLE color: 5960494.
HSL color Cylindrical-coordinate representation of color #2EF35A: hue angle of 133.4º 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 #2EF35A is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 90 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.05 |
| HSL | 133.4º | 0.89% | 0.57% | - |
| HSV(B) | 133.4º | 0.81% | 0.95% | - |
| XYZ | 35.02 | 65.42 | 20.45 | - |
| YUV | 166.66 | 84.73 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 90 | 0.81 | 0 | 0.63 | 0.05 | 133.4 | 0.89 | 0.57 |
| Hex | 2E | F3 | 5A | 51 | 0 | 3F | 5 | 85 | 59 | 39 |
| Octal | 56 | 363 | 132 | 121 | 0 | 77 | 5 | 205 | 131 | 71 |
| Binary | 101110 | 11110011 | 1011010 | 1010001 | 0 | 111111 | 101 | 10000101 | 1011001 | 111001 |
Color Harmonies of #2EF35A
Complementary color
Monochromatic Colors of #2EF35A
Black with #2EF35A
Text Example
Text Example
White with #2EF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF35A; }
p { color: rgb(46,243,90); }
H1.HeaderClassName
{
color: #2EF35A;
}
.AnyTagClassName
{
color: #2EF35A;
}
</style>
background-color css
<style>
a { background-color: #2EF35A; }
a { background-color: rgb(46,243,90); }
div.DivClassName
{
background-color: #2EF35A;
}
.BgClassName
{
background-color: #2EF35A;
}
</style>
border-color css
<style>
span { border-color: #2EF35A; }
span { border-color: rgb(46,243,90); }
td.TdClassName
{
border-color: #2EF35A;
}
.TagClassName
{
border-color: #2EF35A;
}
</style>