Shades of Malachite #2FE554
Tints of Malachite #2FE554
RGB
CMYK
RGB Variations
Color information
#2FE554 (or 0x2FE554) is known color: Malachite. HEX triplet: 2F, E5 and 54. RGB value is (47,229,84). Sum of RGB (Red+Green+Blue) = 47+229+84=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 229 (89.84% from 255 or 63.61% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE554 is #D01AAB. Grayscale: #9E9E9E. Windows color (decimal): -13638316 or 5563695. OLE color: 5563695.
HSL color Cylindrical-coordinate representation of color #2FE554: hue angle of 132.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE554 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 84 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.10 |
| HSL | 132.2º | 0.78% | 0.54% | - |
| HSV(B) | 132.2º | 0.79% | 0.9% | - |
| XYZ | 30.79 | 57.28 | 17.82 | - |
| YUV | 158.05 | 86.2 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 84 | 0.79 | 0 | 0.63 | 0.10 | 132.2 | 0.78 | 0.54 |
| Hex | 2F | E5 | 54 | 4F | 0 | 3F | A | 84 | 4E | 36 |
| Octal | 57 | 345 | 124 | 117 | 0 | 77 | 12 | 204 | 116 | 66 |
| Binary | 101111 | 11100101 | 1010100 | 1001111 | 0 | 111111 | 1010 | 10000100 | 1001110 | 110110 |
Color Harmonies of #2FE554
Complementary color
Monochromatic Colors of #2FE554
Black with #2FE554
Text Example
Text Example
White with #2FE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE554; }
p { color: rgb(47,229,84); }
H1.HeaderClassName
{
color: #2FE554;
}
.AnyTagClassName
{
color: #2FE554;
}
</style>
background-color css
<style>
a { background-color: #2FE554; }
a { background-color: rgb(47,229,84); }
div.DivClassName
{
background-color: #2FE554;
}
.BgClassName
{
background-color: #2FE554;
}
</style>
border-color css
<style>
span { border-color: #2FE554; }
span { border-color: rgb(47,229,84); }
td.TdClassName
{
border-color: #2FE554;
}
.TagClassName
{
border-color: #2FE554;
}
</style>