Shades of Malachite #2CE95A
Tints of Malachite #2CE95A
RGB
CMYK
RGB Variations
Color information
#2CE95A (or 0x2CE95A) is known color: Malachite. HEX triplet: 2C, E9 and 5A. RGB value is (44,233,90). Sum of RGB (Red+Green+Blue) = 44+233+90=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE95A is #D316A5. Grayscale: #A0A0A0. Windows color (decimal): -13833894 or 5957932. OLE color: 5957932.
HSL color Cylindrical-coordinate representation of color #2CE95A: hue angle of 134.6º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE95A is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 90 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.09 |
| HSL | 134.6º | 0.81% | 0.54% | - |
| HSV(B) | 134.6º | 0.81% | 0.91% | - |
| XYZ | 32.02 | 59.55 | 19.48 | - |
| YUV | 160.19 | 88.38 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 90 | 0.81 | 0 | 0.61 | 0.09 | 134.6 | 0.81 | 0.54 |
| Hex | 2C | E9 | 5A | 51 | 0 | 3D | 9 | 87 | 51 | 36 |
| Octal | 54 | 351 | 132 | 121 | 0 | 75 | 11 | 207 | 121 | 66 |
| Binary | 101100 | 11101001 | 1011010 | 1010001 | 0 | 111101 | 1001 | 10000111 | 1010001 | 110110 |
Color Harmonies of #2CE95A
Complementary color
Monochromatic Colors of #2CE95A
Black with #2CE95A
Text Example
Text Example
White with #2CE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE95A; }
p { color: rgb(44,233,90); }
H1.HeaderClassName
{
color: #2CE95A;
}
.AnyTagClassName
{
color: #2CE95A;
}
</style>
background-color css
<style>
a { background-color: #2CE95A; }
a { background-color: rgb(44,233,90); }
div.DivClassName
{
background-color: #2CE95A;
}
.BgClassName
{
background-color: #2CE95A;
}
</style>
border-color css
<style>
span { border-color: #2CE95A; }
span { border-color: rgb(44,233,90); }
td.TdClassName
{
border-color: #2CE95A;
}
.TagClassName
{
border-color: #2CE95A;
}
</style>