Shades of Malachite #2CF34A
Tints of Malachite #2CF34A
RGB
CMYK
RGB Variations
Color information
#2CF34A (or 0x2CF34A) is known color: Malachite. HEX triplet: 2C, F3 and 4A. RGB value is (44,243,74). Sum of RGB (Red+Green+Blue) = 44+243+74=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF34A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF34A is #D30CB5. Grayscale: #A4A4A4. Windows color (decimal): -13831350 or 4911916. OLE color: 4911916.
HSL color Cylindrical-coordinate representation of color #2CF34A: hue angle of 129.05º 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 #2CF34A is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 74 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.05 |
| HSL | 129.05º | 0.89% | 0.56% | - |
| HSV(B) | 129.05º | 0.82% | 0.95% | - |
| XYZ | 34.33 | 65.13 | 17.24 | - |
| YUV | 164.23 | 77.07 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 74 | 0.82 | 0 | 0.70 | 0.05 | 129.05 | 0.89 | 0.56 |
| Hex | 2C | F3 | 4A | 52 | 0 | 46 | 5 | 81 | 59 | 38 |
| Octal | 54 | 363 | 112 | 122 | 0 | 106 | 5 | 201 | 131 | 70 |
| Binary | 101100 | 11110011 | 1001010 | 1010010 | 0 | 1000110 | 101 | 10000001 | 1011001 | 111000 |
Color Harmonies of #2CF34A
Complementary color
Monochromatic Colors of #2CF34A
Black with #2CF34A
Text Example
Text Example
White with #2CF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF34A; }
p { color: rgb(44,243,74); }
H1.HeaderClassName
{
color: #2CF34A;
}
.AnyTagClassName
{
color: #2CF34A;
}
</style>
background-color css
<style>
a { background-color: #2CF34A; }
a { background-color: rgb(44,243,74); }
div.DivClassName
{
background-color: #2CF34A;
}
.BgClassName
{
background-color: #2CF34A;
}
</style>
border-color css
<style>
span { border-color: #2CF34A; }
span { border-color: rgb(44,243,74); }
td.TdClassName
{
border-color: #2CF34A;
}
.TagClassName
{
border-color: #2CF34A;
}
</style>