Shades of Malachite #2CEE4B
Tints of Malachite #2CEE4B
RGB
CMYK
RGB Variations
Color information
#2CEE4B (or 0x2CEE4B) is known color: Malachite. HEX triplet: 2C, EE and 4B. RGB value is (44,238,75). Sum of RGB (Red+Green+Blue) = 44+238+75=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 238 (93.36% from 255 or 66.67% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEE4B is #D311B4. Grayscale: #A1A1A1. Windows color (decimal): -13832629 or 4976172. OLE color: 4976172.
HSL color Cylindrical-coordinate representation of color #2CEE4B: hue angle of 129.59º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEE4B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 75 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.07 |
| HSL | 129.59º | 0.85% | 0.55% | - |
| HSV(B) | 129.59º | 0.82% | 0.93% | - |
| XYZ | 32.88 | 62.19 | 16.93 | - |
| YUV | 161.41 | 79.23 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 75 | 0.82 | 0 | 0.68 | 0.07 | 129.59 | 0.85 | 0.55 |
| Hex | 2C | EE | 4B | 52 | 0 | 44 | 7 | 82 | 55 | 37 |
| Octal | 54 | 356 | 113 | 122 | 0 | 104 | 7 | 202 | 125 | 67 |
| Binary | 101100 | 11101110 | 1001011 | 1010010 | 0 | 1000100 | 111 | 10000010 | 1010101 | 110111 |
Color Harmonies of #2CEE4B
Complementary color
Monochromatic Colors of #2CEE4B
Black with #2CEE4B
Text Example
Text Example
White with #2CEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE4B; }
p { color: rgb(44,238,75); }
H1.HeaderClassName
{
color: #2CEE4B;
}
.AnyTagClassName
{
color: #2CEE4B;
}
</style>
background-color css
<style>
a { background-color: #2CEE4B; }
a { background-color: rgb(44,238,75); }
div.DivClassName
{
background-color: #2CEE4B;
}
.BgClassName
{
background-color: #2CEE4B;
}
</style>
border-color css
<style>
span { border-color: #2CEE4B; }
span { border-color: rgb(44,238,75); }
td.TdClassName
{
border-color: #2CEE4B;
}
.TagClassName
{
border-color: #2CEE4B;
}
</style>