Shades of Malachite #2FEB6D
Tints of Malachite #2FEB6D
RGB
CMYK
RGB Variations
Color information
#2FEB6D (or 0x2FEB6D) is known color: Malachite. HEX triplet: 2F, EB and 6D. RGB value is (47,235,109). Sum of RGB (Red+Green+Blue) = 47+235+109=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 235 (92.19% from 255 or 60.10% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB6D is #D01492. Grayscale: #A4A4A4. Windows color (decimal): -13636755 or 7203631. OLE color: 7203631.
HSL color Cylindrical-coordinate representation of color #2FEB6D: hue angle of 139.79º 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 #2FEB6D is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 109 | - |
| CMYK | 0.8 | 0 | 0.54 | 0.08 |
| HSL | 139.79º | 0.82% | 0.55% | - |
| HSV(B) | 139.79º | 0.8% | 0.92% | - |
| XYZ | 33.64 | 61.13 | 24.49 | - |
| YUV | 164.42 | 96.72 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 109 | 0.8 | 0 | 0.54 | 0.08 | 139.79 | 0.82 | 0.55 |
| Hex | 2F | EB | 6D | 50 | 0 | 36 | 8 | 8C | 52 | 37 |
| Octal | 57 | 353 | 155 | 120 | 0 | 66 | 10 | 214 | 122 | 67 |
| Binary | 101111 | 11101011 | 1101101 | 1010000 | 0 | 110110 | 1000 | 10001100 | 1010010 | 110111 |
Color Harmonies of #2FEB6D
Complementary color
Monochromatic Colors of #2FEB6D
Black with #2FEB6D
Text Example
Text Example
White with #2FEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB6D; }
p { color: rgb(47,235,109); }
H1.HeaderClassName
{
color: #2FEB6D;
}
.AnyTagClassName
{
color: #2FEB6D;
}
</style>
background-color css
<style>
a { background-color: #2FEB6D; }
a { background-color: rgb(47,235,109); }
div.DivClassName
{
background-color: #2FEB6D;
}
.BgClassName
{
background-color: #2FEB6D;
}
</style>
border-color css
<style>
span { border-color: #2FEB6D; }
span { border-color: rgb(47,235,109); }
td.TdClassName
{
border-color: #2FEB6D;
}
.TagClassName
{
border-color: #2FEB6D;
}
</style>