Shades of Malachite #2CE05B
Tints of Malachite #2CE05B
RGB
CMYK
RGB Variations
Color information
#2CE05B (or 0x2CE05B) is known color: Malachite. HEX triplet: 2C, E0 and 5B. RGB value is (44,224,91). Sum of RGB (Red+Green+Blue) = 44+224+91=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE05B is #D31FA4. Grayscale: #9B9B9B. Windows color (decimal): -13836197 or 6021164. OLE color: 6021164.
HSL color Cylindrical-coordinate representation of color #2CE05B: hue angle of 135.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE05B is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 91 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.12 |
| HSL | 135.67º | 0.74% | 0.53% | - |
| HSV(B) | 135.67º | 0.8% | 0.88% | - |
| XYZ | 29.58 | 54.6 | 18.88 | - |
| YUV | 155.02 | 91.87 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 91 | 0.80 | 0 | 0.59 | 0.12 | 135.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 5B | 50 | 0 | 3B | C | 88 | 4A | 35 |
| Octal | 54 | 340 | 133 | 120 | 0 | 73 | 14 | 210 | 112 | 65 |
| Binary | 101100 | 11100000 | 1011011 | 1010000 | 0 | 111011 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2CE05B
Complementary color
Monochromatic Colors of #2CE05B
Black with #2CE05B
Text Example
Text Example
White with #2CE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE05B; }
p { color: rgb(44,224,91); }
H1.HeaderClassName
{
color: #2CE05B;
}
.AnyTagClassName
{
color: #2CE05B;
}
</style>
background-color css
<style>
a { background-color: #2CE05B; }
a { background-color: rgb(44,224,91); }
div.DivClassName
{
background-color: #2CE05B;
}
.BgClassName
{
background-color: #2CE05B;
}
</style>
border-color css
<style>
span { border-color: #2CE05B; }
span { border-color: rgb(44,224,91); }
td.TdClassName
{
border-color: #2CE05B;
}
.TagClassName
{
border-color: #2CE05B;
}
</style>