Shades of Malachite #2FE85C
Tints of Malachite #2FE85C
RGB
CMYK
RGB Variations
Color information
#2FE85C (or 0x2FE85C) is known color: Malachite. HEX triplet: 2F, E8 and 5C. RGB value is (47,232,92). Sum of RGB (Red+Green+Blue) = 47+232+92=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE85C is #D017A3. Grayscale: #A1A1A1. Windows color (decimal): -13637540 or 6088751. OLE color: 6088751.
HSL color Cylindrical-coordinate representation of color #2FE85C: hue angle of 134.59º degrees, saturation: 0.8, 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 #2FE85C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 92 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.09 |
| HSL | 134.59º | 0.8% | 0.55% | - |
| HSV(B) | 134.59º | 0.8% | 0.91% | - |
| XYZ | 31.96 | 59.09 | 19.85 | - |
| YUV | 160.73 | 89.21 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 92 | 0.80 | 0 | 0.60 | 0.09 | 134.59 | 0.8 | 0.55 |
| Hex | 2F | E8 | 5C | 50 | 0 | 3C | 9 | 87 | 50 | 37 |
| Octal | 57 | 350 | 134 | 120 | 0 | 74 | 11 | 207 | 120 | 67 |
| Binary | 101111 | 11101000 | 1011100 | 1010000 | 0 | 111100 | 1001 | 10000111 | 1010000 | 110111 |
Color Harmonies of #2FE85C
Complementary color
Monochromatic Colors of #2FE85C
Black with #2FE85C
Text Example
Text Example
White with #2FE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE85C; }
p { color: rgb(47,232,92); }
H1.HeaderClassName
{
color: #2FE85C;
}
.AnyTagClassName
{
color: #2FE85C;
}
</style>
background-color css
<style>
a { background-color: #2FE85C; }
a { background-color: rgb(47,232,92); }
div.DivClassName
{
background-color: #2FE85C;
}
.BgClassName
{
background-color: #2FE85C;
}
</style>
border-color css
<style>
span { border-color: #2FE85C; }
span { border-color: rgb(47,232,92); }
td.TdClassName
{
border-color: #2FE85C;
}
.TagClassName
{
border-color: #2FE85C;
}
</style>