Shades of Malachite #2FFE50
Tints of Malachite #2FFE50
RGB
CMYK
RGB Variations
Color information
#2FFE50 (or 0x2FFE50) is known color: Malachite. HEX triplet: 2F, FE and 50. RGB value is (47,254,80). Sum of RGB (Red+Green+Blue) = 47+254+80=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 254 (99.61% from 255 or 66.67% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFE50 is #D001AF. Grayscale: #ACACAC. Windows color (decimal): -13631920 or 5307951. OLE color: 5307951.
HSL color Cylindrical-coordinate representation of color #2FFE50: hue angle of 129.57º 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 #2FFE50 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 80 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.00 |
| HSL | 129.57º | 0.99% | 0.59% | - |
| HSV(B) | 129.57º | 0.81% | 1% | - |
| XYZ | 38.06 | 72.07 | 19.49 | - |
| YUV | 172.27 | 75.92 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 80 | 0.81 | 0 | 0.69 | 0.00 | 129.57 | 0.99 | 0.59 |
| Hex | 2F | FE | 50 | 51 | 0 | 45 | 0 | 82 | 63 | 3B |
| Octal | 57 | 376 | 120 | 121 | 0 | 105 | 0 | 202 | 143 | 73 |
| Binary | 101111 | 11111110 | 1010000 | 1010001 | 0 | 1000101 | 0 | 10000010 | 1100011 | 111011 |
Color Harmonies of #2FFE50
Complementary color
Monochromatic Colors of #2FFE50
Black with #2FFE50
Text Example
Text Example
White with #2FFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE50; }
p { color: rgb(47,254,80); }
H1.HeaderClassName
{
color: #2FFE50;
}
.AnyTagClassName
{
color: #2FFE50;
}
</style>
background-color css
<style>
a { background-color: #2FFE50; }
a { background-color: rgb(47,254,80); }
div.DivClassName
{
background-color: #2FFE50;
}
.BgClassName
{
background-color: #2FFE50;
}
</style>
border-color css
<style>
span { border-color: #2FFE50; }
span { border-color: rgb(47,254,80); }
td.TdClassName
{
border-color: #2FFE50;
}
.TagClassName
{
border-color: #2FFE50;
}
</style>