Shades of Malachite #2FF962
Tints of Malachite #2FF962
RGB
CMYK
RGB Variations
Color information
#2FF962 (or 0x2FF962) is known color: Malachite. HEX triplet: 2F, F9 and 62. RGB value is (47,249,98). Sum of RGB (Red+Green+Blue) = 47+249+98=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF962 is #D0069D. Grayscale: #ABABAB. Windows color (decimal): -13633182 or 6486319. OLE color: 6486319.
HSL color Cylindrical-coordinate representation of color #2FF962: hue angle of 135.15º degrees, saturation: 0.94, 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 #2FF962 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 98 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.02 |
| HSL | 135.15º | 0.94% | 0.58% | - |
| HSV(B) | 135.15º | 0.81% | 0.98% | - |
| XYZ | 37.25 | 69.24 | 22.96 | - |
| YUV | 171.39 | 86.58 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 98 | 0.81 | 0 | 0.61 | 0.02 | 135.15 | 0.94 | 0.58 |
| Hex | 2F | F9 | 62 | 51 | 0 | 3D | 2 | 87 | 5E | 3A |
| Octal | 57 | 371 | 142 | 121 | 0 | 75 | 2 | 207 | 136 | 72 |
| Binary | 101111 | 11111001 | 1100010 | 1010001 | 0 | 111101 | 10 | 10000111 | 1011110 | 111010 |
Color Harmonies of #2FF962
Complementary color
Monochromatic Colors of #2FF962
Black with #2FF962
Text Example
Text Example
White with #2FF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF962; }
p { color: rgb(47,249,98); }
H1.HeaderClassName
{
color: #2FF962;
}
.AnyTagClassName
{
color: #2FF962;
}
</style>
background-color css
<style>
a { background-color: #2FF962; }
a { background-color: rgb(47,249,98); }
div.DivClassName
{
background-color: #2FF962;
}
.BgClassName
{
background-color: #2FF962;
}
</style>
border-color css
<style>
span { border-color: #2FF962; }
span { border-color: rgb(47,249,98); }
td.TdClassName
{
border-color: #2FF962;
}
.TagClassName
{
border-color: #2FF962;
}
</style>