Shades of Malachite #2DEE6A
Tints of Malachite #2DEE6A
RGB
CMYK
RGB Variations
Color information
#2DEE6A (or 0x2DEE6A) is known color: Malachite. HEX triplet: 2D, EE and 6A. RGB value is (45,238,106). Sum of RGB (Red+Green+Blue) = 45+238+106=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 238 (93.36% from 255 or 61.18% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEE6A is #D21195. Grayscale: #A5A5A5. Windows color (decimal): -13767062 or 7007789. OLE color: 7007789.
HSL color Cylindrical-coordinate representation of color #2DEE6A: hue angle of 138.96º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEE6A is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 106 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.07 |
| HSL | 138.96º | 0.85% | 0.55% | - |
| HSV(B) | 138.96º | 0.81% | 0.93% | - |
| XYZ | 34.26 | 62.75 | 23.94 | - |
| YUV | 165.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 106 | 0.81 | 0 | 0.55 | 0.07 | 138.96 | 0.85 | 0.55 |
| Hex | 2D | EE | 6A | 51 | 0 | 37 | 7 | 8B | 55 | 37 |
| Octal | 55 | 356 | 152 | 121 | 0 | 67 | 7 | 213 | 125 | 67 |
| Binary | 101101 | 11101110 | 1101010 | 1010001 | 0 | 110111 | 111 | 10001011 | 1010101 | 110111 |
Color Harmonies of #2DEE6A
Complementary color
Monochromatic Colors of #2DEE6A
Black with #2DEE6A
Text Example
Text Example
White with #2DEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE6A; }
p { color: rgb(45,238,106); }
H1.HeaderClassName
{
color: #2DEE6A;
}
.AnyTagClassName
{
color: #2DEE6A;
}
</style>
background-color css
<style>
a { background-color: #2DEE6A; }
a { background-color: rgb(45,238,106); }
div.DivClassName
{
background-color: #2DEE6A;
}
.BgClassName
{
background-color: #2DEE6A;
}
</style>
border-color css
<style>
span { border-color: #2DEE6A; }
span { border-color: rgb(45,238,106); }
td.TdClassName
{
border-color: #2DEE6A;
}
.TagClassName
{
border-color: #2DEE6A;
}
</style>