Shades of Malachite #2EFB68
Tints of Malachite #2EFB68
RGB
CMYK
RGB Variations
Color information
#2EFB68 (or 0x2EFB68) is known color: Malachite. HEX triplet: 2E, FB and 68. RGB value is (46,251,104). Sum of RGB (Red+Green+Blue) = 46+251+104=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB68 is #D10497. Grayscale: #ADADAD. Windows color (decimal): -13698200 or 6880046. OLE color: 6880046.
HSL color Cylindrical-coordinate representation of color #2EFB68: hue angle of 136.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB68 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 104 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.02 |
| HSL | 136.98º | 0.96% | 0.58% | - |
| HSV(B) | 136.98º | 0.82% | 0.98% | - |
| XYZ | 38.12 | 70.57 | 24.71 | - |
| YUV | 172.95 | 89.08 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 104 | 0.82 | 0 | 0.59 | 0.02 | 136.98 | 0.96 | 0.58 |
| Hex | 2E | FB | 68 | 52 | 0 | 3B | 2 | 89 | 60 | 3A |
| Octal | 56 | 373 | 150 | 122 | 0 | 73 | 2 | 211 | 140 | 72 |
| Binary | 101110 | 11111011 | 1101000 | 1010010 | 0 | 111011 | 10 | 10001001 | 1100000 | 111010 |
Color Harmonies of #2EFB68
Complementary color
Monochromatic Colors of #2EFB68
Black with #2EFB68
Text Example
Text Example
White with #2EFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB68; }
p { color: rgb(46,251,104); }
H1.HeaderClassName
{
color: #2EFB68;
}
.AnyTagClassName
{
color: #2EFB68;
}
</style>
background-color css
<style>
a { background-color: #2EFB68; }
a { background-color: rgb(46,251,104); }
div.DivClassName
{
background-color: #2EFB68;
}
.BgClassName
{
background-color: #2EFB68;
}
</style>
border-color css
<style>
span { border-color: #2EFB68; }
span { border-color: rgb(46,251,104); }
td.TdClassName
{
border-color: #2EFB68;
}
.TagClassName
{
border-color: #2EFB68;
}
</style>