Shades of Malachite #2EE65B
Tints of Malachite #2EE65B
RGB
CMYK
RGB Variations
Color information
#2EE65B (or 0x2EE65B) is known color: Malachite. HEX triplet: 2E, E6 and 5B. RGB value is (46,230,91). Sum of RGB (Red+Green+Blue) = 46+230+91=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE65B is #D119A4. Grayscale: #9F9F9F. Windows color (decimal): -13703589 or 6022702. OLE color: 6022702.
HSL color Cylindrical-coordinate representation of color #2EE65B: hue angle of 134.67º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE65B is Cyan = 0.8, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 91 | - |
| CMYK | 0.8 | 0 | 0.60 | 0.10 |
| HSL | 134.67º | 0.79% | 0.54% | - |
| HSV(B) | 134.67º | 0.8% | 0.9% | - |
| XYZ | 31.31 | 57.93 | 19.43 | - |
| YUV | 159.14 | 89.54 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 91 | 0.8 | 0 | 0.60 | 0.10 | 134.67 | 0.79 | 0.54 |
| Hex | 2E | E6 | 5B | 50 | 0 | 3C | A | 87 | 4F | 36 |
| Octal | 56 | 346 | 133 | 120 | 0 | 74 | 12 | 207 | 117 | 66 |
| Binary | 101110 | 11100110 | 1011011 | 1010000 | 0 | 111100 | 1010 | 10000111 | 1001111 | 110110 |
Color Harmonies of #2EE65B
Complementary color
Monochromatic Colors of #2EE65B
Black with #2EE65B
Text Example
Text Example
White with #2EE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE65B; }
p { color: rgb(46,230,91); }
H1.HeaderClassName
{
color: #2EE65B;
}
.AnyTagClassName
{
color: #2EE65B;
}
</style>
background-color css
<style>
a { background-color: #2EE65B; }
a { background-color: rgb(46,230,91); }
div.DivClassName
{
background-color: #2EE65B;
}
.BgClassName
{
background-color: #2EE65B;
}
</style>
border-color css
<style>
span { border-color: #2EE65B; }
span { border-color: rgb(46,230,91); }
td.TdClassName
{
border-color: #2EE65B;
}
.TagClassName
{
border-color: #2EE65B;
}
</style>