Shades of Malachite #2FE05E
Tints of Malachite #2FE05E
RGB
CMYK
RGB Variations
Color information
#2FE05E (or 0x2FE05E) is known color: Malachite. HEX triplet: 2F, E0 and 5E. RGB value is (47,224,94). Sum of RGB (Red+Green+Blue) = 47+224+94=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE05E is #D01FA1. Grayscale: #9C9C9C. Windows color (decimal): -13639586 or 6217775. OLE color: 6217775.
HSL color Cylindrical-coordinate representation of color #2FE05E: hue angle of 135.93º 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 #2FE05E is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 94 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.12 |
| HSL | 135.93º | 0.74% | 0.53% | - |
| HSV(B) | 135.93º | 0.79% | 0.88% | - |
| XYZ | 29.85 | 54.72 | 19.58 | - |
| YUV | 156.26 | 92.86 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 94 | 0.79 | 0 | 0.58 | 0.12 | 135.93 | 0.74 | 0.53 |
| Hex | 2F | E0 | 5E | 4F | 0 | 3A | C | 88 | 4A | 35 |
| Octal | 57 | 340 | 136 | 117 | 0 | 72 | 14 | 210 | 112 | 65 |
| Binary | 101111 | 11100000 | 1011110 | 1001111 | 0 | 111010 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2FE05E
Complementary color
Monochromatic Colors of #2FE05E
Black with #2FE05E
Text Example
Text Example
White with #2FE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE05E; }
p { color: rgb(47,224,94); }
H1.HeaderClassName
{
color: #2FE05E;
}
.AnyTagClassName
{
color: #2FE05E;
}
</style>
background-color css
<style>
a { background-color: #2FE05E; }
a { background-color: rgb(47,224,94); }
div.DivClassName
{
background-color: #2FE05E;
}
.BgClassName
{
background-color: #2FE05E;
}
</style>
border-color css
<style>
span { border-color: #2FE05E; }
span { border-color: rgb(47,224,94); }
td.TdClassName
{
border-color: #2FE05E;
}
.TagClassName
{
border-color: #2FE05E;
}
</style>