Shades of Malachite #2DE06B
Tints of Malachite #2DE06B
RGB
CMYK
RGB Variations
Color information
#2DE06B (or 0x2DE06B) is known color: Malachite. HEX triplet: 2D, E0 and 6B. RGB value is (45,224,107). Sum of RGB (Red+Green+Blue) = 45+224+107=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE06B is #D21F94. Grayscale: #9D9D9D. Windows color (decimal): -13770645 or 7069741. OLE color: 7069741.
HSL color Cylindrical-coordinate representation of color #2DE06B: hue angle of 140.78º 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 #2DE06B is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 107 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.12 |
| HSL | 140.78º | 0.74% | 0.53% | - |
| HSV(B) | 140.78º | 0.8% | 0.88% | - |
| XYZ | 30.39 | 54.93 | 22.91 | - |
| YUV | 157.14 | 99.7 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 107 | 0.80 | 0 | 0.52 | 0.12 | 140.78 | 0.74 | 0.53 |
| Hex | 2D | E0 | 6B | 50 | 0 | 34 | C | 8D | 4A | 35 |
| Octal | 55 | 340 | 153 | 120 | 0 | 64 | 14 | 215 | 112 | 65 |
| Binary | 101101 | 11100000 | 1101011 | 1010000 | 0 | 110100 | 1100 | 10001101 | 1001010 | 110101 |
Color Harmonies of #2DE06B
Complementary color
Monochromatic Colors of #2DE06B
Black with #2DE06B
Text Example
Text Example
White with #2DE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE06B; }
p { color: rgb(45,224,107); }
H1.HeaderClassName
{
color: #2DE06B;
}
.AnyTagClassName
{
color: #2DE06B;
}
</style>
background-color css
<style>
a { background-color: #2DE06B; }
a { background-color: rgb(45,224,107); }
div.DivClassName
{
background-color: #2DE06B;
}
.BgClassName
{
background-color: #2DE06B;
}
</style>
border-color css
<style>
span { border-color: #2DE06B; }
span { border-color: rgb(45,224,107); }
td.TdClassName
{
border-color: #2DE06B;
}
.TagClassName
{
border-color: #2DE06B;
}
</style>