Shades of Malachite #2FFC5E
Tints of Malachite #2FFC5E
RGB
CMYK
RGB Variations
Color information
#2FFC5E (or 0x2FFC5E) is known color: Malachite. HEX triplet: 2F, FC and 5E. RGB value is (47,252,94). Sum of RGB (Red+Green+Blue) = 47+252+94=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 252 (98.83% from 255 or 64.12% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC5E is #D003A1. Grayscale: #ADADAD. Windows color (decimal): -13632418 or 6224943. OLE color: 6224943.
HSL color Cylindrical-coordinate representation of color #2FFC5E: hue angle of 133.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC5E is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 47 | 252 | 94 | - |
CMYK | 0.81 | 0 | 0.63 | 0.01 |
HSL | 133.76º | 0.97% | 0.59% | - |
HSV(B) | 133.76º | 0.81% | 0.99% | - |
XYZ | 38 | 71.03 | 22.3 | - |
YUV | 172.69 | 83.58 | 38.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 252 | 94 | 0.81 | 0 | 0.63 | 0.01 | 133.76 | 0.97 | 0.59 |
Hex | 2F | FC | 5E | 51 | 0 | 3F | 1 | 86 | 61 | 3B |
Octal | 57 | 374 | 136 | 121 | 0 | 77 | 1 | 206 | 141 | 73 |
Binary | 101111 | 11111100 | 1011110 | 1010001 | 0 | 111111 | 1 | 10000110 | 1100001 | 111011 |
Color Harmonies of #2FFC5E
Complementary color
Monochromatic Colors of #2FFC5E
Black with #2FFC5E
Text Example
Text Example
White with #2FFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC5E; }
p { color: rgb(47,252,94); }
H1.HeaderClassName
{
color: #2FFC5E;
}
.AnyTagClassName
{
color: #2FFC5E;
}
</style>
background-color css
<style>
a { background-color: #2FFC5E; }
a { background-color: rgb(47,252,94); }
div.DivClassName
{
background-color: #2FFC5E;
}
.BgClassName
{
background-color: #2FFC5E;
}
</style>
border-color css
<style>
span { border-color: #2FFC5E; }
span { border-color: rgb(47,252,94); }
td.TdClassName
{
border-color: #2FFC5E;
}
.TagClassName
{
border-color: #2FFC5E;
}
</style>