Shades of Malachite #2FE465
Tints of Malachite #2FE465
RGB
CMYK
RGB Variations
Color information
#2FE465 (or 0x2FE465) is known color: Malachite. HEX triplet: 2F, E4 and 65. RGB value is (47,228,101). Sum of RGB (Red+Green+Blue) = 47+228+101=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 228 (89.45% from 255 or 60.64% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE465 is #D01B9A. Grayscale: #9F9F9F. Windows color (decimal): -13638555 or 6677551. OLE color: 6677551.
HSL color Cylindrical-coordinate representation of color #2FE465: hue angle of 137.9º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE465 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 101 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.11 |
| HSL | 137.9º | 0.77% | 0.54% | - |
| HSV(B) | 137.9º | 0.79% | 0.89% | - |
| XYZ | 31.26 | 57.03 | 21.67 | - |
| YUV | 159.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 101 | 0.79 | 0 | 0.56 | 0.11 | 137.9 | 0.77 | 0.54 |
| Hex | 2F | E4 | 65 | 4F | 0 | 38 | B | 8A | 4D | 36 |
| Octal | 57 | 344 | 145 | 117 | 0 | 70 | 13 | 212 | 115 | 66 |
| Binary | 101111 | 11100100 | 1100101 | 1001111 | 0 | 111000 | 1011 | 10001010 | 1001101 | 110110 |
Color Harmonies of #2FE465
Complementary color
Monochromatic Colors of #2FE465
Black with #2FE465
Text Example
Text Example
White with #2FE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE465; }
p { color: rgb(47,228,101); }
H1.HeaderClassName
{
color: #2FE465;
}
.AnyTagClassName
{
color: #2FE465;
}
</style>
background-color css
<style>
a { background-color: #2FE465; }
a { background-color: rgb(47,228,101); }
div.DivClassName
{
background-color: #2FE465;
}
.BgClassName
{
background-color: #2FE465;
}
</style>
border-color css
<style>
span { border-color: #2FE465; }
span { border-color: rgb(47,228,101); }
td.TdClassName
{
border-color: #2FE465;
}
.TagClassName
{
border-color: #2FE465;
}
</style>