Shades of Malachite #2FF363
Tints of Malachite #2FF363
RGB
CMYK
RGB Variations
Color information
#2FF363 (or 0x2FF363) is known color: Malachite. HEX triplet: 2F, F3 and 63. RGB value is (47,243,99). Sum of RGB (Red+Green+Blue) = 47+243+99=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF363 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF363 is #D00C9C. Grayscale: #A8A8A8. Windows color (decimal): -13634717 or 6550319. OLE color: 6550319.
HSL color Cylindrical-coordinate representation of color #2FF363: hue angle of 135.92º 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 #2FF363 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 99 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.05 |
| HSL | 135.92º | 0.89% | 0.57% | - |
| HSV(B) | 135.92º | 0.81% | 0.95% | - |
| XYZ | 35.48 | 65.61 | 22.6 | - |
| YUV | 167.98 | 89.07 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 99 | 0.81 | 0 | 0.59 | 0.05 | 135.92 | 0.89 | 0.57 |
| Hex | 2F | F3 | 63 | 51 | 0 | 3B | 5 | 88 | 59 | 39 |
| Octal | 57 | 363 | 143 | 121 | 0 | 73 | 5 | 210 | 131 | 71 |
| Binary | 101111 | 11110011 | 1100011 | 1010001 | 0 | 111011 | 101 | 10001000 | 1011001 | 111001 |
Color Harmonies of #2FF363
Complementary color
Monochromatic Colors of #2FF363
Black with #2FF363
Text Example
Text Example
White with #2FF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF363; }
p { color: rgb(47,243,99); }
H1.HeaderClassName
{
color: #2FF363;
}
.AnyTagClassName
{
color: #2FF363;
}
</style>
background-color css
<style>
a { background-color: #2FF363; }
a { background-color: rgb(47,243,99); }
div.DivClassName
{
background-color: #2FF363;
}
.BgClassName
{
background-color: #2FF363;
}
</style>
border-color css
<style>
span { border-color: #2FF363; }
span { border-color: rgb(47,243,99); }
td.TdClassName
{
border-color: #2FF363;
}
.TagClassName
{
border-color: #2FF363;
}
</style>