Shades of Malachite #2CF25C
Tints of Malachite #2CF25C
RGB
CMYK
RGB Variations
Color information
#2CF25C (or 0x2CF25C) is known color: Malachite. HEX triplet: 2C, F2 and 5C. RGB value is (44,242,92). Sum of RGB (Red+Green+Blue) = 44+242+92=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF25C is #D30DA3. Grayscale: #A6A6A6. Windows color (decimal): -13831588 or 6091308. OLE color: 6091308.
HSL color Cylindrical-coordinate representation of color #2CF25C: hue angle of 134.55º 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 #2CF25C is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 92 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.05 |
| HSL | 134.55º | 0.88% | 0.56% | - |
| HSV(B) | 134.55º | 0.82% | 0.95% | - |
| XYZ | 34.72 | 64.81 | 20.81 | - |
| YUV | 165.7 | 86.4 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 92 | 0.82 | 0 | 0.62 | 0.05 | 134.55 | 0.88 | 0.56 |
| Hex | 2C | F2 | 5C | 52 | 0 | 3E | 5 | 87 | 58 | 38 |
| Octal | 54 | 362 | 134 | 122 | 0 | 76 | 5 | 207 | 130 | 70 |
| Binary | 101100 | 11110010 | 1011100 | 1010010 | 0 | 111110 | 101 | 10000111 | 1011000 | 111000 |
Color Harmonies of #2CF25C
Complementary color
Monochromatic Colors of #2CF25C
Black with #2CF25C
Text Example
Text Example
White with #2CF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF25C; }
p { color: rgb(44,242,92); }
H1.HeaderClassName
{
color: #2CF25C;
}
.AnyTagClassName
{
color: #2CF25C;
}
</style>
background-color css
<style>
a { background-color: #2CF25C; }
a { background-color: rgb(44,242,92); }
div.DivClassName
{
background-color: #2CF25C;
}
.BgClassName
{
background-color: #2CF25C;
}
</style>
border-color css
<style>
span { border-color: #2CF25C; }
span { border-color: rgb(44,242,92); }
td.TdClassName
{
border-color: #2CF25C;
}
.TagClassName
{
border-color: #2CF25C;
}
</style>