Shades of Malachite #2FEB4E
Tints of Malachite #2FEB4E
RGB
CMYK
RGB Variations
Color information
#2FEB4E (or 0x2FEB4E) is known color: Malachite. HEX triplet: 2F, EB and 4E. RGB value is (47,235,78). Sum of RGB (Red+Green+Blue) = 47+235+78=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 235 (92.19% from 255 or 65.28% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB4E is #D014B1. Grayscale: #A1A1A1. Windows color (decimal): -13636786 or 5172015. OLE color: 5172015.
HSL color Cylindrical-coordinate representation of color #2FEB4E: hue angle of 129.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB4E is Cyan = 0.8, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 78 | - |
| CMYK | 0.8 | 0 | 0.67 | 0.08 |
| HSL | 129.89º | 0.82% | 0.55% | - |
| HSV(B) | 129.89º | 0.8% | 0.92% | - |
| XYZ | 32.26 | 60.57 | 17.2 | - |
| YUV | 160.89 | 81.22 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 78 | 0.8 | 0 | 0.67 | 0.08 | 129.89 | 0.82 | 0.55 |
| Hex | 2F | EB | 4E | 50 | 0 | 43 | 8 | 82 | 52 | 37 |
| Octal | 57 | 353 | 116 | 120 | 0 | 103 | 10 | 202 | 122 | 67 |
| Binary | 101111 | 11101011 | 1001110 | 1010000 | 0 | 1000011 | 1000 | 10000010 | 1010010 | 110111 |
Color Harmonies of #2FEB4E
Complementary color
Monochromatic Colors of #2FEB4E
Black with #2FEB4E
Text Example
Text Example
White with #2FEB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB4E; }
p { color: rgb(47,235,78); }
H1.HeaderClassName
{
color: #2FEB4E;
}
.AnyTagClassName
{
color: #2FEB4E;
}
</style>
background-color css
<style>
a { background-color: #2FEB4E; }
a { background-color: rgb(47,235,78); }
div.DivClassName
{
background-color: #2FEB4E;
}
.BgClassName
{
background-color: #2FEB4E;
}
</style>
border-color css
<style>
span { border-color: #2FEB4E; }
span { border-color: rgb(47,235,78); }
td.TdClassName
{
border-color: #2FEB4E;
}
.TagClassName
{
border-color: #2FEB4E;
}
</style>