Shades of Malachite #2FE76A
Tints of Malachite #2FE76A
RGB
CMYK
RGB Variations
Color information
#2FE76A (or 0x2FE76A) is known color: Malachite. HEX triplet: 2F, E7 and 6A. RGB value is (47,231,106). Sum of RGB (Red+Green+Blue) = 47+231+106=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 231 (90.62% from 255 or 60.16% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE76A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE76A is #D01895. Grayscale: #A2A2A2. Windows color (decimal): -13637782 or 7005999. OLE color: 7005999.
HSL color Cylindrical-coordinate representation of color #2FE76A: hue angle of 139.24º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE76A is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 106 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.09 |
| HSL | 139.24º | 0.79% | 0.55% | - |
| HSV(B) | 139.24º | 0.8% | 0.91% | - |
| XYZ | 32.35 | 58.8 | 23.28 | - |
| YUV | 161.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 106 | 0.80 | 0 | 0.54 | 0.09 | 139.24 | 0.79 | 0.55 |
| Hex | 2F | E7 | 6A | 50 | 0 | 36 | 9 | 8B | 4F | 37 |
| Octal | 57 | 347 | 152 | 120 | 0 | 66 | 11 | 213 | 117 | 67 |
| Binary | 101111 | 11100111 | 1101010 | 1010000 | 0 | 110110 | 1001 | 10001011 | 1001111 | 110111 |
Color Harmonies of #2FE76A
Complementary color
Monochromatic Colors of #2FE76A
Black with #2FE76A
Text Example
Text Example
White with #2FE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE76A; }
p { color: rgb(47,231,106); }
H1.HeaderClassName
{
color: #2FE76A;
}
.AnyTagClassName
{
color: #2FE76A;
}
</style>
background-color css
<style>
a { background-color: #2FE76A; }
a { background-color: rgb(47,231,106); }
div.DivClassName
{
background-color: #2FE76A;
}
.BgClassName
{
background-color: #2FE76A;
}
</style>
border-color css
<style>
span { border-color: #2FE76A; }
span { border-color: rgb(47,231,106); }
td.TdClassName
{
border-color: #2FE76A;
}
.TagClassName
{
border-color: #2FE76A;
}
</style>