Shades of Malachite #2FEB6C
Tints of Malachite #2FEB6C
RGB
CMYK
RGB Variations
Color information
#2FEB6C (or 0x2FEB6C) is known color: Malachite. HEX triplet: 2F, EB and 6C. RGB value is (47,235,108). Sum of RGB (Red+Green+Blue) = 47+235+108=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 235 (92.19% from 255 or 60.26% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB6C is #D01493. Grayscale: #A4A4A4. Windows color (decimal): -13636756 or 7138095. OLE color: 7138095.
HSL color Cylindrical-coordinate representation of color #2FEB6C: hue angle of 139.47º 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 #2FEB6C is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 108 | - |
| CMYK | 0.8 | 0 | 0.54 | 0.08 |
| HSL | 139.47º | 0.82% | 0.55% | - |
| HSV(B) | 139.47º | 0.8% | 0.92% | - |
| XYZ | 33.59 | 61.1 | 24.21 | - |
| YUV | 164.31 | 96.22 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 108 | 0.8 | 0 | 0.54 | 0.08 | 139.47 | 0.82 | 0.55 |
| Hex | 2F | EB | 6C | 50 | 0 | 36 | 8 | 8B | 52 | 37 |
| Octal | 57 | 353 | 154 | 120 | 0 | 66 | 10 | 213 | 122 | 67 |
| Binary | 101111 | 11101011 | 1101100 | 1010000 | 0 | 110110 | 1000 | 10001011 | 1010010 | 110111 |
Color Harmonies of #2FEB6C
Complementary color
Monochromatic Colors of #2FEB6C
Black with #2FEB6C
Text Example
Text Example
White with #2FEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB6C; }
p { color: rgb(47,235,108); }
H1.HeaderClassName
{
color: #2FEB6C;
}
.AnyTagClassName
{
color: #2FEB6C;
}
</style>
background-color css
<style>
a { background-color: #2FEB6C; }
a { background-color: rgb(47,235,108); }
div.DivClassName
{
background-color: #2FEB6C;
}
.BgClassName
{
background-color: #2FEB6C;
}
</style>
border-color css
<style>
span { border-color: #2FEB6C; }
span { border-color: rgb(47,235,108); }
td.TdClassName
{
border-color: #2FEB6C;
}
.TagClassName
{
border-color: #2FEB6C;
}
</style>