Shades of Malachite #2FEF5A
Tints of Malachite #2FEF5A
RGB
CMYK
RGB Variations
Color information
#2FEF5A (or 0x2FEF5A) is known color: Malachite. HEX triplet: 2F, EF and 5A. RGB value is (47,239,90). Sum of RGB (Red+Green+Blue) = 47+239+90=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEF5A is #D010A5. Grayscale: #A5A5A5. Windows color (decimal): -13635750 or 5959471. OLE color: 5959471.
HSL color Cylindrical-coordinate representation of color #2FEF5A: hue angle of 133.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF5A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 90 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.06 |
| HSL | 133.44º | 0.86% | 0.56% | - |
| HSV(B) | 133.44º | 0.8% | 0.94% | - |
| XYZ | 33.88 | 63.08 | 20.06 | - |
| YUV | 164.61 | 85.89 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 90 | 0.80 | 0 | 0.62 | 0.06 | 133.44 | 0.86 | 0.56 |
| Hex | 2F | EF | 5A | 50 | 0 | 3E | 6 | 85 | 56 | 38 |
| Octal | 57 | 357 | 132 | 120 | 0 | 76 | 6 | 205 | 126 | 70 |
| Binary | 101111 | 11101111 | 1011010 | 1010000 | 0 | 111110 | 110 | 10000101 | 1010110 | 111000 |
Color Harmonies of #2FEF5A
Complementary color
Monochromatic Colors of #2FEF5A
Black with #2FEF5A
Text Example
Text Example
White with #2FEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF5A; }
p { color: rgb(47,239,90); }
H1.HeaderClassName
{
color: #2FEF5A;
}
.AnyTagClassName
{
color: #2FEF5A;
}
</style>
background-color css
<style>
a { background-color: #2FEF5A; }
a { background-color: rgb(47,239,90); }
div.DivClassName
{
background-color: #2FEF5A;
}
.BgClassName
{
background-color: #2FEF5A;
}
</style>
border-color css
<style>
span { border-color: #2FEF5A; }
span { border-color: rgb(47,239,90); }
td.TdClassName
{
border-color: #2FEF5A;
}
.TagClassName
{
border-color: #2FEF5A;
}
</style>