Shades of Malachite #2FFB62
Tints of Malachite #2FFB62
RGB
CMYK
RGB Variations
Color information
#2FFB62 (or 0x2FFB62) is known color: Malachite. HEX triplet: 2F, FB and 62. RGB value is (47,251,98). Sum of RGB (Red+Green+Blue) = 47+251+98=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB62 is #D0049D. Grayscale: #ACACAC. Windows color (decimal): -13632670 or 6486831. OLE color: 6486831.
HSL color Cylindrical-coordinate representation of color #2FFB62: hue angle of 135º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB62 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 98 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.02 |
| HSL | 135º | 0.96% | 0.58% | - |
| HSV(B) | 135º | 0.81% | 0.98% | - |
| XYZ | 37.87 | 70.48 | 23.16 | - |
| YUV | 172.56 | 85.91 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 98 | 0.81 | 0 | 0.61 | 0.02 | 135 | 0.96 | 0.58 |
| Hex | 2F | FB | 62 | 51 | 0 | 3D | 2 | 87 | 60 | 3A |
| Octal | 57 | 373 | 142 | 121 | 0 | 75 | 2 | 207 | 140 | 72 |
| Binary | 101111 | 11111011 | 1100010 | 1010001 | 0 | 111101 | 10 | 10000111 | 1100000 | 111010 |
Color Harmonies of #2FFB62
Complementary color
Monochromatic Colors of #2FFB62
Black with #2FFB62
Text Example
Text Example
White with #2FFB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB62; }
p { color: rgb(47,251,98); }
H1.HeaderClassName
{
color: #2FFB62;
}
.AnyTagClassName
{
color: #2FFB62;
}
</style>
background-color css
<style>
a { background-color: #2FFB62; }
a { background-color: rgb(47,251,98); }
div.DivClassName
{
background-color: #2FFB62;
}
.BgClassName
{
background-color: #2FFB62;
}
</style>
border-color css
<style>
span { border-color: #2FFB62; }
span { border-color: rgb(47,251,98); }
td.TdClassName
{
border-color: #2FFB62;
}
.TagClassName
{
border-color: #2FFB62;
}
</style>