Shades of Malachite #2FF950
Tints of Malachite #2FF950
RGB
CMYK
RGB Variations
Color information
#2FF950 (or 0x2FF950) is known color: Malachite. HEX triplet: 2F, F9 and 50. RGB value is (47,249,80). Sum of RGB (Red+Green+Blue) = 47+249+80=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF950 is #D006AF. Grayscale: #A9A9A9. Windows color (decimal): -13633200 or 5306671. OLE color: 5306671.
HSL color Cylindrical-coordinate representation of color #2FF950: hue angle of 129.8º 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 #2FF950 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 80 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.02 |
| HSL | 129.8º | 0.94% | 0.58% | - |
| HSV(B) | 129.8º | 0.81% | 0.98% | - |
| XYZ | 36.5 | 68.93 | 18.97 | - |
| YUV | 169.34 | 77.58 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 80 | 0.81 | 0 | 0.68 | 0.02 | 129.8 | 0.94 | 0.58 |
| Hex | 2F | F9 | 50 | 51 | 0 | 44 | 2 | 82 | 5E | 3A |
| Octal | 57 | 371 | 120 | 121 | 0 | 104 | 2 | 202 | 136 | 72 |
| Binary | 101111 | 11111001 | 1010000 | 1010001 | 0 | 1000100 | 10 | 10000010 | 1011110 | 111010 |
Color Harmonies of #2FF950
Complementary color
Monochromatic Colors of #2FF950
Black with #2FF950
Text Example
Text Example
White with #2FF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF950; }
p { color: rgb(47,249,80); }
H1.HeaderClassName
{
color: #2FF950;
}
.AnyTagClassName
{
color: #2FF950;
}
</style>
background-color css
<style>
a { background-color: #2FF950; }
a { background-color: rgb(47,249,80); }
div.DivClassName
{
background-color: #2FF950;
}
.BgClassName
{
background-color: #2FF950;
}
</style>
border-color css
<style>
span { border-color: #2FF950; }
span { border-color: rgb(47,249,80); }
td.TdClassName
{
border-color: #2FF950;
}
.TagClassName
{
border-color: #2FF950;
}
</style>