Shades of Malachite #2CE74B
Tints of Malachite #2CE74B
RGB
CMYK
RGB Variations
Color information
#2CE74B (or 0x2CE74B) is known color: Malachite. HEX triplet: 2C, E7 and 4B. RGB value is (44,231,75). Sum of RGB (Red+Green+Blue) = 44+231+75=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 231 (90.62% from 255 or 66% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE74B is #D318B4. Grayscale: #9D9D9D. Windows color (decimal): -13834421 or 4974380. OLE color: 4974380.
HSL color Cylindrical-coordinate representation of color #2CE74B: hue angle of 129.95º degrees, saturation: 0.8, 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 #2CE74B is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 75 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.09 |
| HSL | 129.95º | 0.8% | 0.54% | - |
| HSV(B) | 129.95º | 0.81% | 0.91% | - |
| XYZ | 30.88 | 58.2 | 16.26 | - |
| YUV | 157.3 | 81.55 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 75 | 0.81 | 0 | 0.68 | 0.09 | 129.95 | 0.8 | 0.54 |
| Hex | 2C | E7 | 4B | 51 | 0 | 44 | 9 | 82 | 50 | 36 |
| Octal | 54 | 347 | 113 | 121 | 0 | 104 | 11 | 202 | 120 | 66 |
| Binary | 101100 | 11100111 | 1001011 | 1010001 | 0 | 1000100 | 1001 | 10000010 | 1010000 | 110110 |
Color Harmonies of #2CE74B
Complementary color
Monochromatic Colors of #2CE74B
Black with #2CE74B
Text Example
Text Example
White with #2CE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE74B; }
p { color: rgb(44,231,75); }
H1.HeaderClassName
{
color: #2CE74B;
}
.AnyTagClassName
{
color: #2CE74B;
}
</style>
background-color css
<style>
a { background-color: #2CE74B; }
a { background-color: rgb(44,231,75); }
div.DivClassName
{
background-color: #2CE74B;
}
.BgClassName
{
background-color: #2CE74B;
}
</style>
border-color css
<style>
span { border-color: #2CE74B; }
span { border-color: rgb(44,231,75); }
td.TdClassName
{
border-color: #2CE74B;
}
.TagClassName
{
border-color: #2CE74B;
}
</style>