Shades of Malachite #2EFE4F
Tints of Malachite #2EFE4F
RGB
CMYK
RGB Variations
Color information
#2EFE4F (or 0x2EFE4F) is known color: Malachite. HEX triplet: 2E, FE and 4F. RGB value is (46,254,79). Sum of RGB (Red+Green+Blue) = 46+254+79=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE4F is #D101B0. Grayscale: #ACACAC. Windows color (decimal): -13697457 or 5242414. OLE color: 5242414.
HSL color Cylindrical-coordinate representation of color #2EFE4F: hue angle of 129.52º 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 #2EFE4F is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 79 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.00 |
| HSL | 129.52º | 0.99% | 0.59% | - |
| HSV(B) | 129.52º | 0.82% | 1% | - |
| XYZ | 37.98 | 72.03 | 19.3 | - |
| YUV | 171.86 | 75.59 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 79 | 0.82 | 0 | 0.69 | 0.00 | 129.52 | 0.99 | 0.59 |
| Hex | 2E | FE | 4F | 52 | 0 | 45 | 0 | 82 | 63 | 3B |
| Octal | 56 | 376 | 117 | 122 | 0 | 105 | 0 | 202 | 143 | 73 |
| Binary | 101110 | 11111110 | 1001111 | 1010010 | 0 | 1000101 | 0 | 10000010 | 1100011 | 111011 |
Color Harmonies of #2EFE4F
Complementary color
Monochromatic Colors of #2EFE4F
Black with #2EFE4F
Text Example
Text Example
White with #2EFE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE4F; }
p { color: rgb(46,254,79); }
H1.HeaderClassName
{
color: #2EFE4F;
}
.AnyTagClassName
{
color: #2EFE4F;
}
</style>
background-color css
<style>
a { background-color: #2EFE4F; }
a { background-color: rgb(46,254,79); }
div.DivClassName
{
background-color: #2EFE4F;
}
.BgClassName
{
background-color: #2EFE4F;
}
</style>
border-color css
<style>
span { border-color: #2EFE4F; }
span { border-color: rgb(46,254,79); }
td.TdClassName
{
border-color: #2EFE4F;
}
.TagClassName
{
border-color: #2EFE4F;
}
</style>