Shades of Malachite #2FEA6B
Tints of Malachite #2FEA6B
RGB
CMYK
RGB Variations
Color information
#2FEA6B (or 0x2FEA6B) is known color: Malachite. HEX triplet: 2F, EA and 6B. RGB value is (47,234,107). Sum of RGB (Red+Green+Blue) = 47+234+107=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 234 (91.80% from 255 or 60.31% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA6B is #D01594. Grayscale: #A3A3A3. Windows color (decimal): -13637013 or 7072303. OLE color: 7072303.
HSL color Cylindrical-coordinate representation of color #2FEA6B: hue angle of 139.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA6B is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 107 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.08 |
| HSL | 139.25º | 0.82% | 0.55% | - |
| HSV(B) | 139.25º | 0.8% | 0.92% | - |
| XYZ | 33.25 | 60.51 | 23.84 | - |
| YUV | 163.61 | 96.05 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 107 | 0.80 | 0 | 0.54 | 0.08 | 139.25 | 0.82 | 0.55 |
| Hex | 2F | EA | 6B | 50 | 0 | 36 | 8 | 8B | 52 | 37 |
| Octal | 57 | 352 | 153 | 120 | 0 | 66 | 10 | 213 | 122 | 67 |
| Binary | 101111 | 11101010 | 1101011 | 1010000 | 0 | 110110 | 1000 | 10001011 | 1010010 | 110111 |
Color Harmonies of #2FEA6B
Complementary color
Monochromatic Colors of #2FEA6B
Black with #2FEA6B
Text Example
Text Example
White with #2FEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA6B; }
p { color: rgb(47,234,107); }
H1.HeaderClassName
{
color: #2FEA6B;
}
.AnyTagClassName
{
color: #2FEA6B;
}
</style>
background-color css
<style>
a { background-color: #2FEA6B; }
a { background-color: rgb(47,234,107); }
div.DivClassName
{
background-color: #2FEA6B;
}
.BgClassName
{
background-color: #2FEA6B;
}
</style>
border-color css
<style>
span { border-color: #2FEA6B; }
span { border-color: rgb(47,234,107); }
td.TdClassName
{
border-color: #2FEA6B;
}
.TagClassName
{
border-color: #2FEA6B;
}
</style>