Shades of Malachite #2CF267
Tints of Malachite #2CF267
RGB
CMYK
RGB Variations
Color information
#2CF267 (or 0x2CF267) is known color: Malachite. HEX triplet: 2C, F2 and 67. RGB value is (44,242,103). Sum of RGB (Red+Green+Blue) = 44+242+103=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF267 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF267 is #D30D98. Grayscale: #A7A7A7. Windows color (decimal): -13831577 or 6812204. OLE color: 6812204.
HSL color Cylindrical-coordinate representation of color #2CF267: hue angle of 137.88º 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 #2CF267 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 103 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.05 |
| HSL | 137.88º | 0.88% | 0.56% | - |
| HSV(B) | 137.88º | 0.82% | 0.95% | - |
| XYZ | 35.24 | 65.02 | 23.52 | - |
| YUV | 166.95 | 91.9 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 103 | 0.82 | 0 | 0.57 | 0.05 | 137.88 | 0.88 | 0.56 |
| Hex | 2C | F2 | 67 | 52 | 0 | 39 | 5 | 8A | 58 | 38 |
| Octal | 54 | 362 | 147 | 122 | 0 | 71 | 5 | 212 | 130 | 70 |
| Binary | 101100 | 11110010 | 1100111 | 1010010 | 0 | 111001 | 101 | 10001010 | 1011000 | 111000 |
Color Harmonies of #2CF267
Complementary color
Monochromatic Colors of #2CF267
Black with #2CF267
Text Example
Text Example
White with #2CF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF267; }
p { color: rgb(44,242,103); }
H1.HeaderClassName
{
color: #2CF267;
}
.AnyTagClassName
{
color: #2CF267;
}
</style>
background-color css
<style>
a { background-color: #2CF267; }
a { background-color: rgb(44,242,103); }
div.DivClassName
{
background-color: #2CF267;
}
.BgClassName
{
background-color: #2CF267;
}
</style>
border-color css
<style>
span { border-color: #2CF267; }
span { border-color: rgb(44,242,103); }
td.TdClassName
{
border-color: #2CF267;
}
.TagClassName
{
border-color: #2CF267;
}
</style>