Shades of Malachite #2EFE50
Tints of Malachite #2EFE50
RGB
CMYK
RGB Variations
Color information
#2EFE50 (or 0x2EFE50) is known color: Malachite. HEX triplet: 2E, FE and 50. RGB value is (46,254,80). Sum of RGB (Red+Green+Blue) = 46+254+80=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE50 is #D101AF. Grayscale: #ACACAC. Windows color (decimal): -13697456 or 5307950. OLE color: 5307950.
HSL color Cylindrical-coordinate representation of color #2EFE50: hue angle of 129.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE50 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 80 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.00 |
| HSL | 129.81º | 0.99% | 0.59% | - |
| HSV(B) | 129.81º | 0.82% | 1% | - |
| XYZ | 38.02 | 72.04 | 19.49 | - |
| YUV | 171.97 | 76.09 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 80 | 0.82 | 0 | 0.69 | 0.00 | 129.81 | 0.99 | 0.59 |
| Hex | 2E | FE | 50 | 52 | 0 | 45 | 0 | 82 | 63 | 3B |
| Octal | 56 | 376 | 120 | 122 | 0 | 105 | 0 | 202 | 143 | 73 |
| Binary | 101110 | 11111110 | 1010000 | 1010010 | 0 | 1000101 | 0 | 10000010 | 1100011 | 111011 |
Color Harmonies of #2EFE50
Complementary color
Monochromatic Colors of #2EFE50
Black with #2EFE50
Text Example
Text Example
White with #2EFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE50; }
p { color: rgb(46,254,80); }
H1.HeaderClassName
{
color: #2EFE50;
}
.AnyTagClassName
{
color: #2EFE50;
}
</style>
background-color css
<style>
a { background-color: #2EFE50; }
a { background-color: rgb(46,254,80); }
div.DivClassName
{
background-color: #2EFE50;
}
.BgClassName
{
background-color: #2EFE50;
}
</style>
border-color css
<style>
span { border-color: #2EFE50; }
span { border-color: rgb(46,254,80); }
td.TdClassName
{
border-color: #2EFE50;
}
.TagClassName
{
border-color: #2EFE50;
}
</style>