Shades of Malachite #2EFA68
Tints of Malachite #2EFA68
RGB
CMYK
RGB Variations
Color information
#2EFA68 (or 0x2EFA68) is known color: Malachite. HEX triplet: 2E, FA and 68. RGB value is (46,250,104). Sum of RGB (Red+Green+Blue) = 46+250+104=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFA68 is #D10597. Grayscale: #ACACAC. Windows color (decimal): -13698456 or 6879790. OLE color: 6879790.
HSL color Cylindrical-coordinate representation of color #2EFA68: hue angle of 137.06º degrees, saturation: 0.95, 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 #2EFA68 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 104 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.02 |
| HSL | 137.06º | 0.95% | 0.58% | - |
| HSV(B) | 137.06º | 0.82% | 0.98% | - |
| XYZ | 37.81 | 69.95 | 24.61 | - |
| YUV | 172.36 | 89.41 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 104 | 0.82 | 0 | 0.58 | 0.02 | 137.06 | 0.95 | 0.58 |
| Hex | 2E | FA | 68 | 52 | 0 | 3A | 2 | 89 | 5F | 3A |
| Octal | 56 | 372 | 150 | 122 | 0 | 72 | 2 | 211 | 137 | 72 |
| Binary | 101110 | 11111010 | 1101000 | 1010010 | 0 | 111010 | 10 | 10001001 | 1011111 | 111010 |
Color Harmonies of #2EFA68
Complementary color
Monochromatic Colors of #2EFA68
Black with #2EFA68
Text Example
Text Example
White with #2EFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA68; }
p { color: rgb(46,250,104); }
H1.HeaderClassName
{
color: #2EFA68;
}
.AnyTagClassName
{
color: #2EFA68;
}
</style>
background-color css
<style>
a { background-color: #2EFA68; }
a { background-color: rgb(46,250,104); }
div.DivClassName
{
background-color: #2EFA68;
}
.BgClassName
{
background-color: #2EFA68;
}
</style>
border-color css
<style>
span { border-color: #2EFA68; }
span { border-color: rgb(46,250,104); }
td.TdClassName
{
border-color: #2EFA68;
}
.TagClassName
{
border-color: #2EFA68;
}
</style>