Shades of Malachite #2CF16C
Tints of Malachite #2CF16C
RGB
CMYK
RGB Variations
Color information
#2CF16C (or 0x2CF16C) is known color: Malachite. HEX triplet: 2C, F1 and 6C. RGB value is (44,241,108). Sum of RGB (Red+Green+Blue) = 44+241+108=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF16C is #D30E93. Grayscale: #A7A7A7. Windows color (decimal): -13831828 or 7139628. OLE color: 7139628.
HSL color Cylindrical-coordinate representation of color #2CF16C: hue angle of 139.49º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF16C is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 108 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.05 |
| HSL | 139.49º | 0.88% | 0.56% | - |
| HSV(B) | 139.49º | 0.82% | 0.95% | - |
| XYZ | 35.2 | 64.53 | 24.79 | - |
| YUV | 166.94 | 94.73 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 108 | 0.82 | 0 | 0.55 | 0.05 | 139.49 | 0.88 | 0.56 |
| Hex | 2C | F1 | 6C | 52 | 0 | 37 | 5 | 8B | 58 | 38 |
| Octal | 54 | 361 | 154 | 122 | 0 | 67 | 5 | 213 | 130 | 70 |
| Binary | 101100 | 11110001 | 1101100 | 1010010 | 0 | 110111 | 101 | 10001011 | 1011000 | 111000 |
Color Harmonies of #2CF16C
Complementary color
Monochromatic Colors of #2CF16C
Black with #2CF16C
Text Example
Text Example
White with #2CF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF16C; }
p { color: rgb(44,241,108); }
H1.HeaderClassName
{
color: #2CF16C;
}
.AnyTagClassName
{
color: #2CF16C;
}
</style>
background-color css
<style>
a { background-color: #2CF16C; }
a { background-color: rgb(44,241,108); }
div.DivClassName
{
background-color: #2CF16C;
}
.BgClassName
{
background-color: #2CF16C;
}
</style>
border-color css
<style>
span { border-color: #2CF16C; }
span { border-color: rgb(44,241,108); }
td.TdClassName
{
border-color: #2CF16C;
}
.TagClassName
{
border-color: #2CF16C;
}
</style>