Shades of Malachite #2FF364
Tints of Malachite #2FF364
RGB
CMYK
RGB Variations
Color information
#2FF364 (or 0x2FF364) is known color: Malachite. HEX triplet: 2F, F3 and 64. RGB value is (47,243,100). Sum of RGB (Red+Green+Blue) = 47+243+100=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF364 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF364 is #D00C9B. Grayscale: #A8A8A8. Windows color (decimal): -13634716 or 6615855. OLE color: 6615855.
HSL color Cylindrical-coordinate representation of color #2FF364: hue angle of 136.22º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF364 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 100 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.05 |
| HSL | 136.22º | 0.89% | 0.57% | - |
| HSV(B) | 136.22º | 0.81% | 0.95% | - |
| XYZ | 35.52 | 65.63 | 22.85 | - |
| YUV | 168.09 | 89.57 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 100 | 0.81 | 0 | 0.59 | 0.05 | 136.22 | 0.89 | 0.57 |
| Hex | 2F | F3 | 64 | 51 | 0 | 3B | 5 | 88 | 59 | 39 |
| Octal | 57 | 363 | 144 | 121 | 0 | 73 | 5 | 210 | 131 | 71 |
| Binary | 101111 | 11110011 | 1100100 | 1010001 | 0 | 111011 | 101 | 10001000 | 1011001 | 111001 |
Color Harmonies of #2FF364
Complementary color
Monochromatic Colors of #2FF364
Black with #2FF364
Text Example
Text Example
White with #2FF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF364; }
p { color: rgb(47,243,100); }
H1.HeaderClassName
{
color: #2FF364;
}
.AnyTagClassName
{
color: #2FF364;
}
</style>
background-color css
<style>
a { background-color: #2FF364; }
a { background-color: rgb(47,243,100); }
div.DivClassName
{
background-color: #2FF364;
}
.BgClassName
{
background-color: #2FF364;
}
</style>
border-color css
<style>
span { border-color: #2FF364; }
span { border-color: rgb(47,243,100); }
td.TdClassName
{
border-color: #2FF364;
}
.TagClassName
{
border-color: #2FF364;
}
</style>