Shades of Malachite #2CFB68
Tints of Malachite #2CFB68
RGB
CMYK
RGB Variations
Color information
#2CFB68 (or 0x2CFB68) is known color: Malachite. HEX triplet: 2C, FB and 68. RGB value is (44,251,104). Sum of RGB (Red+Green+Blue) = 44+251+104=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFB68 is #D30497. Grayscale: #ACACAC. Windows color (decimal): -13829272 or 6880044. OLE color: 6880044.
HSL color Cylindrical-coordinate representation of color #2CFB68: hue angle of 137.39º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFB68 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 104 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.02 |
| HSL | 137.39º | 0.96% | 0.58% | - |
| HSV(B) | 137.39º | 0.82% | 0.98% | - |
| XYZ | 38.03 | 70.53 | 24.71 | - |
| YUV | 172.35 | 89.42 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 104 | 0.82 | 0 | 0.59 | 0.02 | 137.39 | 0.96 | 0.58 |
| Hex | 2C | FB | 68 | 52 | 0 | 3B | 2 | 89 | 60 | 3A |
| Octal | 54 | 373 | 150 | 122 | 0 | 73 | 2 | 211 | 140 | 72 |
| Binary | 101100 | 11111011 | 1101000 | 1010010 | 0 | 111011 | 10 | 10001001 | 1100000 | 111010 |
Color Harmonies of #2CFB68
Complementary color
Monochromatic Colors of #2CFB68
Black with #2CFB68
Text Example
Text Example
White with #2CFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFB68; }
p { color: rgb(44,251,104); }
H1.HeaderClassName
{
color: #2CFB68;
}
.AnyTagClassName
{
color: #2CFB68;
}
</style>
background-color css
<style>
a { background-color: #2CFB68; }
a { background-color: rgb(44,251,104); }
div.DivClassName
{
background-color: #2CFB68;
}
.BgClassName
{
background-color: #2CFB68;
}
</style>
border-color css
<style>
span { border-color: #2CFB68; }
span { border-color: rgb(44,251,104); }
td.TdClassName
{
border-color: #2CFB68;
}
.TagClassName
{
border-color: #2CFB68;
}
</style>