Shades of Malachite #2FFE58
Tints of Malachite #2FFE58
RGB
CMYK
RGB Variations
Color information
#2FFE58 (or 0x2FFE58) is known color: Malachite. HEX triplet: 2F, FE and 58. RGB value is (47,254,88). Sum of RGB (Red+Green+Blue) = 47+254+88=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFE58 is #D001A7. Grayscale: #ADADAD. Windows color (decimal): -13631912 or 5832239. OLE color: 5832239.
HSL color Cylindrical-coordinate representation of color #2FFE58: hue angle of 131.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE58 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 88 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.00 |
| HSL | 131.88º | 0.99% | 0.59% | - |
| HSV(B) | 131.88º | 0.81% | 1% | - |
| XYZ | 38.38 | 72.19 | 21.14 | - |
| YUV | 173.18 | 79.92 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 88 | 0.81 | 0 | 0.65 | 0.00 | 131.88 | 0.99 | 0.59 |
| Hex | 2F | FE | 58 | 51 | 0 | 41 | 0 | 84 | 63 | 3B |
| Octal | 57 | 376 | 130 | 121 | 0 | 101 | 0 | 204 | 143 | 73 |
| Binary | 101111 | 11111110 | 1011000 | 1010001 | 0 | 1000001 | 0 | 10000100 | 1100011 | 111011 |
Color Harmonies of #2FFE58
Complementary color
Monochromatic Colors of #2FFE58
Black with #2FFE58
Text Example
Text Example
White with #2FFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE58; }
p { color: rgb(47,254,88); }
H1.HeaderClassName
{
color: #2FFE58;
}
.AnyTagClassName
{
color: #2FFE58;
}
</style>
background-color css
<style>
a { background-color: #2FFE58; }
a { background-color: rgb(47,254,88); }
div.DivClassName
{
background-color: #2FFE58;
}
.BgClassName
{
background-color: #2FFE58;
}
</style>
border-color css
<style>
span { border-color: #2FFE58; }
span { border-color: rgb(47,254,88); }
td.TdClassName
{
border-color: #2FFE58;
}
.TagClassName
{
border-color: #2FFE58;
}
</style>