Shades of Malachite #2CF950
Tints of Malachite #2CF950
RGB
CMYK
RGB Variations
Color information
#2CF950 (or 0x2CF950) is known color: Malachite. HEX triplet: 2C, F9 and 50. RGB value is (44,249,80). Sum of RGB (Red+Green+Blue) = 44+249+80=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF950 is #D306AF. Grayscale: #A8A8A8. Windows color (decimal): -13829808 or 5306668. OLE color: 5306668.
HSL color Cylindrical-coordinate representation of color #2CF950: hue angle of 130.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF950 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 80 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.02 |
| HSL | 130.54º | 0.94% | 0.57% | - |
| HSV(B) | 130.54º | 0.82% | 0.98% | - |
| XYZ | 36.36 | 68.87 | 18.97 | - |
| YUV | 168.44 | 78.08 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 80 | 0.82 | 0 | 0.68 | 0.02 | 130.54 | 0.94 | 0.57 |
| Hex | 2C | F9 | 50 | 52 | 0 | 44 | 2 | 83 | 5E | 39 |
| Octal | 54 | 371 | 120 | 122 | 0 | 104 | 2 | 203 | 136 | 71 |
| Binary | 101100 | 11111001 | 1010000 | 1010010 | 0 | 1000100 | 10 | 10000011 | 1011110 | 111001 |
Color Harmonies of #2CF950
Complementary color
Monochromatic Colors of #2CF950
Black with #2CF950
Text Example
Text Example
White with #2CF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF950; }
p { color: rgb(44,249,80); }
H1.HeaderClassName
{
color: #2CF950;
}
.AnyTagClassName
{
color: #2CF950;
}
</style>
background-color css
<style>
a { background-color: #2CF950; }
a { background-color: rgb(44,249,80); }
div.DivClassName
{
background-color: #2CF950;
}
.BgClassName
{
background-color: #2CF950;
}
</style>
border-color css
<style>
span { border-color: #2CF950; }
span { border-color: rgb(44,249,80); }
td.TdClassName
{
border-color: #2CF950;
}
.TagClassName
{
border-color: #2CF950;
}
</style>