Shades of Malachite #2DE55C
Tints of Malachite #2DE55C
RGB
CMYK
RGB Variations
Color information
#2DE55C (or 0x2DE55C) is known color: Malachite. HEX triplet: 2D, E5 and 5C. RGB value is (45,229,92). Sum of RGB (Red+Green+Blue) = 45+229+92=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 229 (89.84% from 255 or 62.57% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE55C is #D21AA3. Grayscale: #9E9E9E. Windows color (decimal): -13769380 or 6087981. OLE color: 6087981.
HSL color Cylindrical-coordinate representation of color #2DE55C: hue angle of 135.33º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE55C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 92 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.10 |
| HSL | 135.33º | 0.78% | 0.54% | - |
| HSV(B) | 135.33º | 0.8% | 0.9% | - |
| XYZ | 31.03 | 57.37 | 19.56 | - |
| YUV | 158.37 | 90.54 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 92 | 0.80 | 0 | 0.60 | 0.10 | 135.33 | 0.78 | 0.54 |
| Hex | 2D | E5 | 5C | 50 | 0 | 3C | A | 87 | 4E | 36 |
| Octal | 55 | 345 | 134 | 120 | 0 | 74 | 12 | 207 | 116 | 66 |
| Binary | 101101 | 11100101 | 1011100 | 1010000 | 0 | 111100 | 1010 | 10000111 | 1001110 | 110110 |
Color Harmonies of #2DE55C
Complementary color
Monochromatic Colors of #2DE55C
Black with #2DE55C
Text Example
Text Example
White with #2DE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE55C; }
p { color: rgb(45,229,92); }
H1.HeaderClassName
{
color: #2DE55C;
}
.AnyTagClassName
{
color: #2DE55C;
}
</style>
background-color css
<style>
a { background-color: #2DE55C; }
a { background-color: rgb(45,229,92); }
div.DivClassName
{
background-color: #2DE55C;
}
.BgClassName
{
background-color: #2DE55C;
}
</style>
border-color css
<style>
span { border-color: #2DE55C; }
span { border-color: rgb(45,229,92); }
td.TdClassName
{
border-color: #2DE55C;
}
.TagClassName
{
border-color: #2DE55C;
}
</style>