Shades of Malachite #2FE067
Tints of Malachite #2FE067
RGB
CMYK
RGB Variations
Color information
#2FE067 (or 0x2FE067) is known color: Malachite. HEX triplet: 2F, E0 and 67. RGB value is (47,224,103). Sum of RGB (Red+Green+Blue) = 47+224+103=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE067 is #D01F98. Grayscale: #9D9D9D. Windows color (decimal): -13639577 or 6807599. OLE color: 6807599.
HSL color Cylindrical-coordinate representation of color #2FE067: hue angle of 138.98º 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 #2FE067 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 103 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.12 |
| HSL | 138.98º | 0.74% | 0.53% | - |
| HSV(B) | 138.98º | 0.79% | 0.88% | - |
| XYZ | 30.28 | 54.89 | 21.83 | - |
| YUV | 157.28 | 97.36 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 103 | 0.79 | 0 | 0.54 | 0.12 | 138.98 | 0.74 | 0.53 |
| Hex | 2F | E0 | 67 | 4F | 0 | 36 | C | 8B | 4A | 35 |
| Octal | 57 | 340 | 147 | 117 | 0 | 66 | 14 | 213 | 112 | 65 |
| Binary | 101111 | 11100000 | 1100111 | 1001111 | 0 | 110110 | 1100 | 10001011 | 1001010 | 110101 |
Color Harmonies of #2FE067
Complementary color
Monochromatic Colors of #2FE067
Black with #2FE067
Text Example
Text Example
White with #2FE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE067; }
p { color: rgb(47,224,103); }
H1.HeaderClassName
{
color: #2FE067;
}
.AnyTagClassName
{
color: #2FE067;
}
</style>
background-color css
<style>
a { background-color: #2FE067; }
a { background-color: rgb(47,224,103); }
div.DivClassName
{
background-color: #2FE067;
}
.BgClassName
{
background-color: #2FE067;
}
</style>
border-color css
<style>
span { border-color: #2FE067; }
span { border-color: rgb(47,224,103); }
td.TdClassName
{
border-color: #2FE067;
}
.TagClassName
{
border-color: #2FE067;
}
</style>