Shades of Malachite #2FE05D
Tints of Malachite #2FE05D
RGB
CMYK
RGB Variations
Color information
#2FE05D (or 0x2FE05D) is known color: Malachite. HEX triplet: 2F, E0 and 5D. RGB value is (47,224,93). Sum of RGB (Red+Green+Blue) = 47+224+93=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE05D is #D01FA2. Grayscale: #9C9C9C. Windows color (decimal): -13639587 or 6152239. OLE color: 6152239.
HSL color Cylindrical-coordinate representation of color #2FE05D: hue angle of 135.59º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE05D is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 93 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.12 |
| HSL | 135.59º | 0.74% | 0.53% | - |
| HSV(B) | 135.59º | 0.79% | 0.88% | - |
| XYZ | 29.8 | 54.71 | 19.34 | - |
| YUV | 156.14 | 92.36 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 93 | 0.79 | 0 | 0.58 | 0.12 | 135.59 | 0.74 | 0.53 |
| Hex | 2F | E0 | 5D | 4F | 0 | 3A | C | 88 | 4A | 35 |
| Octal | 57 | 340 | 135 | 117 | 0 | 72 | 14 | 210 | 112 | 65 |
| Binary | 101111 | 11100000 | 1011101 | 1001111 | 0 | 111010 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2FE05D
Complementary color
Monochromatic Colors of #2FE05D
Black with #2FE05D
Text Example
Text Example
White with #2FE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE05D; }
p { color: rgb(47,224,93); }
H1.HeaderClassName
{
color: #2FE05D;
}
.AnyTagClassName
{
color: #2FE05D;
}
</style>
background-color css
<style>
a { background-color: #2FE05D; }
a { background-color: rgb(47,224,93); }
div.DivClassName
{
background-color: #2FE05D;
}
.BgClassName
{
background-color: #2FE05D;
}
</style>
border-color css
<style>
span { border-color: #2FE05D; }
span { border-color: rgb(47,224,93); }
td.TdClassName
{
border-color: #2FE05D;
}
.TagClassName
{
border-color: #2FE05D;
}
</style>