Shades of Malachite #2CF360
Tints of Malachite #2CF360
RGB
CMYK
RGB Variations
Color information
#2CF360 (or 0x2CF360) is known color: Malachite. HEX triplet: 2C, F3 and 60. RGB value is (44,243,96). Sum of RGB (Red+Green+Blue) = 44+243+96=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF360 is #D30C9F. Grayscale: #A7A7A7. Windows color (decimal): -13831328 or 6353708. OLE color: 6353708.
HSL color Cylindrical-coordinate representation of color #2CF360: hue angle of 135.68º degrees, saturation: 0.89, 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 #2CF360 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 96 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.05 |
| HSL | 135.68º | 0.89% | 0.56% | - |
| HSV(B) | 135.68º | 0.82% | 0.95% | - |
| XYZ | 35.2 | 65.48 | 21.85 | - |
| YUV | 166.74 | 88.07 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 96 | 0.82 | 0 | 0.60 | 0.05 | 135.68 | 0.89 | 0.56 |
| Hex | 2C | F3 | 60 | 52 | 0 | 3C | 5 | 88 | 59 | 38 |
| Octal | 54 | 363 | 140 | 122 | 0 | 74 | 5 | 210 | 131 | 70 |
| Binary | 101100 | 11110011 | 1100000 | 1010010 | 0 | 111100 | 101 | 10001000 | 1011001 | 111000 |
Color Harmonies of #2CF360
Complementary color
Monochromatic Colors of #2CF360
Black with #2CF360
Text Example
Text Example
White with #2CF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF360; }
p { color: rgb(44,243,96); }
H1.HeaderClassName
{
color: #2CF360;
}
.AnyTagClassName
{
color: #2CF360;
}
</style>
background-color css
<style>
a { background-color: #2CF360; }
a { background-color: rgb(44,243,96); }
div.DivClassName
{
background-color: #2CF360;
}
.BgClassName
{
background-color: #2CF360;
}
</style>
border-color css
<style>
span { border-color: #2CF360; }
span { border-color: rgb(44,243,96); }
td.TdClassName
{
border-color: #2CF360;
}
.TagClassName
{
border-color: #2CF360;
}
</style>