Shades of Malachite #2FE066
Tints of Malachite #2FE066
RGB
CMYK
RGB Variations
Color information
#2FE066 (or 0x2FE066) is known color: Malachite. HEX triplet: 2F, E0 and 66. RGB value is (47,224,102). Sum of RGB (Red+Green+Blue) = 47+224+102=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE066 is #D01F99. Grayscale: #9D9D9D. Windows color (decimal): -13639578 or 6742063. OLE color: 6742063.
HSL color Cylindrical-coordinate representation of color #2FE066: hue angle of 138.64º 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 #2FE066 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 102 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.12 |
| HSL | 138.64º | 0.74% | 0.53% | - |
| HSV(B) | 138.64º | 0.79% | 0.88% | - |
| XYZ | 30.23 | 54.87 | 21.57 | - |
| YUV | 157.17 | 96.86 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 102 | 0.79 | 0 | 0.54 | 0.12 | 138.64 | 0.74 | 0.53 |
| Hex | 2F | E0 | 66 | 4F | 0 | 36 | C | 8B | 4A | 35 |
| Octal | 57 | 340 | 146 | 117 | 0 | 66 | 14 | 213 | 112 | 65 |
| Binary | 101111 | 11100000 | 1100110 | 1001111 | 0 | 110110 | 1100 | 10001011 | 1001010 | 110101 |
Color Harmonies of #2FE066
Complementary color
Monochromatic Colors of #2FE066
Black with #2FE066
Text Example
Text Example
White with #2FE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE066; }
p { color: rgb(47,224,102); }
H1.HeaderClassName
{
color: #2FE066;
}
.AnyTagClassName
{
color: #2FE066;
}
</style>
background-color css
<style>
a { background-color: #2FE066; }
a { background-color: rgb(47,224,102); }
div.DivClassName
{
background-color: #2FE066;
}
.BgClassName
{
background-color: #2FE066;
}
</style>
border-color css
<style>
span { border-color: #2FE066; }
span { border-color: rgb(47,224,102); }
td.TdClassName
{
border-color: #2FE066;
}
.TagClassName
{
border-color: #2FE066;
}
</style>