Shades of Malachite #2FF263
Tints of Malachite #2FF263
RGB
CMYK
RGB Variations
Color information
#2FF263 (or 0x2FF263) is known color: Malachite. HEX triplet: 2F, F2 and 63. RGB value is (47,242,99). Sum of RGB (Red+Green+Blue) = 47+242+99=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF263 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF263 is #D00D9C. Grayscale: #A7A7A7. Windows color (decimal): -13634973 or 6550063. OLE color: 6550063.
HSL color Cylindrical-coordinate representation of color #2FF263: hue angle of 136º degrees, saturation: 0.88, 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 #2FF263 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 99 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.05 |
| HSL | 136º | 0.88% | 0.57% | - |
| HSV(B) | 136º | 0.81% | 0.95% | - |
| XYZ | 35.18 | 65.01 | 22.5 | - |
| YUV | 167.39 | 89.4 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 99 | 0.81 | 0 | 0.59 | 0.05 | 136 | 0.88 | 0.57 |
| Hex | 2F | F2 | 63 | 51 | 0 | 3B | 5 | 88 | 58 | 39 |
| Octal | 57 | 362 | 143 | 121 | 0 | 73 | 5 | 210 | 130 | 71 |
| Binary | 101111 | 11110010 | 1100011 | 1010001 | 0 | 111011 | 101 | 10001000 | 1011000 | 111001 |
Color Harmonies of #2FF263
Complementary color
Monochromatic Colors of #2FF263
Black with #2FF263
Text Example
Text Example
White with #2FF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF263; }
p { color: rgb(47,242,99); }
H1.HeaderClassName
{
color: #2FF263;
}
.AnyTagClassName
{
color: #2FF263;
}
</style>
background-color css
<style>
a { background-color: #2FF263; }
a { background-color: rgb(47,242,99); }
div.DivClassName
{
background-color: #2FF263;
}
.BgClassName
{
background-color: #2FF263;
}
</style>
border-color css
<style>
span { border-color: #2FF263; }
span { border-color: rgb(47,242,99); }
td.TdClassName
{
border-color: #2FF263;
}
.TagClassName
{
border-color: #2FF263;
}
</style>