Shades of Malachite #2FF951
Tints of Malachite #2FF951
RGB
CMYK
RGB Variations
Color information
#2FF951 (or 0x2FF951) is known color: Malachite. HEX triplet: 2F, F9 and 51. RGB value is (47,249,81). Sum of RGB (Red+Green+Blue) = 47+249+81=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF951 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF951 is #D006AE. Grayscale: #A9A9A9. Windows color (decimal): -13633199 or 5372207. OLE color: 5372207.
HSL color Cylindrical-coordinate representation of color #2FF951: hue angle of 130.1º 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 #2FF951 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 81 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.02 |
| HSL | 130.1º | 0.94% | 0.58% | - |
| HSV(B) | 130.1º | 0.81% | 0.98% | - |
| XYZ | 36.53 | 68.95 | 19.17 | - |
| YUV | 169.45 | 78.08 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 81 | 0.81 | 0 | 0.67 | 0.02 | 130.1 | 0.94 | 0.58 |
| Hex | 2F | F9 | 51 | 51 | 0 | 43 | 2 | 82 | 5E | 3A |
| Octal | 57 | 371 | 121 | 121 | 0 | 103 | 2 | 202 | 136 | 72 |
| Binary | 101111 | 11111001 | 1010001 | 1010001 | 0 | 1000011 | 10 | 10000010 | 1011110 | 111010 |
Color Harmonies of #2FF951
Complementary color
Monochromatic Colors of #2FF951
Black with #2FF951
Text Example
Text Example
White with #2FF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF951; }
p { color: rgb(47,249,81); }
H1.HeaderClassName
{
color: #2FF951;
}
.AnyTagClassName
{
color: #2FF951;
}
</style>
background-color css
<style>
a { background-color: #2FF951; }
a { background-color: rgb(47,249,81); }
div.DivClassName
{
background-color: #2FF951;
}
.BgClassName
{
background-color: #2FF951;
}
</style>
border-color css
<style>
span { border-color: #2FF951; }
span { border-color: rgb(47,249,81); }
td.TdClassName
{
border-color: #2FF951;
}
.TagClassName
{
border-color: #2FF951;
}
</style>