Shades of Malachite #2FE05C
Tints of Malachite #2FE05C
RGB
CMYK
RGB Variations
Color information
#2FE05C (or 0x2FE05C) is known color: Malachite. HEX triplet: 2F, E0 and 5C. RGB value is (47,224,92). Sum of RGB (Red+Green+Blue) = 47+224+92=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 224 (87.89% from 255 or 61.71% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE05C is #D01FA3. Grayscale: #9C9C9C. Windows color (decimal): -13639588 or 6086703. OLE color: 6086703.
HSL color Cylindrical-coordinate representation of color #2FE05C: hue angle of 135.25º 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 #2FE05C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 92 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.12 |
| HSL | 135.25º | 0.74% | 0.53% | - |
| HSV(B) | 135.25º | 0.79% | 0.88% | - |
| XYZ | 29.76 | 54.69 | 19.11 | - |
| YUV | 156.03 | 91.86 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 92 | 0.79 | 0 | 0.59 | 0.12 | 135.25 | 0.74 | 0.53 |
| Hex | 2F | E0 | 5C | 4F | 0 | 3B | C | 87 | 4A | 35 |
| Octal | 57 | 340 | 134 | 117 | 0 | 73 | 14 | 207 | 112 | 65 |
| Binary | 101111 | 11100000 | 1011100 | 1001111 | 0 | 111011 | 1100 | 10000111 | 1001010 | 110101 |
Color Harmonies of #2FE05C
Complementary color
Monochromatic Colors of #2FE05C
Black with #2FE05C
Text Example
Text Example
White with #2FE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE05C; }
p { color: rgb(47,224,92); }
H1.HeaderClassName
{
color: #2FE05C;
}
.AnyTagClassName
{
color: #2FE05C;
}
</style>
background-color css
<style>
a { background-color: #2FE05C; }
a { background-color: rgb(47,224,92); }
div.DivClassName
{
background-color: #2FE05C;
}
.BgClassName
{
background-color: #2FE05C;
}
</style>
border-color css
<style>
span { border-color: #2FE05C; }
span { border-color: rgb(47,224,92); }
td.TdClassName
{
border-color: #2FE05C;
}
.TagClassName
{
border-color: #2FE05C;
}
</style>